39 lines
695 B
Plaintext
39 lines
695 B
Plaintext
.franchiser_red {
|
|
/* padding-top: 40px; */
|
|
background: #fff;
|
|
}
|
|
|
|
.franchiser_red .content {
|
|
padding-left: 28rpx;
|
|
}
|
|
|
|
.franchiser_red .content .list_box {
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
padding: 20rpx 28rpx 20rpx 0;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.franchiser_red .content .list_box .left .left_a {
|
|
line-height: 60rpx;
|
|
text-align: left;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.franchiser_red .content .list_box .left .left_b {
|
|
line-height: 60rpx;
|
|
text-align: left;
|
|
font-size: 14px;
|
|
color: #8c8c8c;
|
|
}
|
|
|
|
.franchiser_red .content .list_box .p {
|
|
font-size: 16px;
|
|
color: #8c8c8c;
|
|
}
|
|
|
|
.franchiser_red .content .list_box .stay {
|
|
color: #f15353;
|
|
}
|