修改我的U币的排版

This commit is contained in:
daihh
2022-10-16 11:38:18 +08:00
parent b4358d6106
commit 0b595682f4
4 changed files with 837 additions and 733 deletions

View File

@@ -391,7 +391,7 @@
border-color: #387DF7;
}
.home-no-list{
margin-top: 156px;
margin-top: 120px;
text-align: center;
.img{
width: 148px;

View File

@@ -270,7 +270,7 @@ export function experienceValue(total) {
start:'',
end:'',
endValue:null,
percentage:null,
percentage:0,
total,
}
if(total < 300) {

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
<template>
<div style="padding:26px 40px;display:flex;overflow-x: auto;">
<div style="padding:26px 20px;display:flex;overflow-x: auto;">
<div class="experience" style="margin-right:72px">
<div class="exp-hear">
<div class="exp-hear-text">
@@ -27,7 +27,6 @@
</div>
<div class="myexperience">
我的经验值 : <span>{{experience.data.total || experience.data.months || experience.data.years || experience.data.weeks}}</span>
</div>
</div>
<div class="exp-bar">
@@ -571,8 +570,7 @@ export default {
}
}
.experience{
min-width: 400px;
min-width: 400px;
.exp-hear{
width: 100%;
height: 65px;
@@ -651,11 +649,11 @@ export default {
}
}
.Duration{
min-width: 400px;
.study-info{
height: 62px !important;
background: url('../../../public/images/study-info.png') no-repeat 100% / 100% !important;
}
min-width: 400px;
.study-info{
height: 62px !important;
background: url('../../../public/images/study-info.png') no-repeat 100% / 100% !important;
}
.exp-hear{
width: 100%;
height: 62px;