|
|
@@ -207,7 +207,7 @@ export default {
|
|
|
|
|
|
.content {
|
|
|
width: 80vw;
|
|
|
- background: #19191b;
|
|
|
+ background: @bg;
|
|
|
border-radius: 30px;
|
|
|
overflow: hidden;
|
|
|
position: relative;
|
|
|
@@ -225,7 +225,7 @@ export default {
|
|
|
.name {
|
|
|
font-size: 18px;
|
|
|
font-weight: bold;
|
|
|
- color: #ffffff;
|
|
|
+ color: @text0;
|
|
|
line-height: 24px;
|
|
|
}
|
|
|
.text {
|
|
|
@@ -266,7 +266,7 @@ export default {
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
padding: 10px 16px 12px 10px;
|
|
|
- border-top: 2px solid #202122;
|
|
|
+ border-top: 2px solid @bg3;
|
|
|
|
|
|
.minter-content {
|
|
|
/deep/.van-image {
|
|
|
@@ -276,7 +276,7 @@ export default {
|
|
|
}
|
|
|
.text1 {
|
|
|
font-size: @font1;
|
|
|
- color: #ffffff;
|
|
|
+ color: @text0;
|
|
|
line-height: 17px;
|
|
|
margin-top: 1px;
|
|
|
}
|
|
|
@@ -331,7 +331,7 @@ export default {
|
|
|
color: #939599;
|
|
|
line-height: 22px;
|
|
|
padding: 0 10px;
|
|
|
- background: #27272b;
|
|
|
+ background: @bg3;
|
|
|
border-radius: 4px;
|
|
|
margin-right: 6px;
|
|
|
}
|