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

268 lines
5.0 KiB
Plaintext

.commission .user-info {
width: 100%;
border-bottom: 1px solid #fea23d;
background: #fea23d;
padding: 8rpx 0;
}
.commission .user-info image {
border-radius: 50%;
width: 120rpx;
height: 120rpx;
}
.commission .fui-list-media {
margin-right: 28rpx;
}
.commission .user-info .title {
color: #fff;
font-size: 28rpx;
line-height: 40rpx;
font-weight: bold;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.commission .user-info .subtitle {
color: #fff;
font-size: 22rpx;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
width: auto;
display: inline-block;
border: 1rpx solid #fff;
border-radius: 34rpx;
line-height: 32rpx;
max-width: 100%;
padding: 0 12rpx;
box-sizing: border-box;
height: 36rpx;
}
.commission .user-info .text {
color: #fff;
font-size: 22rpx;
line-height: 40rpx;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.commission .userblock {
margin-top: 20rpx;
}
.commission .userblock .line {
padding: 15rpx 0 15rpx 0;
}
.commission .userblock .line.total {
height: 166rpx;
background: #fff;
padding: 32rpx 24rpx;
box-sizing: border-box;
}
.commission .userblock .line.total .title {
color: #000;
font-size: 24rpx;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.commission .userblock .line.total .num {
font-size: 40rpx;
color: #ff8000;
line-height: 1.5;
}
.commission .userblock .line.able {
font-size: 27rpx;
height: 166rpx;
background: #fff;
padding: 0 24rpx;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.commission .userblock .line.able .num {
font-size: 40rpx;
color: #ff8000;
line-height: 1.5;
}
.commission .userblock .line .text {
padding-right: 230rpx;
}
.commission .userblock .line .btn {
width: auto;
padding: 0 24rpx;
border: 1px solid #fff;
border-radius: 56rpx;
height: 56rpx;
line-height: 54rpx;
margin-right: 0;
font-size: 26rpx;
}
.commission .userblock .line.able:after {
content: " ";
position: absolute;
left: 20rpx;
right: 20rpx;
top: -1px;
height: 1px;
border-top: 1px solid #ebebeb;
color: #D9D9D9;
transform-origin: 0 0;
transform: scaleY(0.5);
}
.commission .fui-block-group {
}
.commission .fui-block-group:after {
content: " ";
position: absolute;
left: 20rpx;
right: 20rpx;
top: 50%;
height: 1px;
border-top: 1px solid #ebebeb;
color: #D9D9D9;
transform-origin: 0 0;
transform: scaleY(0.5);
}
.commission .fui-block-group:before {
content: " ";
position: absolute;
top: 20rpx;
bottom: 20rpx;
left: 50%;
width: 1px;
border-left: 1px solid #ebebeb;
color: #D9D9D9;
transform-origin: 0 0;
transform: scaleX(0.5);
z-index: 2;
}
.commission .fui-block-group .fui-block-child {
width: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding-left: 24rpx;
height: 148rpx;
box-sizing: border-box;
}
.fui-block-group .fui-block-child::after {
display: none;
}
.fui-block-group .fui-block-child::before {
display: none;
}
.commission .fui-block-group .fui-block-child .icon {
height: auto;
padding: 0;
}
.fui-block-group .fui-block-child .icon i {
font-size: 52rpx;
}
.commission .fui-block-group .fui-block-child .icon image {
width: 70rpx;
height: 70rpx;
}
.commission .fui-block-group .fui-block-child .text {
height: auto;
line-height: 1.5;
margin-left: 24rpx;
font-size: 24rpx;
color: #999;
text-align: left;
}
.commission .fui-block-group .fui-block-child .title {
height: auto;
line-height: normal;
font-size: 28rpx;
color: #000;
text-align: left;
}
.commission .fui-block-group .fui-block-child .text text {
color: #999;
}
.edtion {
width: 100%;
position: fixed;
bottom: 100rpx;
color: #999999;
font-size: 14px;
text-align: center;
padding: 20rpx 0;
}
.commission-shouye {
position: fixed;
right: 20rpx;
z-index: 999;
font-size: 22rpx;
color: #fff;
width: 84rpx;
height: 84rpx;
transition: all .7s;
background: rgba(0,0,0,0.5);
bottom: 280rpx;
}
.commission-shouye {
width: 90rpx;
height: 90rpx;
background: #ff5555;
position: fixed;
right: 20rpx;
bottom: 80rpx;
border-radius: 50%;
text-align: center;
padding: 0;
line-height: 90rpx;
}
.commission-shouye {
bottom: 235rpx;
}
.commission-shouye .icox {
font-size: 50rpx;
color: #fff;
}