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

62 lines
935 B
Plaintext

@import "../help/index.wxss";
.account-wp {
background: #FFFFFF;
font-size: 28rpx;
line-height: 40rpx;
margin: 16rpx 0;
padding: 48rpx 24rpx;
}
.account-wp .up {
display: flex;
justify-content: space-between;
margin-bottom: 16rpx;
}
.account-wp .cb {
color: #518DEF;
font-size: 20rpx;
}
.search {
border: 1px solid #E6E7EB;
height: 80rpx;
margin-bottom: 32rpx;
padding-left: 22rpx;
}
.sp {
color: #CCCCCC;
}
.pbtn {
background: #FF5555;
border-radius: 8rpx;
color: #FFFFFF;
height: 80rpx;
text-align: center;
line-height: 80rpx;
}
.b {
font-weight: bold;
}
.go-detail {
padding: 20rpx 24rpx;
background: #FFFFFF;
color: #212121;
font-size: 28rpx;
display: flex;
justify-content: space-between;
}
.fui-cell,.fui-cell-group {
margin: 0!important;
padding: 0!important;
}
.navigator-hover {
opacity: 1;
}