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.
110 lines
2.6 KiB
110 lines
2.6 KiB
@charset "UTF-8";
|
|
/* 页面左右间距 */
|
|
/* 文字尺寸 */
|
|
/*文字颜色*/
|
|
/* 边框颜色 */
|
|
/* 图片加载中颜色 */
|
|
/* 行为相关颜色 */
|
|
.wanlshop-container__head {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 999;
|
|
background-size: 100% auto;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.wanlshop-container__head .navigater {
|
|
height: 86rpx;
|
|
padding-left: 25rpx;
|
|
padding-right: 25rpx;
|
|
padding-right: 200rpx;
|
|
}
|
|
.wanlshop-container__head .navigater .search {
|
|
flex: 1;
|
|
background-color: #fff;
|
|
height: 66rpx;
|
|
border: 2rpx solid #fff;
|
|
}
|
|
.wanlshop-container__head .navigater .search .icon {
|
|
margin: 0 20rpx;
|
|
}
|
|
.wanlshop-container__head .navigater .search swiper {
|
|
height: 100%;
|
|
width: 100%;
|
|
margin-right: 10rpx;
|
|
}
|
|
.wanlshop-container__head .navigater .search swiper swiper-item {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.wanlshop-container__head .toolbar .scroll {
|
|
flex: 1;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
}
|
|
.wanlshop-container__head .toolbar .scroll__item {
|
|
position: relative;
|
|
z-index: 2;
|
|
font-size: 28rpx;
|
|
display: inline-flex;
|
|
height: 58rpx;
|
|
align-items: center;
|
|
margin-right: 40rpx;
|
|
}
|
|
.wanlshop-container__head .toolbar .scroll__item.action {
|
|
position: relative;
|
|
font-weight: bold;
|
|
font-size: 30rpx;
|
|
}
|
|
.wanlshop-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;
|
|
}
|
|
.wanlshop-container__head .toolbar .category {
|
|
box-shadow: #eee -16rpx 0 16rpx -16rpx;
|
|
height: 58rpx;
|
|
font-size: 28rpx;
|
|
padding-left: 25rpx;
|
|
}
|
|
.wanlshop-container__main {
|
|
position: relative;
|
|
z-index: 99;
|
|
}
|
|
.wanlshop-container .WANL-MODAL .cu-modal.top-modal {
|
|
background: rgba(0, 0, 0, 0.6);
|
|
text-align: inherit;
|
|
}
|
|
.wanlshop-container .WANL-MODAL .cu-modal.top-modal .cu-dialog {
|
|
background: #fff;
|
|
border-radius: 0 0 18rpx 18rpx;
|
|
}
|
|
.wanlshop-container .WANL-MODAL .cu-modal.top-modal .cu-dialog .category {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
|
|
grid-auto-flow: row dense;
|
|
grid-gap: 16rpx;
|
|
}
|
|
.wanlshop-container .WANL-MODAL .cu-modal.top-modal .cu-dialog .category .item {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 12rpx 0;
|
|
border: 2rpx solid transparent;
|
|
}
|
|
.wanlshop-container .WANL-MODAL .cu-modal.top-modal .cu-dialog .category .item.action {
|
|
background-color: transparent;
|
|
border-color: #f40;
|
|
color: #f40;
|
|
font-weight: bold;
|
|
}
|
|
|
|
|