123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- /* parents//pages/main/main.wxss */
- @import '../../../templates/nodata/nodata.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:0 0 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;
- display: flex;
- justify-content: space-around;
- align-items: center;
- }
- .li-item {
- flex: 1;
- text-align: center;
- cursor: pointer;
- }
- .li-item-icon {
- width: 90rpx;
- height: 90rpx;
- }
- .li-item-text {
- font-size: 28rpx;
- color: #41414C;
- margin-top: 16rpx;
- font-weight:500;
- }
|