assess.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. @import '/utils/styles/index.wxss';
  2. .container>.flex1 {
  3. background-color: #f2f2f2;
  4. }
  5. .menus {
  6. height: 90rpx;
  7. }
  8. .menus text {
  9. color: #333;
  10. font-size: 30rpx;
  11. box-sizing: border-box;
  12. }
  13. .menus .cur {
  14. color: #33ad37;
  15. border-bottom: 4rpx solid #33ad37;
  16. }
  17. swiper {
  18. top: 0;
  19. left: 0;
  20. right: 0;
  21. bottom: 0;
  22. }
  23. /* 内容 */
  24. .handle{
  25. height: 200rpx;
  26. padding: 0 30rpx;
  27. /* margin-top: 22rpx; */
  28. border-bottom: 1rpx solid #f2f2f2;
  29. }
  30. .title{
  31. display: flex;
  32. justify-content: space-between;
  33. height: 84rpx;
  34. }
  35. .title view{
  36. display: flex;
  37. align-items: center;
  38. font-size: 30rpx;
  39. color: #333;
  40. }
  41. .title image{
  42. width: 100rpx;
  43. /* height: 100rpx; */
  44. }
  45. .section{
  46. font-size: 24rpx;
  47. color: #666;
  48. margin-top: 10rpx;
  49. }
  50. .desc{
  51. display: flex;
  52. justify-content: space-between;
  53. margin-top: 20rpx;
  54. }
  55. .desc text{
  56. font-size: 24rpx;
  57. color:#666;
  58. }
  59. .assess-button{
  60. width: 160rpx;
  61. height: 60rpx;
  62. font-size: 30rpx;
  63. color: #33ad37 !important;
  64. border-radius: 60rpx;
  65. border:1rpx solid #33ad37;
  66. display: flex;
  67. align-items: center;
  68. justify-content: center;
  69. }
  70. .assess{
  71. display: flex;
  72. }
  73. .assess image{
  74. width: 34rpx;
  75. height: 34rpx;
  76. padding-left: 6rpx;
  77. }
  78. .noList{
  79. display: flex;
  80. flex-direction: column;
  81. justify-content: center;
  82. align-items: center;
  83. }
  84. .noList view{
  85. margin-top: 30rpx;
  86. font-size: 28rpx;
  87. color: #999;
  88. }
  89. .noList image{
  90. width:278rpx;
  91. height:182rpx;
  92. text-align:center;
  93. margin-top:100rpx;
  94. }