index.wxss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .header-title {
  2. background-color: #ffffff;
  3. justify-content: space-between;
  4. padding: 0 26rpx;
  5. width: 100%;
  6. }
  7. .header-title .titlename {
  8. font-size: 17px;
  9. }
  10. .header-title .goback {
  11. width: 30px;
  12. text-align: center;
  13. }
  14. .header-title .righttext {
  15. width: 112rpx;
  16. }
  17. .header-title .gohome {
  18. margin-left: 20rpx;
  19. }
  20. .header-title .gohome image {
  21. width: 80rpx;
  22. height: 80rpx;
  23. }
  24. .loglist {
  25. margin: 40rpx 32rpx 0;
  26. }
  27. .loglist .log_item {
  28. height: 84rpx;
  29. border-bottom: 1px solid #EFF0F1;
  30. font-size: 26rpx;
  31. justify-content: space-between;
  32. }
  33. .loglist .log_item .logtime {
  34. color: #C3C6CB;
  35. margin-right: 18rpx;
  36. min-width: 160rpx;
  37. text-align: right;
  38. }
  39. .loglist .log_item .logaction {
  40. color: #2B3036;
  41. }
  42. .loglist .log_item .logaction text {
  43. color: #04B49C;
  44. }
  45. .nomore {
  46. height: 90rpx;
  47. color: #8D9399;
  48. }
  49. .nolist_box {
  50. display: flex;
  51. justify-content: center;
  52. align-items: center;
  53. flex-direction: column;
  54. margin-top: 354rpx;
  55. }
  56. .nolist_box image {
  57. width: 240rpx;
  58. height: 240rpx;
  59. }
  60. .nolist_box text {
  61. color: #8D9399;
  62. }