70 lines
1.0 KiB
Plaintext
70 lines
1.0 KiB
Plaintext
/* packageH/signPage/staffManagement/staffManagement.wxss */
|
|
.content {
|
|
background: #fff;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.member-box {
|
|
background: #fff;
|
|
text-align: left;
|
|
padding: 32rpx;
|
|
display: flex;
|
|
border-bottom: 1rpx solid #eee;
|
|
}
|
|
|
|
.member-box .left {
|
|
flex: 1;
|
|
}
|
|
|
|
.member-box .head {
|
|
display: flex;
|
|
}
|
|
|
|
.member-box .name {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.member-box .tag {
|
|
font-size: 12px;
|
|
border-radius: 30rpx;
|
|
background-color: #267df3;
|
|
color: #fff;
|
|
padding: 3rpx 12rpx;
|
|
margin-left: 16rpx;
|
|
}
|
|
|
|
.member-box .mobile {
|
|
margin-top: 16rpx;
|
|
}
|
|
|
|
.member-box .right {
|
|
flex: 0 0 96rpx;
|
|
text-align: right;
|
|
align-self: center;
|
|
color: #267df3;
|
|
}
|
|
|
|
.member-box .yellow {
|
|
background-color: #ffb600;
|
|
}
|
|
|
|
.btn {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
background: #fff;
|
|
}
|
|
|
|
.btn .sure {
|
|
width: 80%;
|
|
margin: 10px auto;
|
|
height: 72rpx;
|
|
background-image: linear-gradient(0deg, #377aff 0%, #679aff 100%);
|
|
border-radius: 40rpx;
|
|
font-size: 14px;
|
|
line-height: 72rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
}
|