You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
798 B
47 lines
798 B
page{ |
|
background: #F1F1F1; |
|
} |
|
.card{ |
|
@include wh(750upx,auto); |
|
background: white; |
|
padding-top: 30upx; |
|
padding-bottom: 30upx; |
|
.card-title{ |
|
@include wh(710upx,auto); |
|
margin: auto; |
|
@include fonts(30upx,#333,bold); |
|
} |
|
.card-content{ |
|
@include wh(710upx,auto); |
|
margin: auto; |
|
@include flex(center,flex-start); |
|
flex-wrap: wrap; |
|
.card-list{ |
|
@include wh(177.5upx,auto); |
|
text-align: center; |
|
margin-top: 30upx; |
|
.card-list-img{ |
|
@include wh(50upx,50upx); |
|
text-align: center; |
|
margin: auto; |
|
.icon-yclj{ |
|
@include wh(44upx,44upx); |
|
} |
|
.icon-cyfx{ |
|
@include wh(50upx,50upx); |
|
} |
|
.icon-cyjl{ |
|
@include wh(50upx,50upx); |
|
} |
|
} |
|
.menu-text{ |
|
margin-top: 24upx; |
|
@include fonts(26upx,#333,bold); |
|
} |
|
} |
|
} |
|
} |
|
|
|
.gery{ |
|
opacity: 0.6; |
|
} |