index.less 890 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .header-title{
  2. background-color: #ffffff;
  3. justify-content: space-between;
  4. padding: 0 32rpx;
  5. width: 100%;
  6. .titlename{
  7. font-size: 17px;
  8. }
  9. .goback{
  10. width:30px;
  11. }
  12. .righttext{
  13. width: 112rpx;
  14. }
  15. .gohome{
  16. margin-left: 20rpx;
  17. image{
  18. width: 80rpx;
  19. height: 80rpx;
  20. }
  21. }
  22. }
  23. .loglist{
  24. margin:40rpx 32rpx 0;
  25. .log_item{
  26. height: 84rpx;
  27. border-bottom:1px solid #EFF0F1;
  28. font-size: 26rpx;
  29. justify-content: space-between;
  30. .logtime{
  31. color: #C3C6CB;
  32. margin-right: 18rpx;
  33. min-width: 160rpx;
  34. text-align: right;
  35. }
  36. .logaction{
  37. color: #2B3036;
  38. text{
  39. color: #04B49C;
  40. }
  41. }
  42. }
  43. }
  44. .nomore{
  45. height: 90rpx;
  46. color: #8D9399;
  47. }