diff --git a/src/styles/variables.styl b/src/styles/variables.styl index cf55203..c581262 100644 --- a/src/styles/variables.styl +++ b/src/styles/variables.styl @@ -58,9 +58,10 @@ hint() width 90% box-shadow: 0 4px 10px #00000012 -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,.07) - background rgba(255, 255, 255, 0.7) - backdrop-filter: blur(20px) - -webkit-backdrop-filter: blur(20px) + // background rgba(255, 255, 255, 0.7) + // backdrop-filter: blur(20px) + // -webkit-backdrop-filter: blur(20px) + background white margin 0 auto margin-top 10vh z-index 500 @@ -75,9 +76,6 @@ hint() .van-cell height: 48px background: transparent - &::after - // border-bottom: 2px solid #f5f6f7 - border-bottom: 2px solid #323233 >>>input height 48px // >>>field__body diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 8b38ee0..272bb5b 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -12,11 +12,12 @@ -->
-
- - - -
+ + + + + +
提交