add.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. .container {
  2. justify-content: flex-start;
  3. font-weight: 500;
  4. color: #1e1e1e;
  5. background-color: #F0F0F0;
  6. }
  7. .panelTag{
  8. width: 100%;
  9. justify-content: space-between;
  10. font-size: 28rpx;
  11. min-height: 120rpx;
  12. background-color: #fff;
  13. }
  14. .panelTag .tag{
  15. font-size: 28rpx;
  16. color:#787878;
  17. margin-left: 20rpx;
  18. }
  19. .panelTitle {
  20. width: 100%;
  21. margin-top: 50rpx;
  22. justify-content: space-between;
  23. }
  24. .panelTitle .panelTitle1 {
  25. font-size: 32rpx;
  26. margin-left: 30rpx;
  27. margin-bottom: 30rpx;
  28. }
  29. .panelTitle .panelTitle2 {
  30. font-size: 28rpx;
  31. margin-right: 30rpx;
  32. background-color: #1e1e1e;
  33. color: #fff;
  34. border-radius: 22rpx;
  35. text-align: center;
  36. padding: 0 20rpx;
  37. margin-bottom: 32rpx;
  38. }
  39. .panelItem {
  40. width: 100%;
  41. justify-content: flex-start;
  42. font-size: 28rpx;
  43. min-height: 130rpx;
  44. height:auto;
  45. background-color: #fff;
  46. align-items: flex-start;
  47. font-weight: 400;
  48. }
  49. .panelItem0 {
  50. height: 133rpx;
  51. }
  52. .panelItem1 {
  53. margin-left: 30rpx;
  54. font-weight: 400;
  55. }
  56. .panelItem .panelItem11{
  57. margin: 45rpx 0 0 30rpx;
  58. justify-content: flex-start;
  59. align-items: flex-start;
  60. }
  61. .panelItem .number {
  62. font-family: 'Roboto-Black';
  63. font-size: 24rpx;
  64. width: 40rpx;
  65. background-color: #0071ef;
  66. border-radius: 50%;
  67. text-align: center;
  68. line-height: 40rpx;
  69. color: #fff;
  70. }
  71. .panelItem2 {
  72. margin-right: 30rpx;
  73. color: #1e1e1e;
  74. font-weight: 400;
  75. }
  76. .panelItem .panelItem21 {
  77. margin-right: 30rpx;
  78. font-weight: 400;
  79. flex-wrap: wrap;
  80. align-items: flex-start;
  81. justify-content: flex-start;
  82. width: 610rpx;
  83. font-size: 36rpx;
  84. color:#1e1e1e;
  85. margin: 40rpx 0 40rpx 40rpx;
  86. }
  87. .panelItem .textNull {
  88. color: #d2d2d2;
  89. font-weight: 400;
  90. }
  91. .panelItem .universalpic_read_gray_40x40 {
  92. width:40rpx;
  93. height:40rpx;
  94. margin: 5rpx 10rpx 0 10rpx;
  95. }
  96. .panelItem .textLine {
  97. text-decoration: underline;
  98. }
  99. .panelItem .textPinyin {
  100. text-decoration: underline;
  101. margin-right: 10rpx;
  102. }
  103. .panelItem .imageBishun {
  104. width:100rpx;
  105. height:100rpx;
  106. }
  107. .panelItem .textReturn{
  108. width:100%;
  109. }
  110. .panelItem .textReturn2{
  111. width:100%;
  112. height:30rpx;
  113. }
  114. .panelItem3 {
  115. min-height: 100rpx;
  116. margin-top: 50rpx;
  117. width: 100%;
  118. justify-content: space-between;
  119. font-size: 28rpx;
  120. background-color: #fff;
  121. }
  122. .panelItem3 .panelItem32 {
  123. margin-right: 30rpx;
  124. }
  125. .remind{
  126. width:100%;
  127. line-height: 60rpx;
  128. text-align: center;
  129. color:#fff;
  130. background-color: #B3443B;
  131. font-size:24rpx;
  132. position: fixed;
  133. bottom: 120rpx;
  134. }
  135. .remind1{
  136. background-color: #2e2e2e;
  137. }
  138. .panelSave {
  139. width: 100%;
  140. background-color: #fff;
  141. position: fixed;
  142. bottom: 0;
  143. height: 120rpx;
  144. font-size: 36rpx;
  145. z-index: 10;
  146. color: #0071ef;
  147. justify-content: space-between;
  148. }
  149. .panelSave .panelSave1 {
  150. width: 148rpx;
  151. background-color: #fff;
  152. border:1rpx solid #9B9B9B;
  153. color:#787878;
  154. text-align: center;
  155. line-height: 80rpx;
  156. height:80rpx;
  157. border-radius: 10rpx;
  158. font-size:28rpx;
  159. margin-left: 30rpx;
  160. }
  161. .add {
  162. font-size: 42rpx;
  163. font-weight: 600;
  164. margin: 0 10rpx 10rpx 0;
  165. }
  166. .panelSave .panelSave0{
  167. width:400rpx;
  168. line-height:100rpx;
  169. text-align: center;
  170. }
  171. .panelSave .line1 {
  172. width: 4rpx;
  173. height: 30rpx;
  174. background-color: #d2d2d2;
  175. }
  176. .universalpic_preview_black_30x30 {
  177. width: 36rpx;
  178. height: 36rpx;
  179. margin: 0 40rpx;
  180. }