个人设置-颜色设置

This commit is contained in:
liweijin
2018-11-13 09:48:48 +08:00
parent b4cfe1108b
commit d299e0ee1d
10 changed files with 157 additions and 47 deletions
@@ -2,37 +2,44 @@
padding: 30px 20px;
width: 100%;
height: 100%;
min-height: 300px;
background-color: #fff;
.self-row-box{
display: inline-block;
.self-row-footer{
.ant-tabs{
height: 100%;
.self-row-box{
display: inline-block;
position: relative;
margin-left: 46%;
margin-top: 40px;
transform:translate(-50%,0);
button:first-child {
margin-right: 20px;
}
}
.self-row-content{
.ant-transfer-list{
width: 300px;
height: 500px;
.self-row-tips{
text-align: center;
position: relative;
top: 190px;
.self-row-footer{
display: inline-block;
position: relative;
margin-left: 46%;
margin-top: 40px;
transform:translate(-50%,0);
button:first-child {
margin-right: 20px;
}
}
.move-btn-box{
display: inline-block;
margin: 0 10px;
position: relative;
top: 60px;
.move-btn{
display: block;
margin-bottom: 8px
.self-row-content{
.ant-transfer-list{
width: 300px;
height: 500px;
.self-row-tips{
text-align: center;
position: relative;
top: 190px;
}
.ant-transfer-list-header{
font-weight: bold;
}
}
.move-btn-box{
display: inline-block;
margin: 0 10px;
position: relative;
top: 60px;
.move-btn{
display: block;
margin-bottom: 8px
}
}
}
}