194 lines
2.8 KiB
Plaintext
194 lines
2.8 KiB
Plaintext
@import "../accountalt/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;
|
|
background: #F5F5F5;
|
|
margin-bottom: 48rpx;
|
|
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;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
|
|
.fui-cell,.fui-cell-group {
|
|
margin: 0!important;
|
|
padding: 0!important;
|
|
}
|
|
|
|
.info-wp {
|
|
background: #F7F7F7;
|
|
border: 1px solid #E6E7EB;
|
|
padding: 32rpx 24rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.image {
|
|
width: 96rpx;
|
|
height: 96rpx;
|
|
border-radius: 99rpx;
|
|
margin-right: 16rpx;
|
|
}
|
|
|
|
.name {
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
word-break: break-all;
|
|
width: 270rpx;
|
|
color: #333333;
|
|
font-size: 28rpx;
|
|
line-height: 40rpx;
|
|
font-weight: 600;
|
|
margin-bottom: 8rpx;
|
|
}
|
|
|
|
.uid,.tel {
|
|
font-size: 24rpx;
|
|
line-height: 34rpx;
|
|
color: #999999;
|
|
}
|
|
|
|
.uid {
|
|
color: #333333;
|
|
flex: 1;
|
|
text-align: right;
|
|
font-weight: 600;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.vn {
|
|
visibility: hidden;
|
|
}
|
|
|
|
.do-wp {
|
|
display: flex;
|
|
}
|
|
|
|
.do-wp .pbtnx {
|
|
border: 1px solid #E6E7EB;
|
|
border-radius: 8rpx;
|
|
height: 78rpx;
|
|
text-align: center;
|
|
line-height: 78rpx;
|
|
flex: 1;
|
|
margin-right: 16rpx;
|
|
color: #FF5555;
|
|
}
|
|
|
|
.do-wp .sp {
|
|
margin: 0;
|
|
background: #FF5555;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.do-smt-wp {
|
|
background: #FFFFFF;
|
|
padding: 48rpx 24rpx;
|
|
flex: 1;
|
|
}
|
|
|
|
.tith {
|
|
color: #333333;
|
|
font-size: 28rpx;
|
|
line-height: 40rpx;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
|
|
.my-wp {
|
|
border-bottom: 1px solid #E6E7EB;
|
|
font-weight: bold;
|
|
align-items: center;
|
|
color: #212121;
|
|
display: flex;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
|
|
.my-wp .util {
|
|
font-size: 48rpx;
|
|
line-height: 68rpx;
|
|
}
|
|
|
|
.my-wp .price {
|
|
font-size: 80rpx;
|
|
flex: 1;
|
|
height: 112rpx;
|
|
line-height: 112rpx;
|
|
}
|
|
|
|
.fee-wp {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-size: 28rpx;
|
|
line-height: 40rpx;
|
|
margin-bottom: 48rpx;
|
|
}
|
|
|
|
.fee-wp .l {
|
|
color: #999999;
|
|
}
|
|
|
|
.fee-wp .r {
|
|
color: #FF5555;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.mq {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
}
|
|
|
|
.navigator-hover {
|
|
opacity: 1;
|
|
}
|
|
|
|
.explain {
|
|
margin-top: 20rpx;
|
|
color: #aaa;
|
|
font-size: 24rpx;
|
|
} |