12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- .content {
- width: 100%;
- height: 962rpx;
- background: #FFFFFF;
- box-shadow: 0rpx 6rpx 12rpx rgba(0, 0, 0, 0.65);
- opacity: 1;
- border-radius: 0 0 10rpx;
- margin: 0 auto;
- overflow: scroll;
- }
- .content {
- box-sizing: border-box;
- }
- .content .main {
- box-sizing: border-box;
- width: 100%;
- }
- .content .column {
- width: 100%;
- }
- .content .column .title {
- width: 100%;
- height: 100%;
- padding: 30rpx 0;
- font-size: 13px;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #38A2D7;
- background: linear-gradient(180deg, #D4D4D4 0%, rgba(212, 212, 212, 0) 100%);
- padding: 5% 4%;
- box-sizing: border-box;
- }
- .content .column .title .title-img {
- width:5%;
- height:2vh;
- margin-left:2%;
- }
- .content .column .con-list {
- margin: 0 4%;
- border-top: 1px solid #707070;
- }
|