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

211 lines
3.2 KiB
Plaintext

.fui-list-angle {
text-align: right;
font-size: 28rpx;
color: #666;
margin-right: 4rpx;
line-height: 1.5;
}
.fui-list.goods-item {
height: 88rpx;
padding: 16rpx 24rpx;
}
.fui-list-group {
margin-top: 0;
}
.fui-list-group:first-of-type {
margin-top: 20rpx;
}
.fui-list-group::before {
content: " ";
position: absolute;
top: 0;
right: 20rpx;
height: 0;
border-top: 2rpx solid #ebebeb;
transform-origin: 0 0;
transform: scaleY(0.5);
left: 20rpx;
}
.fui-list-group:first-of-type:before {
display: none;
}
.navbar {
top: 92rpx;
position: fixed;
width: 100%;
}
.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: 20rpx;
}
.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;
}
.weui-search-bar__input {
text-align: left;
color: #999999;
background: none;
line-height: 30px;
padding: 0 10rpx 0 60rpx;
}
.fui-tab .ac.item {
border-bottom: 2px solid #FF5555;
}
.main {
position: relative;
z-index: 9;
padding-top: 173rpx;
height: 100%;
box-sizing: border-box;
}
.mitem {
padding: 28rpx 22rpx;
border-top: 1px solid #eee;
background: #fff;
}
.mitem .in {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20rpx;
}
.mitem .lb {
font-size: 28rpx;
line-height: 40rpx;
color: #333333;
display: flex;
align-items: center;
}
.mitem .date {
font-size: 24rpx;
line-height: 34rpx;
color: #666666;
}
.mitem .pic {
color: #FF5555;
font-size: 36rpx;
line-height: 50rpx;
}
.mitem .dpic {
color: #333333;
font-size: 28rpx;
line-height: 40rpx;
}
.mitem .alt {
font-size: 22rpx;
color: #999;
}