1234567891011121314151617181920212223242526 |
- .header-title {
- justify-content: space-between;
- padding: 0 26rpx;
- width: 100%;
- }
- .header-title .goback {
- width: 30px;
- text-align: center;
- }
- .header-title .righttext {
- width: 30px;
- }
- .header-title .titlename {
- font-size: 17px;
- }
- .space_box {
- margin: 0 0 0 30rpx;
- }
- .space_box .space_item {
- height: 48px;
- line-height: 48px;
- padding-left: 24rpx;
- border-bottom: 1px solid #EFF0F1;
- font-size: 28rpx;
- color: #2B3036;
- }
|