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