1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- .header-title {
- background-color: #ffffff;
- justify-content: space-between;
- padding: 0 26rpx;
- width: 100%;
- }
- .header-title .titlename {
- font-size: 17px;
- }
- .header-title .goback {
- width: 30px;
- text-align: center;
- }
- .header-title .righttext {
- width: 112rpx;
- }
- .header-title .gohome {
- margin-left: 20rpx;
- }
- .header-title .gohome image {
- width: 80rpx;
- height: 80rpx;
- }
- .loglist {
- margin: 40rpx 32rpx 0;
- }
- .loglist .log_item {
- height: 84rpx;
- border-bottom: 1px solid #EFF0F1;
- font-size: 26rpx;
- justify-content: space-between;
- }
- .loglist .log_item .logtime {
- color: #C3C6CB;
- margin-right: 18rpx;
- min-width: 160rpx;
- text-align: right;
- }
- .loglist .log_item .logaction {
- color: #2B3036;
- }
- .loglist .log_item .logaction text {
- color: #04B49C;
- }
- .nomore {
- height: 90rpx;
- color: #8D9399;
- }
- .nolist_box {
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- margin-top: 354rpx;
- }
- .nolist_box image {
- width: 240rpx;
- height: 240rpx;
- }
- .nolist_box text {
- color: #8D9399;
- }
|