Commit b4233f7f authored by zhangjianguo's avatar zhangjianguo

1

parent 5f72f444
<style>
.loginDiv {
width: 100%;
height: 100%;
position: relative;
background-size: cover;
background-size: 100% 100%;
background-position: center;
}
.el-tabs__header {
padding: 0 20px;
position: relative;
height: 56px;
line-height: 56px;
background-color: #fff;
margin: 0;
}
.title {
.basicSetUp .title {
margin-top: 10px;
padding: 18px 20px;
border-top: 1px solid #F3F3F3;
......@@ -25,23 +11,20 @@
background-color: #fff;
}
.form-body {
.basicSetUp .form-body {
background-color: #fff;
padding: 20px 50% 20px 0;
}
.el-form-item__label {
padding: 0 23px 0 0;
}
.custom_t {
.basicSetUp .custom_t {
display: flex;
flex-direction: row;
background-color: rgb(255, 255, 255);
padding: 20px 0px;
}
.Mintips{
.basicSetUp .Mintips{
max-width: 700px;
white-space: nowrap;/*内容超宽后禁止换行显示*/
overflow: hidden;/*超出部分隐藏*/
......@@ -56,7 +39,7 @@
top:200px;
line-height: 72px;
}
.triangle-up {
.basicSetUp .triangle-up {
width: 0;
height: 0;
border-left: 10px solid transparent;
......@@ -66,11 +49,11 @@
right: 150px;
top:180px
}
.left-setting-menu {
.basicSetUp .left-setting-menu {
width: 260px;
}
.left-setting-menu .el-form-item {
.basicSetUp .left-setting-menu .el-form-item {
height: 60px;
padding-left: 20px;
display: flex;
......@@ -78,7 +61,7 @@
margin-bottom: 0;
cursor: pointer;
}
.left_box{
.basicSetUp .left_box{
height: 60px;
display: flex;
flex-direction: row;
......@@ -87,34 +70,34 @@
padding-right: 20px;
}
.active{
.basicSetUp .active{
background-color: #F3F5F6;
border-top-left-radius: 10px;
/*width: 105%;*/
border-bottom-left-radius: 10px;
}
.right-setting-menu{
.basicSetUp .right-setting-menu{
background-color: rgb(243, 245, 246);
padding: 30px;
border-radius: 10px;
}
.item-img{
.basicSetUp .item-img{
height: 550px;
padding: 25px 10px;
border-radius: 30px;
border: 1px solid #CCCCCC;
background-color: #fff;
}
.item-img img{
.basicSetUp .item-img img{
height: 100%;
}
.img_yuan{
.basicSetUp .img_yuan{
width: 80px;
height: 80px;
margin-top: 5px;
}
.img_yuan img{
.basicSetUp .img_yuan img{
width: 100%;
height: 100%;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment