1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- .titleH2 {
- height: 48px;
- font-size: 36px;
- font-family: Microsoft YaHei-Bold, Microsoft YaHei;
- font-weight: bold;
- color: #364049;
- line-height: 42px;
- text-align: center;
- margin-top: 80px;
- }
- /* 适用场景 */
- .wscene {
- width: 1280px;
- margin: 0 auto;
- overflow: hidden;
- }
- .wsceneList {
- width: 1200px;
- margin-top: 80px;
- margin-bottom: 100px;
- margin-left: auto;
- margin-right: auto;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- }
- .wsceneItems {
- width: 580px;
- height: 300px;
- background: #FFF;
- box-shadow: 0px 8px 30px 1px rgba(218, 230, 246, 0.4);
- border-radius: 8px;
- box-sizing: border-box;
- overflow: hidden;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-bottom: 40px;
- }
- .wsceneItems>img {
- display: block;
- width: 254px;
- height: 180px;
- margin-right: 28px;
- border-radius: 10px;
- }
- .wsceneItems>.changjinwenben {
- width: 240px;
- }
- .wsceneItems>.changjinwenben>h3 {
- height: 37px;
- font-size: 28px;
- font-family: Microsoft YaHei-Regular, Microsoft YaHei;
- font-weight: 400;
- color: #364049;
- line-height: 33px;
- }
- .wsceneItems>.changjinwenben>p {
- font-size: 16px;
- font-family: Microsoft YaHei-Regular, Microsoft YaHei;
- font-weight: 400;
- color: #99ABBC;
- line-height: 28px;
- margin-top: 16px;
- }
|