123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- /* parents//pages/main/main.wxss */
- @import '../../../templates/footer/footer.wxss';
- @import '../../../templates/loading/loading.wxss';
- page{
- background: #fff;
- }
- .list {
- /* width: 100%; */
- padding: 0 40rpx 98rpx 40rpx;
- }
- .li-header {
- padding: 20rpx 0;
- align-items: center;
- }
- .li-header-search {
- flex: 1;
- padding: 12rpx 20rpx 14rpx 20rpx;
- background:#F6F5FB;
- border-radius: 100rpx;
- text-align: center;
- margin: 40rpx 0;
- cursor: pointer;
- }
- .li-header-search-icon {
- width: 28rpx;
- height: 28rpx;
- margin-right: 14rpx;
- vertical-align: middle;
- }
- .li-header-search-text {
- font-size: 28rpx;
- color: #999;
- vertical-align: middle;
- }
- .li-header-address-icon {
- width: 30rpx;
- height: 34rpx;
- }
- .li-header-scan-icon {
- width: 30rpx;
- height: 30rpx;
- }
- .li-carousel{
- margin: 0;
- }
- .li-carousel-img{
- height: 324rpx;
- width: 100%;
- border-radius: 30rpx;
- }
- .li-items {
- margin: 40rpx 0;
- text-align:center;
- }
- .li-item-bgc{
- text-align:center;
- line-height:108rpx;
- width:108rpx;
- height:108rpx;
- background:rgba(204,228,255,1);
- border-radius:45rpx;
- padding:10rpx;
- }
- .li-item-bgc1{
- text-align:center;
- line-height:108rpx;
- width:108rpx;
- height:108rpx;
- background:rgba(255,215,203,1);
- border-radius:45rpx;
- padding:10rpx;
- }
- .li-item-bgc2{
- text-align:center;
- line-height:108rpx;
- width:108rpx;
- height:108rpx;
- background:rgba(255,209,224,1);
- border-radius:45rpx;
- padding:10rpx;
- }
- .li-item {
- display:inline-block;
- width:33.333%;
- text-align: left;
- cursor: pointer;
- height: 110rpx;
- }
- .item-Tops{
- color:#41414C;
- font-size:36rpx;
- margin:30rpx 0;
- font-weight:700;
- }
- .li-item-icon {
- width: 90rpx;
- height: 90rpx;
- }
- .li-item-text {
- text-align:center;
- font-size: 28rpx;
- color: #41414C;
- height: 40rpx;
- width:120rpx;
- }
- .li-circles{
- color: #41414C;
- }
- .footer-box-btn{
- color: #41414C;
- }
|