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

196 lines
3.2 KiB
Plaintext

.column {
display: flex;
flex-direction: column;
justify-content: center;
}
.member-header {
height: 193rpx;
background: #1c1b20;
position: relative;
display: flex;
padding: 0 24rpx;
}
.member-header .img {
width: 120rpx;
height: auto;
display: flex;
flex-direction: column;
justify-content: center;
}
.member-header .img image {
width: 120rpx;
height: 120rpx;
border-radius: 50%;
}
.inner {
display: flex;
flex-direction: column;
justify-content: center;
color: #fff;
font-size: 28rpx;
padding-left: 24rpx;
}
.inner .title {
font-weight: bold;
}
.inner .subtitle {
display: inline-block;
height: 32rpx;
font-size: 22rpx;
color: #cfa943;
border: 1rpx solid #cfa943;
border-radius: 16rpx;
line-height: 32rpx;
padding: 0 12rpx;
margin-top: 22rpx;
margin-right: 20rpx;
}
.set {
width: 85rpx;
position: absolute;
right: 0;
top: 0;
bottom: 0;
color: #fff;
padding: 22rpx 26rpx 0 0;
font-size: 36rpx;
text-align: right;
}
.member-group {
margin-top: 20rpx;
}
.member-cell {
height: 108rpx;
padding: 0 24rpx;
background: #fff;
display: flex;
position: relative;
}
.member-cell::after {
content: " ";
position: absolute;
left: 24rpx;
right: 24rpx;
bottom: 0;
height: 0;
border-bottom: 1rpx solid #D9D9D9;
color: #D9D9D9;
transform-origin: 0 0;
transform: scaleY(0.5);
}
.member-cell:last-child:after {
display: none;
}
.member-cell-inner {
color: #333;
font-size: 28rpx;
flex: 1;
}
.member-cell-remark {
margin-right: 0;
position: relative;
font-size: 40rpx;
color: #cfa943;
text-align: right;
}
.member-cell-remark::before {
position: absolute;
content: " ";
display: inline-block;
transform: rotate(45deg);
height: 16rpx;
width: 16rpx;
border-width: 1px 1px 0 0;
border-color: #C8C8CD;
border-style: solid;
top: 50%;
right: 8rpx;
margin-top: -8rpx;
}
.member-cell-remark.noremark::before {
display: none;
}
.fui-cell-icon text {
color: #999;
}
.member-group.card {
display: flex;
flex-wrap: wrap;
position: relative;
}
.member-group .item {
display: flex;
background: #fff;
width: 50%;
height: 148rpx;
}
.member-group .item text {
font-size: 54rpx;
color: #cfa943;
margin: 0 36rpx;
}
.member-group .item .item-inner {
font-size: 28rpx;
color: #333;
}
.member-group .item .item-inner .subtitle {
font-size: 24rpx;
color: #999;
}
.member-group.card::after {
position: absolute;
border-top: 1rpx solid #ededed;
left: 24rpx;
right: 24rpx;
top: 50rpx;
z-index: 2;
}
.member-group.card::before {
content: " ";
position: absolute;
left: 24rpx;
right: 24rpx;
top: 50%;
height: 0;
border-top: 1rpx solid #D9D9D9;
color: #D9D9D9;
transform-origin: 0 0;
transform: scaleY(0.5);
display: none;
}
.member-group.card::after {
content: " ";
position: absolute;
top: 24rpx;
bottom: 24rpx;
left: 50%;
width: 0;
border-left: 1rpx solid #D9D9D9;
color: #D9D9D9;
transform-origin: 0 0;
transform: scaleX(0.5);
}