This commit is contained in:
kbing1981 2024-06-28 13:45:11 +08:00
parent bfb503a07e
commit e8c0fb6392
2 changed files with 35 additions and 28 deletions

View File

@ -34,7 +34,7 @@
.innerTopRight {
height: fit-content;
font-size: 16px;
font-size: 13px;
display: flex;
justify-content: right;
padding-right: 10px;
@ -64,9 +64,9 @@
}
.innerTimer{
font-size: 14px;
font-size: 13px;
margin-top: 5px;
color: #666;
color: #999;
margin-right: 10px;
}
.totalIntegral {
@ -159,7 +159,7 @@
color: #0aa86a;
background-color: #FFFFFF;
padding: 6px;
border-radius: 10px;
border-radius: 30px;
width: 60px;
text-align: center;
}
@ -224,12 +224,14 @@
.storedIntegralMiddle view:nth-child(1) {
margin-left: 3px;
color: #666;
color: #999;
font-size: 30rpx;
}
.storedIntegralMiddleofRight {
margin-right: 19px;
color: #666;
color: #333;
font-size: 30rpx;
}
.storedIntegralBottom {
@ -238,6 +240,7 @@
margin-left: 3px;
border-bottom: 1px solid #f4f4f4;
color:#999;
font-size: 26rpx;
}
.withdrawalMoneyBtn {

View File

@ -18,7 +18,7 @@
</view>
<view class="header-right-bottom">
<view class="djimg">{{ artificerData.grade }}</view>
<view class="djimg-text">当期等级</view>
<!---<view class="djimg-text">当期等级</view>-->
</view>
</view>
<view class="mian-view">
@ -101,22 +101,23 @@
top: 0;
background: url(../../static/images/index/vip.png) no-repeat center;
background-size: cover;
width: 76.39rpx;
height:54rpx;
width: 96.39rpx;
height:74rpx;
text-align: center;
line-height: 30px;
line-height: 48px;
font-weight: bold;
font-size: 17rpx;
font-size: 23rpx;
color: #FFFFFF;
}
.mian-list-view span:nth-child(1){
font-size: 23rpx;
color: #019D88;
font-size: 36rpx;
color: #019c88;
font-weight: bold;
}
.mian-list-view span:nth-child(2){
font-size: 18rpx;
color: #666666;
margin-top: 5px;
font-size: 22rpx;
color: #333;
margin-top: 2px;
}
.mian-list-view{
width: 25%;
@ -131,6 +132,7 @@
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-top: 35rpx;
}
.fencheng span{
font-size: 23rpx;
@ -142,6 +144,7 @@
color: #FE912A;
margin-top: 2px;
margin-left: 5px;
font-weight: bold;
}
.fencheng{
display: flex;
@ -168,7 +171,7 @@
border-radius: 14rpx;
display: flex;
flex-direction: column;
padding: 10px;
padding: 15px;
margin-bottom: 10px;
position: relative;
}
@ -193,13 +196,14 @@
background: url(../../static/images/index/vip.png) no-repeat center;
background-size: cover;
width: 198rpx;
height: 70px;
height: 80px;
text-align: center;
line-height: 84px;
line-height: 96px;
font-weight: normal;
font-size: 30rpx;
font-size: 40rpx;
color: #FEFEFE;
font-style: italic;
font-weight: bold;
}
.header-right-bottom{
width: 30%;
@ -207,12 +211,12 @@
flex-direction: column;
align-items: center;
justify-content: space-evenly;
margin-top: 42px;
margin-right: 8px;
margin-top: 20px;
margin-right: 6px;
}
.header-right-text{
margin-top: 10px;
font-size: 18rpx;
margin-top: 6px;
font-size: 22rpx;
color: #FFFFFF;
}
.header-right-top span:nth-child(1){
@ -220,13 +224,13 @@
height: 34rpx;
text-align: center;
line-height: 34rpx;
font-size: 22rpx;
font-size: 24rpx;
color: #843200;
background: linear-gradient(-36deg, #FFE45A, #FFBB46);
border-radius: 15rpx 0rpx 15rpx 0rpx;
}
.header-right-top span:nth-child(2){
font-size: 22rpx;
font-size: 26rpx;
color: #FFF5BC;
margin-left: 5px;
}
@ -235,7 +239,7 @@
display: flex;
flex-direction: row;
align-items: center;
margin-top: 15px;
margin-top: 20px;
}
.header-right{
width: 65%;
@ -246,7 +250,7 @@
.header{
width: 100%;
padding: 10px;
padding: 13px 23px;
height: 263rpx;
display: flex;
flex-direction: row;