个人中心活动参与跳转

This commit is contained in:
zdx
2020-12-28 14:12:43 +08:00
parent 734d3a9377
commit 092f0bad14
16 changed files with 832 additions and 79 deletions

View 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;
}
/* 列表 */