mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-08 10:26:45 +08:00
提交
This commit is contained in:
@@ -948,7 +948,7 @@
|
||||
}
|
||||
|
||||
.u-search__content{
|
||||
// border-radius: 999px!important;
|
||||
// border-radius: 999px!important;
|
||||
// height: 28px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -50,8 +50,8 @@
|
||||
</view>
|
||||
<view class="medal-img-index">
|
||||
<image v-if="index+1 < medalData.medalLevel || index+1 == medalData.medalLevel" style="width:104upx;height:120upx" :src="fileBaseUrl+rulesData.icon" mode=""></image>
|
||||
<image v-else style="width:104upx;height:120upx" :src="fileBaseUrl+rulesData.iconGrey" mode=""></image>
|
||||
<text class="img-name">{{medalData.medalName}} </text>
|
||||
<image v-else style="width:104upx;height:120upx" :src="fileBaseUrl+rulesData.iconGrey" mode=""></image>
|
||||
<text v-if="index+1 < medalData.medalLevel || index+1 == medalData.medalLevel" class="img-name">{{medalData.medalName}} </text>
|
||||
<text class="img-level">LV.{{index+1}}</text>
|
||||
</view>
|
||||
<text v-if="index+1 < medalData.medalLevel || index+1 == medalData.medalLevel" style="color: #387DF7;font-size: 24upx;">LV.{{index+1}}</text>
|
||||
@@ -152,7 +152,7 @@
|
||||
margin: 0 auto;
|
||||
.img-name{
|
||||
position: absolute;
|
||||
font-size: 20upx;
|
||||
font-size: 26upx;
|
||||
color: #fff;
|
||||
bottom: 10%;
|
||||
left:0;
|
||||
@@ -160,10 +160,11 @@
|
||||
}
|
||||
.img-level{
|
||||
position: absolute;
|
||||
font-size: 12upx;
|
||||
font-size: 24upx;
|
||||
color: #fff;
|
||||
left:44%;
|
||||
top: 20%;
|
||||
left:0;
|
||||
right:0;
|
||||
top: 24%;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -184,15 +185,16 @@
|
||||
left:0;
|
||||
right:0;
|
||||
// left:6%;
|
||||
transform: scale(.5);
|
||||
transform: scale(.6);
|
||||
}
|
||||
.img-level{
|
||||
position: absolute;
|
||||
font-size: 12upx;
|
||||
color: #fff;
|
||||
left:30%;
|
||||
top: 12%;
|
||||
transform: scale(.5);
|
||||
top:24upx;
|
||||
left:0;
|
||||
right:0;
|
||||
transform: scale(.6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -261,17 +263,17 @@
|
||||
// left:36upx;
|
||||
left:0;
|
||||
right:0;
|
||||
transform: scale(.7);
|
||||
transform: scale(.8);
|
||||
}
|
||||
.img-level{
|
||||
position: absolute;
|
||||
font-size: 12upx;
|
||||
color: #fff;
|
||||
// left:60upx;
|
||||
top: 24upx;
|
||||
top: 30upx;
|
||||
left:0;
|
||||
right:0;
|
||||
transform: scale(.7);
|
||||
transform: scale(.8);
|
||||
}
|
||||
}
|
||||
// .medal-list-index:last-child{
|
||||
|
||||
Reference in New Issue
Block a user