bikeList.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /* pages/bikeList/bikeList.wxss */
  2. page {
  3. background-color: rgba(238, 238, 238, 1);
  4. }
  5. .top {
  6. padding-top: 74rpx;
  7. padding-bottom: 62rpx;
  8. background-color: rgba(255, 226, 220, 1);
  9. display: flex;
  10. }
  11. .top-left,
  12. .top-right {
  13. flex: 1;
  14. text-align: center;
  15. }
  16. .text1 {
  17. font-size: 24rpx;
  18. margin-bottom: 16rpx;
  19. font-family: PingFang SC;
  20. font-weight: 500;
  21. color: #841800;
  22. line-height: 36rpx;
  23. opacity: 0.8;
  24. }
  25. .text2 {
  26. font-size: 40rpx;
  27. font-family: PingFang SC;
  28. font-weight: 800;
  29. color: #841800;
  30. }
  31. .text3 {
  32. font-size: 30rpx;
  33. font-family: PingFang SC;
  34. font-weight: 500;
  35. color: #841800;
  36. }
  37. .content {
  38. padding: 16rpx 30rpx;
  39. }
  40. .list {
  41. position: relative;
  42. font-size: 28rpx;
  43. font-family: PingFang SC;
  44. font-weight: 500;
  45. color: #202020;
  46. padding: 45rpx 50rpx;
  47. background: #FFFFFF;
  48. border-radius: 10rpx;
  49. }
  50. .list-text {
  51. margin: 20rpx 0;
  52. }
  53. .detail{
  54. text-align: center;
  55. position: absolute;
  56. top: 33rpx;
  57. right: 35rpx;
  58. width: 142rpx;
  59. height: 54rpx;
  60. line-height: 54rpx;
  61. background: #FF6545;
  62. border-radius: 0rpx 27rpx 27rpx 26rpx;
  63. font-size: 24rpx;
  64. font-family: PingFang SC;
  65. font-weight: 500;
  66. color: #FFFEFE;
  67. }