help.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background: #f8f6f6;
  13. height: 100%;
  14. }
  15. page .container {
  16. width: 100%;
  17. height: 100%;
  18. }
  19. page .container .swiper-box {
  20. height: 90%;
  21. padding-top: 25rpx;
  22. }
  23. .nodata {
  24. width: 430rpx;
  25. margin: 0rpx auto;
  26. padding-top: 80rpx;
  27. }
  28. .nodata image {
  29. width: 430rpx;
  30. height: 337rpx;
  31. }
  32. .nodata .text {
  33. text-align: center;
  34. color: #999999;
  35. font-size: 26rpx;
  36. }
  37. .swiper-box {
  38. height: calc(100% - 40px);
  39. }
  40. .list-scroll-content {
  41. height: 100%;
  42. }
  43. .navbar {
  44. overflow: hidden;
  45. white-space: nowrap;
  46. background: #fff;
  47. padding: 0rpx 25rpx;
  48. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  49. }
  50. .navbar .nav-item {
  51. text-align: center;
  52. display: inline-block;
  53. height: 100%;
  54. font-size: 28rpx;
  55. color: #303133;
  56. position: relative;
  57. width: 25%;
  58. padding: 25rpx 0rpx;
  59. }
  60. .navbar .nav-item.current {
  61. color: #ff6666;
  62. }
  63. .navbar .nav-item.current:after {
  64. content: '';
  65. position: absolute;
  66. left: 50%;
  67. bottom: 0;
  68. -webkit-transform: translateX(-50%);
  69. transform: translateX(-50%);
  70. width: 35px;
  71. height: 0;
  72. border-bottom: 2px solid #ff6666;
  73. }
  74. .call-btn image {
  75. width: 100rpx;
  76. height: 100rpx;
  77. }
  78. .content-box {
  79. width: 90%;
  80. margin: 0rpx auto;
  81. background-color: #ffffff;
  82. border-radius: 15rpx;
  83. padding: 47rpx 30rpx;
  84. font-size: 24rpx;
  85. line-height: 60rpx;
  86. color: #666666;
  87. margin-bottom: 25rpx;
  88. }
  89. .item .name {
  90. font-size: 28rpx;
  91. color: #333333;
  92. font-weight: 500;
  93. }
  94. .call-btn image {
  95. width: 100rpx;
  96. height: 100rpx;
  97. }
  98. .box-btn {
  99. width: 80%;
  100. margin: 0rpx auto;
  101. margin-top: 30rpx;
  102. text-align: center;
  103. }
  104. .box-btn .accept {
  105. background: #ff4f4f;
  106. color: #ffffff;
  107. padding: 0rpx 30rpx;
  108. width: 35%;
  109. }
  110. .box-btn .refuse {
  111. background: #f3f3f3;
  112. width: 35%;
  113. padding: 0rpx 30rpx;
  114. }
  115. .tpl {
  116. font-size: 28rpx;
  117. font-weight: bold;
  118. color: #ff4f4f;
  119. }