69 lines
1.2 KiB
SCSS
69 lines
1.2 KiB
SCSS
.mobileAgent {
|
|
width: 100% !important;
|
|
|
|
.title {
|
|
font-weight: 600;
|
|
font-size: 22px;
|
|
height: 60px;
|
|
}
|
|
|
|
.info {
|
|
margin: 0px 0px 0px 0px;
|
|
font-size: 14px;
|
|
color: #a5a5a5;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.userpic {
|
|
height: 70px;
|
|
.userImg {
|
|
width: 70px;
|
|
height: 70px;
|
|
line-height: 70px;
|
|
border-radius: 50%;
|
|
background-color: #27b3bc;
|
|
color: white;
|
|
font-size: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
}
|
|
|
|
.user_account,
|
|
.user_info,
|
|
.detailedInformation ,.tenct{
|
|
margin: 0 20px;
|
|
.hint {
|
|
font-size: 12px;
|
|
margin-left: 10px;
|
|
color: #34bac4;
|
|
}
|
|
.item_info {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
margin-bottom: 10px;
|
|
.key {
|
|
font-size: 12px;
|
|
text-align: right;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.val {
|
|
text-align: left;
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
width: 120px;
|
|
}
|
|
|
|
.zfb {
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|