This commit is contained in:
yanran200730
2022-04-22 09:41:08 +08:00
parent 73c63d4885
commit 8d5cb694a1

View File

@@ -259,8 +259,8 @@
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
width: 100%; width: 100%;
height: 40px; height: 60px;
padding: 0 16px; padding: 0 30px;
background: rgba(0, 0, 0, 0.8); background: rgba(0, 0, 0, 0.8);
.left { .left {
@@ -276,14 +276,14 @@
margin-left: 12px; margin-left: 12px;
font-style: normal; font-style: normal;
color: #fff; color: #fff;
font-size: 12px; font-size: 24px;
} }
.back-btn { .back-btn {
padding: 4px 10px; padding: 4px 10px;
border-radius: 6px; border-radius: 6px;
color: #ddd; color: #ddd;
font-size: 12px; font-size: 24px;
cursor: pointer; cursor: pointer;
background: #343747; background: #343747;
@@ -299,7 +299,7 @@
color: rgba(0,255,0,.8); color: rgba(0,255,0,.8);
i { i {
font-size: 12px; font-size: 24px;
font-style: normal; font-style: normal;
} }
@@ -355,6 +355,7 @@
img { img {
cursor: pointer; cursor: pointer;
height: 40px;
} }
.left-btns { .left-btns {
@@ -368,7 +369,7 @@
line-height: 24px; line-height: 24px;
background: #222838; background: #222838;
color: #c9c9c9; color: #c9c9c9;
font-size: 12px; font-size: 24px;
cursor: pointer; cursor: pointer;
&.active { &.active {
@@ -381,7 +382,7 @@
.right { .right {
color: #c9c9c9; color: #c9c9c9;
font-size: 12px; font-size: 24px;
span { span {
margin-right: 32px; margin-right: 32px;
@@ -394,6 +395,7 @@
img { img {
margin-right: 16px; margin-right: 16px;
height: 40px;
cursor: pointer; cursor: pointer;
&:last-child { &:last-child {