|
|
@@ -71,8 +71,6 @@
|
|
|
</div>
|
|
|
<div class="bottom van-safe-area-bottom" ref="bottom">
|
|
|
<van-notice-bar
|
|
|
- :color="$colors.prim"
|
|
|
- :background="$colors.prim"
|
|
|
text="出售成功的数字藏品将会携带数字藏品的所有信息转让于购买方,包括但不限于:权益的使用、数字藏品的区块信息等"
|
|
|
/>
|
|
|
<div class="bottom-content">
|
|
|
@@ -259,15 +257,6 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-/deep/.van-number-keyboard__body {
|
|
|
- background-color: fade(#4a4a4a, 50%);
|
|
|
- .van-key {
|
|
|
- background-color: @bg;
|
|
|
- &:active {
|
|
|
- background-color: @bg3;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
|
|
|
.input {
|
|
|
padding: 12px 0 20px;
|
|
|
@@ -332,6 +321,9 @@ export default {
|
|
|
background-color: @bg;
|
|
|
z-index: 20;
|
|
|
border-top: 1px solid @tabBorder;
|
|
|
+ .van-notice-bar {
|
|
|
+ color: var(--prim);
|
|
|
+ }
|
|
|
|
|
|
.bottom-content {
|
|
|
padding: 6px 16px;
|
|
|
@@ -355,7 +347,7 @@ export default {
|
|
|
text-align: center;
|
|
|
|
|
|
color: @btnText;
|
|
|
- background: linear-gradient(135deg, @prim 0%, @warn 100%);
|
|
|
+ background: var(--prim);
|
|
|
border-radius: 22px;
|
|
|
}
|
|
|
.van-button {
|
|
|
@@ -416,7 +408,7 @@ export default {
|
|
|
display: inline-block;
|
|
|
|
|
|
&.prim {
|
|
|
- color: @prim;
|
|
|
+ color: var(--prim);
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -468,6 +460,6 @@ export default {
|
|
|
font-size: 12px;
|
|
|
height: 36px;
|
|
|
line-height: 36px;
|
|
|
- background: fade(@prim, 10%) !important;
|
|
|
+ background: var(--fadePrim) !important;
|
|
|
}
|
|
|
</style>
|