king
2019-07-16 ed58afaaa564c54d22a42593265addce08bd5850
src/views/partner/index.vue
@@ -52,7 +52,6 @@
                        <img src="../../img/huo2.png" class="right_img p_hide" alt="" style="right: 0.4rem;">
                            </el-form-item>
                        </el-col>
                    </el-row>
                    <el-row>
                        <el-col :span="12">
@@ -69,7 +68,6 @@
                        <img src="../../img/huo4.png" class="right_img p_hide" alt="">
                            </el-form-item>
                        </el-col>
                    </el-row>
                    <el-row>
                        <el-col>
@@ -103,7 +101,7 @@
         input5:'',
            isPhone:true,//手机 PC
         p_txt:'实施伙伴',
         e_txt:'Implementing partners',
      e_txt: 'Implementing partners'
        }
    },
   methods:{
@@ -145,8 +143,7 @@
            this.$message.error(err);
         }
      }
   },
   }
}
</script>
@@ -225,7 +222,6 @@
        width: 100%;
        background: #00A1E1;
    }
}
@media (min-width: 751px) {
    h1{
@@ -273,13 +269,11 @@
            margin-top: 0.28rem;
            padding:0 1.32rem;
        }
    }
    .el-input--mini .el-input__inner{
        height: 47px;
        line-height: 47px;
    }
    .el-button--primary{
        padding: 0.13rem 1.70rem;
    }
@@ -294,7 +288,6 @@
        padding: 0 .4rem;
    }
}
.wrapper,.partner_info{
    .content_title:first-child{
        margin: 0.99rem 0 0.95rem;
@@ -306,7 +299,8 @@
            width: 0.03rem;
            background: #00A1E1;
            vertical-align: middle;
         float: left;
        // float: left;
        float: none;
         margin-top: 0.04rem;
        }
        span{
@@ -325,7 +319,6 @@
   .el-message--error{
      z-index: 9999 !important;
   }
   @media (max-width: 750px) and (min-width: 0){
      .el-textarea__inner{
          line-height: 1;
@@ -342,5 +335,4 @@
         background-color: #303940 !important;
      }
   }
</style>