health.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. .container{
  2. background-color: #F2F2F2;
  3. }
  4. .panelTop{
  5. width:100%;
  6. background-color: #F2F9DF;
  7. align-items: flex-start;
  8. justify-content: flex-start;
  9. }
  10. .text1{
  11. font-size:32rpx;
  12. color:#1E1E1E;
  13. margin:60rpx 0 0 30rpx;
  14. }
  15. .text2{
  16. font-size:20rpx;
  17. color:#4D4D4D;
  18. width:690rpx;
  19. margin:20rpx 0 60rpx 30rpx;
  20. line-height: 24rpx;
  21. }
  22. .panelTitle{
  23. background-color: inherit;
  24. }
  25. .panelTitle1{
  26. margin:60rpx 0 0 30rpx;
  27. font-size:32rpx;
  28. }
  29. .panelItem{
  30. width:710rpx;
  31. background-color: #fff;
  32. border-radius: 20rpx;
  33. margin-top:30rpx;
  34. justify-content: flex-start;
  35. }
  36. .panelItem1{
  37. width:100%;
  38. height:102rpx;
  39. background-color: #AAED89;
  40. border-top-left-radius: 20rpx;
  41. border-top-right-radius: 20rpx;
  42. justify-content: space-between;
  43. }
  44. .panelItem11{
  45. margin: 0 30rpx;
  46. font-size:30rpx;
  47. }
  48. .panelItem2{
  49. font-size: 20rpx;
  50. color:#4D4D4D;
  51. width:650rpx;
  52. margin-top:30rpx;
  53. }
  54. .btn{
  55. font-size: 28rpx;
  56. text-align: center;
  57. background-color: #fff;
  58. width:650rpx;
  59. line-height: 80rpx;
  60. border-radius: 10rpx;
  61. border:2rpx solid #D2D2D2;
  62. margin:40rpx 0 50rpx 0;
  63. }
  64. .btn2{
  65. margin:30rpx 0 30rpx 0;
  66. }
  67. .help1{
  68. width:100%;
  69. justify-content: space-between;
  70. height: 131rpx;
  71. }
  72. .help11{
  73. align-items: flex-start;
  74. margin-left: 30rpx;
  75. }
  76. .universalpic_light_blue_70x70{
  77. width:70rpx;
  78. height:70rpx;
  79. margin: 0 0 0 30rpx;
  80. }
  81. .help111{
  82. font-size:28rpx;
  83. font-weight: 400;
  84. }
  85. .help112{
  86. font-size:20rpx;
  87. color:#787878;
  88. margin-top:4rpx;
  89. }
  90. .Arrow{
  91. width:16rpx;
  92. height:26rpx;
  93. margin-right: 30rpx;
  94. }
  95. .panelItem3{
  96. width:100%;
  97. border-bottom-left-radius: 20rpx;
  98. border-bottom-right-radius: 20rpx;
  99. height:20rpx;
  100. }
  101. .panelFooter{
  102. width:100%;
  103. background-color: #fff;
  104. margin-top: 60rpx;
  105. justify-content: flex-start;
  106. align-items: flex-start;
  107. }
  108. .card_index_laboratory_70x76{
  109. width:70rpx;
  110. height:76rpx;
  111. margin:60rpx 0 30rpx 30rpx;
  112. }
  113. .panelFooter1{
  114. width: 690rpx;
  115. font-size:20rpx;
  116. margin:0 0 60rpx 30rpx;
  117. }