add.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  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 .imageFree{
  108. width:100rpx;
  109. }
  110. .panelItem .textReturn{
  111. width:100%;
  112. }
  113. .panelItem .textReturn2{
  114. width:100%;
  115. height:30rpx;
  116. }
  117. .panelItem3 {
  118. min-height: 100rpx;
  119. margin-top: 50rpx;
  120. width: 100%;
  121. justify-content: space-between;
  122. font-size: 28rpx;
  123. background-color: #fff;
  124. }
  125. .panelItem3 .panelItem32 {
  126. margin-left: 30rpx;
  127. }
  128. .panelItem3 .panelItem31{
  129. color:#787878;
  130. }
  131. .panelItem3 .panelItem311{
  132. color:#0071ef;
  133. }
  134. .panelItem3Remark{
  135. font-size:24rpx;
  136. margin-top:30rpx;
  137. color:#787878;
  138. font-weight: 400;
  139. }
  140. .panelSave {
  141. width: 100%;
  142. background-color: #fff;
  143. position: fixed;
  144. bottom: 0;
  145. height: 120rpx;
  146. font-size: 36rpx;
  147. z-index: 10;
  148. color: #0071ef;
  149. justify-content: space-between;
  150. border-top: 1rpx solid #d2d2d2;
  151. }
  152. .panelSave .panelSave1 {
  153. width: 148rpx;
  154. background-color: #fff;
  155. border:1rpx solid #9B9B9B;
  156. color:#787878;
  157. text-align: center;
  158. line-height: 80rpx;
  159. height:80rpx;
  160. border-radius: 10rpx;
  161. font-size:28rpx;
  162. margin-left: 20rpx;
  163. }
  164. .panelSave .panelSave2 {
  165. width: 168rpx;
  166. justify-content: flex-end;
  167. }
  168. .add {
  169. font-size: 42rpx;
  170. font-weight: 600;
  171. margin: 0 10rpx 10rpx 0;
  172. }
  173. .panelSave .panelSave0{
  174. width:400rpx;
  175. line-height:100rpx;
  176. text-align: center;
  177. }
  178. .panelSave .line1 {
  179. width: 4rpx;
  180. height: 30rpx;
  181. background-color: #d2d2d2;
  182. }
  183. .universalpic_preview_black_30x30 {
  184. width: 36rpx;
  185. height: 36rpx;
  186. margin: 0 40rpx;
  187. }