erp 新洋电子
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
908 B

3 years ago
.bg{
@include wh(750upx,auto);
padding-top: 30upx;
padding-bottom: 30upx;
3 years ago
background: #007aff;
3 years ago
.user-info{
@include flex(center,flex-start);
}
image{
@include wh(120upx,120upx);
border-radius: 50%;
margin-left: 30upx;
}
view{
@include fonts(28upx,#fff,500);
margin-left: 20upx;
}
}
.list{
@include wh(690upx,auto);
margin: auto;
@include flex(center,space-between);
padding: 30upx;
border-bottom: 2upx solid #f5f5f5;
background: white;
.next-icon{
@include wh(28upx,33upx);
}
.left{
width:400upx;
@include flex(center,flex-start);
.grzl{
@include wh(45upx,45upx);
}
.xgmi{
@include wh(39upx,45upx);
}
.yjfk{
@include wh(39upx,45upx);
}
view{
@include fonts(28upx,#333,500);
margin-left: 10upx;
}
}
.right{
@include flex(center,flex-start);
text{
font-size: 26upx;
}
}
}
.logout{
@include wh(690upx);
margin-top: 400upx;
}