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.
 
 
 

48 lines
1.0 KiB

@charset "UTF-8";
/* 页面左右间距 */
/* 文字尺寸 */
/*文字颜色*/
/* 边框颜色 */
/* 图片加载中颜色 */
/* 行为相关颜色 */
.wanlshop-shop-container {
background-color: #ffffff;
}
.wanlshop-shop-container__head {
position: fixed;
top: 0;
z-index: 999;
width: 100%;
background-color: #ffffff;
}
.wanlshop-shop-container__main .classify {
background-color: #f9f9f9;
}
.wanlshop-shop-container__main .find {
background-color: #f9f9f9;
border-radius: 30rpx 30rpx 0 0;
overflow: hidden;
}
.wanlshop-shop-container__tabbar {
position: fixed;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.96);
z-index: 999;
}
.wanlshop-shop-container__tabbar .cu-bar {
color: #555;
}
.wanlshop-shop-container__tabbar .cu-bar .action [class*="wlIcon-"] {
font-size: 45rpx;
}
.wanlshop-shop-container__tabbar .cu-bar .action.active {
color: #f40;
}
.wanlshop-shop-container__tabbar .cu-bar .action .cu-avatar {
background-color: #f1f1f1;
height: 74rpx;
width: 74rpx;
}