index.wxss 803 B

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