YZProjectCloud/yanzhu-ui-app/miniprogram/pages/index/index.wxss

64 lines
1.2 KiB
Plaintext

page {
background: #191d28 url("http://fileimg.makalu.cc/CORE_40247DD946964A15AA0D4000E1031E19.png") no-repeat bottom/100%;
}
.pro_user {
background: url("https://guangzhou.sxyanzhu.com/YZLJXM/profile/static/login_name.png") no-repeat left/40rpx;
height: 80rpx;
line-height: 80rpx;
padding-left: 50rpx;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
word-break: break-all;
}
.pro_dept {
background: url("https://guangzhou.sxyanzhu.com/YZLJXM/profile/static/dept.png") no-repeat left/40rpx;
height: 80rpx;
line-height: 80rpx;
padding-left: 50rpx;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
word-break: break-all;
}
.pro_project {
background: url("https://guangzhou.sxyanzhu.com/YZLJXM/profile/static/project.png") no-repeat left/40rpx;
height: 80rpx;
line-height: 80rpx;
padding-left: 50rpx;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
word-break: break-all;
}
.pro_herads {
text-align: right;
margin-top: -280rpx;
}
.pro_herads image {
width: 280rpx;
height: 280rpx;
}
.menu_max {
padding: 10rpx 50rpx 0;
}
.menu_min {
padding: 30rpx 0;
text-align: center;
}
.menu_min image {
width: 150rpx;
height: 150rpx;
}
.menu_min view {
padding: 10rpx;
color: #89a4eb;
}