This commit is contained in:
lmj
2022-11-24 12:00:29 +08:00
parent 5baafe6ea1
commit fc7bd033a0
2 changed files with 6 additions and 3 deletions

View File

@@ -73,7 +73,7 @@
height: 40px;
background-color: #fff;
display: flex;
justify-content: space-between;
// justify-content: space-between;
.top-back{
color: #333;
padding-top:10px;
@@ -84,6 +84,7 @@
.top-title{
text-align: center;
font-size: 16px;
font-weight: 550;
color: #333;
height: 40px;
text-align: center;

View File

@@ -125,7 +125,8 @@
color: #999999;
font-weight: 400;
view {
view {
font-size: 28upx;
color: #333333;
font-weight: 500;
@@ -135,7 +136,8 @@
.info-right {
width: 90upx;
text-align: right;
text-align: right;
font-weight: bold;
padding-top: 20upx;
}
}