index.less 918 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. text-align: center;
  12. }
  13. .righttext{
  14. width: 112rpx;
  15. }
  16. .gohome{
  17. margin-left: 20rpx;
  18. image{
  19. width: 80rpx;
  20. height: 80rpx;
  21. }
  22. }
  23. }
  24. .loglist{
  25. margin:40rpx 32rpx 0;
  26. .log_item{
  27. height: 84rpx;
  28. border-bottom:1px solid #EFF0F1;
  29. font-size: 26rpx;
  30. justify-content: space-between;
  31. .logtime{
  32. color: #C3C6CB;
  33. margin-right: 18rpx;
  34. min-width: 160rpx;
  35. text-align: right;
  36. }
  37. .logaction{
  38. color: #2B3036;
  39. text{
  40. color: #04B49C;
  41. }
  42. }
  43. }
  44. }
  45. .nomore{
  46. height: 90rpx;
  47. color: #8D9399;
  48. }