优化样式
This commit is contained in:
@@ -64,7 +64,7 @@ function close() {
|
||||
justify-content: space-between;
|
||||
|
||||
.t {
|
||||
font-size: 26px;
|
||||
font-size: calc(var(--el-font-size-base) + 10px);
|
||||
}
|
||||
|
||||
.close {
|
||||
@@ -75,7 +75,7 @@ function close() {
|
||||
justify-content: flex-end;
|
||||
|
||||
.icon {
|
||||
font-size: 30px;
|
||||
font-size: 24px;
|
||||
color: #999;
|
||||
}
|
||||
}
|
||||
@@ -84,11 +84,11 @@ function close() {
|
||||
.status_wrap {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-bottom: 20px;
|
||||
padding-bottom: var(--el-font-size-base);
|
||||
|
||||
.icon {
|
||||
color: #666;
|
||||
font-size: 24px;
|
||||
font-size: var(--el-font-size-base);
|
||||
}
|
||||
|
||||
.t {
|
||||
@@ -99,7 +99,7 @@ function close() {
|
||||
|
||||
.place_order {
|
||||
background-color: #efefef;
|
||||
height: calc(100vh - 180px);
|
||||
height: calc(100vh - 160px);
|
||||
border-radius: 6px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -123,7 +123,7 @@ function close() {
|
||||
|
||||
.icon {
|
||||
color: #fff;
|
||||
font-size: 50px;
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
.t {
|
||||
|
||||
Reference in New Issue
Block a user