修改我的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; border-color: #387DF7;
} }
.home-no-list{ .home-no-list{
margin-top: 156px; margin-top: 120px;
text-align: center; text-align: center;
.img{ .img{
width: 148px; width: 148px;

View File

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

File diff suppressed because it is too large Load Diff

View File

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