2.4 组件结构调整,调整会员权限判断
This commit is contained in:
13
unpackage/dist/dev/mp-weixin/pagesStock/components/cwfx-view/cwfx-view.wxss
vendored
Normal file
13
unpackage/dist/dev/mp-weixin/pagesStock/components/cwfx-view/cwfx-view.wxss
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
.indicatorC .item {
|
||||
background-color: #FFFFFF;
|
||||
padding: 3rpx 5rpx;
|
||||
border: 1rpx solid #D2D2D2;
|
||||
font-size: 20rpx;
|
||||
color: #999;
|
||||
text-align: center;
|
||||
}
|
||||
.indicatorC .item.select {
|
||||
background-color: #FFFAF1;
|
||||
border: 1rpx solid #F2C369;
|
||||
color: #BB8520;
|
||||
}
|
||||
Reference in New Issue
Block a user