yapi/client/containers/User/index.scss

122 lines
2.3 KiB
SCSS
Raw Normal View History

2017-07-26 22:09:13 +08:00
@import '../../styles/mixin.scss';
2017-07-27 14:35:27 +08:00
.g-doc {
margin: .24rem auto;
}
2017-07-14 19:47:12 +08:00
/* .user-box.css */
.user-box {
2017-07-26 22:09:13 +08:00
@include row-width-limit;
2017-07-14 19:47:12 +08:00
display: -webkit-box;
-webkit-box-flex: 1;
2017-07-18 18:25:53 +08:00
margin: .88rem auto 0 auto;
2017-07-26 11:17:07 +08:00
// font-size: 0.14rem;
2017-07-26 22:09:13 +08:00
2017-07-26 11:17:07 +08:00
margin-top: 40px;
margin-bottom: 55px;
2017-07-17 11:01:05 +08:00
2017-07-26 22:09:13 +08:00
2017-07-14 19:47:12 +08:00
.user-list {
2017-07-20 16:44:41 +08:00
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
background: #FFF;
2017-07-27 19:08:40 +08:00
border-radius:4px;
min-height: 5rem;
2017-07-26 11:17:07 +08:00
margin-top: 15px;
2017-07-19 13:58:12 +08:00
.search{
2017-07-27 12:01:56 +08:00
padding: 5px;
background-color: #eee;
2017-07-14 19:47:12 +08:00
}
2017-07-20 16:44:41 +08:00
ul{border:none}
2017-07-27 12:01:56 +08:00
.ant-menu-item{
font-size: 14px;
}
2017-07-14 19:47:12 +08:00
}
2017-07-26 16:37:51 +08:00
.user-name{
2017-07-27 19:08:40 +08:00
padding: .24rem;
2017-07-27 15:50:04 +08:00
// text-align: center;
2017-07-26 16:37:51 +08:00
background-color: #34495e;
color: white;
2017-07-27 12:01:56 +08:00
font-size: 16px;
2017-07-27 19:08:40 +08:00
border-top-left-radius: 4px;
border-top-right-radius: 4px;
2017-07-26 16:37:51 +08:00
span{
2017-07-27 15:50:04 +08:00
margin-right: 5px;
2017-07-26 16:37:51 +08:00
}
}
.router-content{
min-height:calc(100% - 2.47rem);
}
2017-07-14 19:47:12 +08:00
.user-table {
-webkit-box-flex: 1;
2017-07-26 16:37:51 +08:00
padding: 24px;
2017-07-27 19:08:40 +08:00
border-radius: 4px;
2017-07-20 16:44:41 +08:00
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
background: #FFF;
2017-07-26 11:17:07 +08:00
margin-top: 15px;
min-height: 5rem;
2017-07-14 19:47:12 +08:00
.ant-table-wrapper table {
2017-07-26 11:17:07 +08:00
// font-size: .14rem;
2017-07-14 19:47:12 +08:00
2017-07-26 11:17:07 +08:00
a {
// font-size: 12px;
2017-07-14 19:47:12 +08:00
}
}
2017-07-26 11:17:07 +08:00
2017-07-14 19:47:12 +08:00
}
2017-07-17 11:01:05 +08:00
.user-profile {
-webkit-box-flex: 1;
margin-top: 15px;
2017-07-27 12:01:56 +08:00
padding: 24px;
2017-07-20 16:44:41 +08:00
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
background: #FFF;
2017-07-27 19:08:40 +08:00
border-radius: .04rem;
min-height: 5rem;
2017-07-17 11:01:05 +08:00
.user-item {
min-height:35px;
line-height:35px;
margin: 5px;
2017-07-27 12:01:56 +08:00
margin-left: 0px;
2017-07-27 19:08:40 +08:00
margin-bottom: 16px;
2017-07-26 11:17:07 +08:00
border-bottom: 1px solid #f1f3f6;
2017-07-27 19:08:40 +08:00
padding-bottom: 16px;
2017-07-27 12:01:56 +08:00
#old_password,#password,#verify_pass{
margin-top: 20px;
}
#old_password{
margin-top: 0px;
}
2017-07-27 15:17:46 +08:00
.ant-col-12{
.ant-input{
2017-07-27 18:19:17 +08:00
width: 60%;
2017-07-27 19:08:40 +08:00
margin-right: 16px;
2017-07-27 15:17:46 +08:00
}
}
2017-07-26 11:17:07 +08:00
.ant-col-4{
2017-07-27 15:50:04 +08:00
color: rgba(0,0,0,0.85);
2017-07-27 19:08:40 +08:00
padding: 0px 16px;
2017-07-26 11:17:07 +08:00
text-indent: .7em;
// background-color: #f1f3f6;
2017-07-27 19:08:40 +08:00
border-left: 4px solid #f1f3f6;
2017-07-26 11:17:07 +08:00
margin-right: 30px;
2017-07-27 20:28:29 +08:00
white-space: nowrap;
2017-07-26 11:17:07 +08:00
}
.text{
padding-right: 15px;
}
2017-07-17 11:01:05 +08:00
.text-button{
2017-07-26 11:17:07 +08:00
// font-size: 12px;
2017-07-17 11:01:05 +08:00
color: #657289;
cursor: pointer
}
}
}
2017-07-27 19:08:40 +08:00
.user-nav {
border-bottom-left-radius: .04rem;
border-bottom-right-radius: .04rem;
}
2017-07-26 22:09:13 +08:00
}