62 lines
1.3 KiB
Plaintext
62 lines
1.3 KiB
Plaintext
.branchList {
|
|
margin-top: 38rpx;
|
|
padding: 0 20rpx;
|
|
}
|
|
.branchList .item {
|
|
background-color: #FAFAFC;
|
|
margin-bottom: 20rpx;
|
|
padding: 20rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
.branchList .item .titleStatusC {
|
|
font-size: 28rpx;
|
|
font-weight: bold;
|
|
color: #2B2B2B;
|
|
}
|
|
.branchList .item .titleStatusC .statusC {
|
|
padding: 0 10rpx;
|
|
line-height: 28rpx;
|
|
border-radius: 15rpx;
|
|
font-size: 20rpx;
|
|
font-weight: 500;
|
|
}
|
|
.branchList .item .titleStatusC .statusC .icon {
|
|
margin-right: 3rpx;
|
|
width: 16rpx;
|
|
height: auto;
|
|
}
|
|
.branchList .item .titleStatusC .statusC.exist {
|
|
background-color: #FFF7E9;
|
|
border: solid 1rpx #F2C369;
|
|
color: #F2C369;
|
|
}
|
|
.branchList .item .titleStatusC .statusC.logOff {
|
|
background-color: #FFF1F1;
|
|
border: solid 1rpx #EF3535;
|
|
color: #EF3535;
|
|
}
|
|
.branchList .item .infoC {
|
|
height: 50rpx;
|
|
}
|
|
.branchList .item .infoC .infoItem .title {
|
|
margin-right: 16rpx;
|
|
font-size: 22rpx;
|
|
font-weight: 500;
|
|
color: #999;
|
|
}
|
|
.branchList .item .infoC .infoItem .content {
|
|
font-size: 24rpx;
|
|
font-weight: bold;
|
|
color: #2A2A2A;
|
|
text-align: right;
|
|
}
|
|
.branchList .item .infoC .infoItem.leftInfo {
|
|
margin-right: 20rpx;
|
|
}
|
|
.branchList .item .infoC .infoItem.rightInfo {
|
|
margin-left: 20rpx;
|
|
}
|
|
.branchList .item .infoC.topInfo {
|
|
margin-top: 10rpx;
|
|
}
|