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