You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
1.7 KiB
81 lines
1.7 KiB
@charset "UTF-8";
|
|
/* 页面左右间距 */
|
|
/* 文字尺寸 */
|
|
/*文字颜色*/
|
|
/* 边框颜色 */
|
|
/* 图片加载中颜色 */
|
|
/* 行为相关颜色 */
|
|
.wanlgroups-container__head {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 999;
|
|
}
|
|
.wanlgroups-container__head .navigater {
|
|
height: 86rpx;
|
|
padding-left: 25rpx;
|
|
padding-right: 25rpx;
|
|
padding-right: 220rpx;
|
|
}
|
|
.wanlgroups-container__head .navigater .search {
|
|
flex: 1;
|
|
background-color: #fff;
|
|
height: 66rpx;
|
|
border: 2rpx solid #fff;
|
|
}
|
|
.wanlgroups-container__head .navigater .search .icon {
|
|
margin: 0 20rpx;
|
|
}
|
|
.wanlgroups-container__head .navigater .search swiper {
|
|
height: 100%;
|
|
width: 100%;
|
|
margin-right: 10rpx;
|
|
}
|
|
.wanlgroups-container__head .navigater .search swiper swiper-item {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.wanlgroups-container__head .toolbar .scroll {
|
|
flex: 1;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
}
|
|
.wanlgroups-container__head .toolbar .scroll__item {
|
|
position: relative;
|
|
z-index: 2;
|
|
font-size: 26rpx;
|
|
display: inline-flex;
|
|
height: 58rpx;
|
|
align-items: center;
|
|
margin-right: 40rpx;
|
|
}
|
|
.wanlgroups-container__head .toolbar .scroll__item.action {
|
|
position: relative;
|
|
font-weight: bold;
|
|
font-size: 30rpx;
|
|
}
|
|
.wanlgroups-container__head .toolbar .scroll__item.action::after {
|
|
content: ' ';
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 50%;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
height: 4rpx;
|
|
width: 30rpx;
|
|
border-radius: 6rpx;
|
|
background-color: #fff;
|
|
}
|
|
.wanlgroups-container__head .toolbar .category {
|
|
box-shadow: #eee -16rpx 0 16rpx -16rpx;
|
|
height: 58rpx;
|
|
font-size: 28rpx;
|
|
padding-left: 25rpx;
|
|
}
|
|
.wanlgroups-container__main {
|
|
position: relative;
|
|
z-index: 99;
|
|
}
|
|
|
|
|