fine.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. page{
  2. height: 100%;
  3. }
  4. .box{
  5. width: 100%;
  6. height: 100%;
  7. display: flex;
  8. flex-direction: column;
  9. align-items: center;
  10. background: #EEEEEE;
  11. }
  12. .box .item{
  13. width:690rpx;
  14. padding-bottom: 20rpx;
  15. /* height:272rpx; */
  16. background:rgba(255,255,255,1);
  17. box-shadow:0px 0px 13rpx 0px rgba(216,216,216,1);
  18. border-radius:10rpx;
  19. margin-top: 30rpx;
  20. display: flex;
  21. flex-direction: column;
  22. padding:0 26rpx;
  23. justify-content: space-between;
  24. position: relative;
  25. box-sizing: border-box;
  26. }
  27. .item .time{
  28. font-size:28rpx;
  29. font-family:PingFang SC;
  30. font-weight:500;
  31. color:rgba(56,60,63,1);
  32. height: 80rpx;
  33. line-height: 80rpx;
  34. }
  35. /* .item .code{
  36. font-size:30rpx;
  37. font-family:PingFang SC;
  38. font-weight:400;
  39. color:rgba(113,117,121,1);
  40. opacity:0.85;
  41. }
  42. .item .riding_time{
  43. font-size:26rpx;
  44. font-family:PingFang SC;
  45. font-weight:400;
  46. color:rgba(113,117,121,1);
  47. opacity:0.85;
  48. }
  49. .item .riding_location{
  50. font-size:26rpx;
  51. font-family:PingFang SC;
  52. font-weight:400;
  53. color:rgba(113,117,121,1);
  54. opacity:0.85;
  55. } */
  56. .item .weigui{
  57. font-size:30rpx;
  58. font-family:PingFang SC;
  59. font-weight:bold;
  60. /* color:rgba(255,0,0,1); */
  61. }
  62. .item .view1{
  63. display: flex;
  64. font-size: 26rpx;
  65. height: 80rpx;
  66. align-items: center;
  67. padding-top: 14rpx;
  68. justify-content: space-between;
  69. }
  70. .item .view1 view{
  71. display: flex;
  72. align-items: center;
  73. }
  74. .view1 view .border{
  75. width: 140rpx;
  76. height: 40rpx;
  77. text-align: center;
  78. line-height: 40rpx;
  79. font-size: 24rpx;
  80. color: #E9524A;
  81. background: #FCECEB;
  82. border: 1rpx solid #ED7772;
  83. border-radius: 10rpx;
  84. }
  85. .view1 view .text1{
  86. padding-left: 20rpx;
  87. }
  88. .image{
  89. position: absolute;
  90. top: 0;
  91. right: 0;
  92. }
  93. .none{
  94. width: 100%;
  95. height: 75%;
  96. display: flex;
  97. flex-direction: column;
  98. align-items: center;
  99. justify-content: center;
  100. }
  101. .none text{
  102. padding-top: 30rpx;
  103. color: #18D5B9;
  104. font-size: 30rpx;
  105. }