index.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. .box{
  2. padding: 20rpx;
  3. }
  4. .box-list{
  5. width: 670rpx;
  6. height: auto;
  7. background-color: #FFFFFF;
  8. border-radius: 8rpx;
  9. position: relative;
  10. padding: 20rpx;
  11. margin-bottom: 10rpx;
  12. overflow: hidden;
  13. }
  14. .box-list-icon{
  15. position: absolute;
  16. z-index: 10;
  17. left: 0;
  18. top: 0;
  19. display: inline-block;
  20. width: 28rpx;
  21. height: 28rpx;
  22. }
  23. .box-list-left{
  24. display: inline-block;
  25. width: 630rpx;
  26. min-height: 120rpx;
  27. line-height: 50rpx;
  28. float: left;
  29. }
  30. .box-list-right{
  31. display: inline-block;
  32. width: 132rpx;
  33. height: 120rpx;
  34. line-height: 120rpx;
  35. float: right;
  36. }
  37. .box-btn{
  38. display: inline-block;
  39. width: 132rpx;
  40. height: 48rpx;
  41. line-height: 48rpx;
  42. text-align: center;
  43. border-radius: 24rpx;
  44. vertical-align: middle;
  45. background-color: #DFDFDF;
  46. border: 1rpx solid #949494;
  47. color: #949494;
  48. font-size: 28rpx;
  49. }
  50. .box-btn.box-btn-use{
  51. color: #FFB145;
  52. background-color: #FFE5C0;
  53. border: 1rpx solid #FFB145;
  54. }
  55. .box-list-org{
  56. color: #333333;
  57. font-size: 32rpx;
  58. font-weight: 500;
  59. }
  60. .box-list-serve,.box-list-date{
  61. color: #949494;
  62. font-size: 28rpx;
  63. font-weight: 500;
  64. }
  65. .submitbtn{
  66. width: 710rpx;
  67. height: 78rpx;
  68. line-height: 78rpx;
  69. background-color: var(--themeColor);
  70. color: #FFFFFF;
  71. text-align: center;
  72. font-size: 38rpx;
  73. margin: 20rpx auto;
  74. border-radius: 8rpx;
  75. }
  76. .submitbtn.color1{
  77. width: 710rpx;
  78. height: 78rpx;
  79. line-height: 78rpx;
  80. background-color: red;
  81. color: #FFFFFF;
  82. text-align: center;
  83. font-size: 38rpx;
  84. margin: 20rpx auto;
  85. border-radius: 8rpx;
  86. }