123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- .store-cabinet-block{
- background: #F1F3F4;
- box-shadow: 0rpx -2rpx 0rpx 0rpx #FFFFFF;
- padding: 16rpx 24rpx;
- text-align: center;
- }
- .block-p{
- width: 46rpx;
- height: 8rpx;
- background: #E0E5EC;
- border-radius: 4rpx;
- }
- .align-center{
- align-items: center;
- }
- .store-type{
- margin-right: 20rpx;
- }
- .store-type,
- .cabinet-type{
- width: 136rpx;
- height: 56rpx;
- line-height: 56rpx;
- text-align: center;
- border-radius: 30rpx;
- font-weight: 600;
- font-size: 28rpx;
- border: 3rpx solid transparent;
- }
- .store-type-i,
- .cabinet-type-i{
- background: #060809;
- color: #FFF;
- }
- .store-type-s,
- .cabinet-type-s{
- background: #F1F3F4;
- color: #060809;
- border: 3rpx solid #060809;
- }
- .seach-img{
- margin-right: 32rpx;
- }
- .seach-img img,
- .screen-img img{
- width: 48rpx;
- height: 48rpx;
- }
|