个人中心活动参与跳转
This commit is contained in:
33
pages/user/companyMine/companyOrder.wxss
Normal file
33
pages/user/companyMine/companyOrder.wxss
Normal file
@@ -0,0 +1,33 @@
|
||||
/* 滚动菜单 */
|
||||
.scroll_menu {
|
||||
background-color: #fff;
|
||||
box-shadow: 0 0rpx 10px rgba(0, 0, 0, 0.1);
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.scroll-view_H {
|
||||
white-space: nowrap;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.scroll-view-item {
|
||||
height: 90rpx;
|
||||
line-height: 90rpx;
|
||||
}
|
||||
|
||||
.scroll-view-item_H {
|
||||
display: inline-block;
|
||||
width: 22%;
|
||||
height: 90rpx;
|
||||
line-height: 90rpx;
|
||||
text-align: center;
|
||||
border-bottom: solid 4rpx #fff;
|
||||
}
|
||||
|
||||
.scroll_view_select {
|
||||
border-bottom: solid 4rpx #378fff;
|
||||
color: #378fff;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
/* 列表 */
|
||||
Reference in New Issue
Block a user