浏览代码

sass登录

huangb 7 年之前
父节点
当前提交
ed48038b1e
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 0 1
      assets/scss/common.scss
  2. 2 1
      pages/sassLogin/register.vue

+ 0 - 1
assets/scss/common.scss

@@ -951,7 +951,6 @@ form .questions .el-form-item__content span.question {
   .container{
     width: 425px !important ;
     background: #FFFFFF;
-    box-shadow: 0 22px 24px 0 rgba(0,0,0,0.08);
     border-radius: 3px;
     .content {
       padding: 0 !important ;

+ 2 - 1
pages/sassLogin/register.vue

@@ -385,7 +385,7 @@
   }
 </script>
 <style lang="scss" scoped>
-  .go-register {
+  .go-register.register {
     position: relative;
     bottom: -18px;
     margin: 0 auto;
@@ -397,6 +397,7 @@
       width: 980px;
       text-align: center;
       background: #fff;
+      box-shadow: none!important;
       .content{
         padding: 0 50px;
         margin: 50px auto 0;