wpfw_ewei_wxapp/pages/shop/caregory/index.wxss
2023-02-26 08:10:18 +08:00

204 lines
3.2 KiB
Plaintext

.flex-head {
}
.flex-head .flex-head-item {
padding: 0 16rpx;
}
.flex-head-search {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: flex;
box-sizing: border-box;
background: #f1f1f2;
padding: 10px 10px;
}
.flex-icon-search {
position: absolute;
width: 30px;
height: 30px;
left: 0px;
top: 0px;
line-height: 30px;
text-align: center;
}
.flex-icon-search .icox {
position: absolute;
font-size: 36rpx;
color: #b4b4b4;
top: 0;
left: 12rpx;
line-height: 56rpx;
}
.flex-search-bar {
padding-top: 80rpx;
}
.flex-input {
height: 56rpx;
line-height: 56rpx;
display: block;
overflow: hidden;
}
.category-search {
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 100;
}
.category-search::before {
background: #fff;
position: relative;
z-index: 10;
height: auto;
padding-right: 20rpx;
padding-left: 20rpx;
background-color: #f7f7f8;
backface-visibility: hidden;
overflow: hidden;
}
.category-search-form {
background: #fff;
}
.category-search-box {
}
.category-content {
background: #fff;
width: 100%;
position: absolute;
left: 0;
top: 0rpx;
bottom: 0px;
}
.category-search-bar {
padding-top: 98rpx;
}
.category-content-left {
width: 210rpx;
height: 100%;
background: #f8f8f8;
}
.content-left-item {
position: relative;
text-align: center;
line-height: 46rpx;
font-size: 26rpx;
color: #000;
padding: 24rpx 4rpx;
}
.content-left-item.active {
background: #fff;
color: #ff5555;
}
.content-left-item.active::before {
position: absolute;
content: '';
left: 0;
top: 0;
right: auto;
bottom: 0;
border-left: 8rpx solid #ff5555;
z-index: 2;
}
.fui-icon-group .fui-icon-col .text {
font-size: 24rpx;
line-height: 41rpx;
}
.fui-icon-group {
border: 0;
margin-top: 0;
}
.content-right-item {
height: 100%;
box-sizing: border-box;
padding: 32rpx;
}
.content-right-item .fui-icon-group .fui-icon-col::before {
border: none;
}
#advimg {
width: 100%;
}
.block {
display: block;
}
.none {
display: none;
}
.weui-search-bar__input {
text-align: left;
color: #999999;
background: none;
line-height: 60rpx;
padding: 0 10rpx 0 60rpx;
}
.fui-goods-item .detail .price {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 34rpx;
margin-top: 12rpx;
}
.fui-icon-group.col-3 .fui-icon-col {
margin-right: 20rpx;
box-sizing: border-box;
width: 30%;
}
.content-right-item .fui-icon-group.col-3 .fui-icon-col:nth-of-type(3n) {
margin-right: 0;
}
.fui-icon-group .fui-icon-col .icon {
height: 145rpx;
line-height: 145rpx;
}
.fui-icon-group .fui-icon-col .icon.radio image {
border-radius: 50%;
}
.fui-icon-group .fui-icon-col .icon .icox {
font-size: 80rpx;
color: #ccc;
}
.fui-icon-group .fui-icon-col .icon image {
height: 145rpx;
width: 145rpx;
}
.fui-icon-group .fui-icon-col .text {
width: 100%;
padding: 0;
}