|
|
@@ -19,7 +19,7 @@
|
|
|
<div class="bottom van-safe-area-bottom" ref="bottom">
|
|
|
<van-notice-bar
|
|
|
color="#FDFB60"
|
|
|
- background="#ff6c0016"
|
|
|
+ background="#FDFB60"
|
|
|
text="出售成功的加密作品将会携带加密作品的所有信息转让于购买方,包括但不限于:加密空间、权益的使用、加密作品的区块信息等"
|
|
|
/>
|
|
|
<div class="bottom-content">
|
|
|
@@ -96,6 +96,9 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="less" scoped>
|
|
|
+/deep/ .van-notice-bar {
|
|
|
+ background: rgba(255, 108, 0, 0.1) !important;
|
|
|
+}
|
|
|
/deep/ .van-password-input {
|
|
|
margin: 0 0;
|
|
|
.van-password-input__security {
|