12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- .header-title{
- background-color: #ffffff;
- justify-content: space-between;
- // padding:0 34rpx;
- padding:0 26rpx;
- 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;
- }
- .nolist_box{
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- margin-top: 354rpx;
- image{
- width: 240rpx;
- height: 240rpx;
- }
- text{
- color: #8D9399;
- }
- }
|