index.less 1.2 KB

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