Commit 7d83448bb3c8d75826edc7105dee64da6f39453d
1 parent
5d92fcf8
切换店铺颜色修改
Showing
1 changed file
with
2 additions
and
2 deletions
components/diy_store_select/diy_store_select.wxss
1 | -.store_sele{width: 100%;z-index: 8; height: 88rpx; padding: 0 15rpx;position: fixed; color: #666; | |
2 | - top: 0; left: 0; background-color: #fff; font-size: 32rpx;} | |
1 | +.store_sele{width: 100%;z-index: 8; height: 88rpx; padding: 0 15rpx;position: fixed; color: white; | |
2 | + top: 0; left: 0; background-color: #ff7295; font-size: 30rpx; } | |
3 | 3 | |
4 | 4 | .store_sele1{ height: 88rpx; padding: 0 15rpx; color: #666;background-color: #fff; font-size: 32rpx;} |
5 | 5 | ... | ... |