| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- .cell-box{
- position: relative;
- .cell-box-right{
- padding: 2rpx 6rpx;
- height: 30rpx;
- position: absolute;
- right: 20rpx;
- top: 0;
- bottom: 0;
- margin: auto 0;
- display: flex;
- align-items: center;
- }
- }
- .content-status {
- padding: 20rpx 0 40rpx;
- background-color: $page-bg;
- line-height: 1.5;
- font-size: $uni-font-size-base;
- color: $uni-text-color;
- .tip {
- position: relative;
- margin-bottom: 20rpx;
- }
- .tip text {
- position: absolute;
- right: 30rpx;
- color: $uni-text-color-grey;
- }
- .cell {
- padding: 10rpx 30rpx;
- }
- .status-info {
- padding: 10rpx 30rpx;
- position: relative;
- border-top: 1px solid #D8D8D8;
- }
- .title {
- margin-bottom: 20rpx;
- font-weight: 700;
- text-indent: 0;
- }
- .font-grey {
- color: $uni-text-color-grey;
- }
- }
|