index.wxss 1.3 KB

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