132 lines
3.1 KiB
Plaintext
132 lines
3.1 KiB
Plaintext
.container.data-v-09179aaa {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background: linear-gradient(180deg, #FFE8C2 0%, rgba(255, 255, 255, 0) 100%);
|
|
background-size: 100% 750rpx;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.container .body.data-v-09179aaa {
|
|
flex: 1;
|
|
height: 0;
|
|
padding-bottom: 30rpx;
|
|
overflow: auto;
|
|
}
|
|
.container .body .card1.data-v-09179aaa {
|
|
margin: 40rpx auto;
|
|
position: relative;
|
|
width: 686rpx;
|
|
}
|
|
.container .body .card1 .card1Bg.data-v-09179aaa {
|
|
width: 100%;
|
|
height: 200rpx;
|
|
}
|
|
.container .body .card1 .topLeft.data-v-09179aaa {
|
|
width: 172rpx;
|
|
height: 68rpx;
|
|
background: rgba(0, 0, 0, 0.1);
|
|
border-radius: 24rpx 0rpx 24rpx 0rpx;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.container .body .card1 .levelNum.data-v-09179aaa {
|
|
position: absolute;
|
|
left: 30rpx;
|
|
bottom: 30rpx;
|
|
font-weight: bold;
|
|
font-size: 64rpx;
|
|
color: #62440C;
|
|
}
|
|
.container .body .card2.data-v-09179aaa {
|
|
box-sizing: border-box;
|
|
width: 686rpx;
|
|
padding: 30rpx;
|
|
margin: 40rpx auto;
|
|
background: #FFF5D0;
|
|
border-radius: 16rpx 16rpx 16rpx 16rpx;
|
|
font-size: 24rpx;
|
|
color: #62440C;
|
|
display: flex;
|
|
flex-direction: column;
|
|
row-gap: 24rpx;
|
|
}
|
|
.container .body .card2 .cardItem.data-v-09179aaa {
|
|
display: flex;
|
|
align-items: center;
|
|
-webkit-column-gap: 16rpx;
|
|
column-gap: 16rpx;
|
|
}
|
|
.container .body .card2 .dian.data-v-09179aaa {
|
|
width: 12rpx;
|
|
height: 12rpx;
|
|
background-color: #62440C;
|
|
border-radius: 50%;
|
|
}
|
|
.container .body .card3.data-v-09179aaa {
|
|
box-sizing: border-box;
|
|
width: 686rpx;
|
|
margin: 40rpx auto;
|
|
border-radius: 16rpx 16rpx 16rpx 16rpx;
|
|
border: 2rpx solid #FFF5D0;
|
|
font-size: 28rpx;
|
|
}
|
|
.container .body .card3 .card3Tr.data-v-09179aaa {
|
|
background-color: #fff;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
align-items: stretch;
|
|
border-bottom: 1rpx solid #DDDDDD;
|
|
}
|
|
.container .body .card3 .card3Tr.card3Header.data-v-09179aaa {
|
|
color: #62440C;
|
|
background: #FFF5D0;
|
|
}
|
|
.container .body .card3 .card3Tr.data-v-09179aaa:last-child {
|
|
border: none;
|
|
}
|
|
.container .body .card3 .card3Tr .card3Td.data-v-09179aaa {
|
|
box-sizing: border-box;
|
|
padding: 30rpx;
|
|
flex-shrink: 0;
|
|
white-space: break-spaces;
|
|
}
|
|
.container .body .card3 .card3Tr .card3Td.data-v-09179aaa:first-child {
|
|
width: 200rpx;
|
|
border-right: 1rpx solid #DDDDDD;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.container .body .card3 .levelIcon.data-v-09179aaa {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
margin-right: 8rpx;
|
|
}
|
|
.container .equityTitle.data-v-09179aaa {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
-webkit-column-gap: 10rpx;
|
|
column-gap: 10rpx;
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
}
|
|
.container .equityTitle .leftIcon.data-v-09179aaa,
|
|
.container .equityTitle .rightIcon.data-v-09179aaa {
|
|
width: 28rpx;
|
|
height: 28rpx;
|
|
}
|
|
.container .equityTitle .rightIcon.data-v-09179aaa {
|
|
-webkit-transform: scaleX(-1);
|
|
transform: scaleX(-1);
|
|
}
|
|
.container .equityTitle .colorTitle.data-v-09179aaa {
|
|
color: #E8A321;
|
|
}
|
|
|