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

258 lines
4.0 KiB
Plaintext

@import "../../static/css/diypage.wxss";
.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 {
display: flex;
}
.searchbar-cancel.searchbtn {
width: 80rpx;
background: #f1f1f2;
height: 56rpx;
text-align: right;
color: #5f646e;
line-height: 56rpx;
display: none;
}
.searchbar-cancel.searchbtn.in {
display: block;
}
.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 {
overflow: hidden;
position: relative;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 100rpx;
font-size: 26rpx;
color: #000;
padding: 0 4rpx;
height: 100rpx;
}
.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: 30px;
padding: 0 10rpx 0 60rpx;
}
.con-pic {
height: 427rpx;
}
.con-pic image {
width: 100%;
height: 100%;
}
.menu {
height: 82rpx;
display: flex;
background: #fff;
font-size: 24rpx;
color: #666;
position: relative;
}
.menu .item {
flex: 1;
text-align: center;
line-height: 82rpx;
position: relative;
}
.menu:after {
content: " ";
position: absolute;
left: 20rpx;
right: 20rpx;
bottom: 0rpx;
height: 1rpx;
border-top: 1rpx solid #ebebeb;
color: #D9D9D9;
transform-origin: 0 0;
transform: scaleY(0.5);
}
.menu .item.first:after {
content: " ";
position: absolute;
top: 20rpx;
bottom: 20rpx;
right: -1rpx;
width: 1rpx;
height: 80rpx;
border-right: 1rpx solid #ebebeb;
color: #D9D9D9;
transform-origin: 0 0;
transform: scaleY(0.5);
}
.fui-icon-group .fui-icon-col .icon image {
height: 88rpx;
width: 88rpx;
}
.fui-icon-group .fui-icon-col .text {
padding-top: 20rpx;
}
.fui-cell-group {
border-bottom: 1rpx solid #ededed;
}
.weui-search-bar__form {
border: none;
}
.fui-goods-item .detail .price {
}
.fui-goods-group.block {
padding: 10rpx 0 10rpx 24rpx;
width: 740rpx;
}
::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
}