addItem.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. .container {
  2. justify-content: flex-start;
  3. font-weight: 500;
  4. color: #1e1e1e;
  5. background-color: #f0f0f0;
  6. }
  7. .left {
  8. margin-left: 25rpx;
  9. }
  10. .right {
  11. margin-right: 25rpx;
  12. }
  13. .panelTag {
  14. width: 100%;
  15. justify-content: space-between;
  16. min-height: 120rpx;
  17. background-color: #fff;
  18. }
  19. .panelSave1 {
  20. width: 148rpx;
  21. background-color: #fff;
  22. border:1rpx solid #9B9B9B;
  23. color:#787878;
  24. text-align: center;
  25. height: 80rpx;
  26. line-height: 80rpx;
  27. border-radius: 10rpx;
  28. font-size: 28rpx;
  29. }
  30. .panelSave2 {
  31. width: 80rpx;
  32. height: 80rpx;
  33. background-color: #fff;
  34. border:1rpx solid #9B9B9B;
  35. margin-left: 10rpx;
  36. }
  37. .panelSave3 {
  38. width: 80rpx;
  39. height: 80rpx;
  40. margin-left: 10rpx;
  41. background-color: #0071EF;
  42. border:1rpx solid #0071EF;
  43. }
  44. .universalpic_read_begin_gray_20x20 {
  45. width: 21rpx;
  46. height: 20rpx;
  47. }
  48. .universalpic_read_end_white_38x22{
  49. width: 38rpx;
  50. height: 22rpx;
  51. }
  52. .universalpic_editbar_underline_gray_14x20{
  53. width: 14rpx;
  54. height: 20rpx;
  55. }
  56. .universalpic_underline_end_white_30x22{
  57. width: 31rpx;
  58. height: 22rpx;
  59. }
  60. .universalpic_picture_gray_26x26{
  61. width: 26rpx;
  62. height: 26rpx;
  63. }
  64. .add {
  65. font-size: 42rpx;
  66. font-weight: 600;
  67. margin: 0 10rpx 10rpx 0;
  68. }
  69. .clear {
  70. width: 108rpx;
  71. height: 80rpx;
  72. color: #0071ef;
  73. background-color: #fff;
  74. border:1rpx solid #9B9B9B;
  75. text-align: center;
  76. border-radius: 10rpx;
  77. line-height: 80rpx;
  78. font-size: 24rpx;
  79. }
  80. .line1 {
  81. width: 4rpx;
  82. height: 30rpx;
  83. background-color: #d2d2d2;
  84. margin-right: 20rpx;
  85. }
  86. .universalpic_help_gray_26x26 {
  87. width: 26rpx;
  88. height: 26rpx;
  89. margin: 0 0 0 40rpx;
  90. }
  91. .panelTag0 {
  92. justify-content: flex-start;
  93. z-index: 10;
  94. }
  95. .panelTag .btn0 {
  96. width: 20rpx;
  97. }
  98. .panelTag .btn {
  99. font-family: 'Roboto-Black';
  100. width: 80rpx;
  101. background-color: #fff;
  102. border:1rpx solid #9B9B9B;
  103. color:#787878;
  104. border-radius: 10rpx;
  105. text-align: center;
  106. line-height: 80rpx;
  107. height: 80rpx;
  108. margin-right: 10rpx;
  109. font-size: 36rpx;
  110. }
  111. .panelTag .btn1 {
  112. width: 80rpx;
  113. height: 80rpx;
  114. background-color: #fff;
  115. border:1rpx solid #9B9B9B;
  116. border-radius: 10rpx;
  117. margin-right: 10rpx;
  118. }
  119. .universalpic_editbar_brackets_gray {
  120. width: 34rpx;
  121. height: 26rpx;
  122. }
  123. .universalpic_editbar_underline_gray{
  124. width: 18rpx;
  125. height: 28rpx;
  126. }
  127. .universalpic_editbar_sqr_gray {
  128. width: 25rpx;
  129. height: 22rpx;
  130. }
  131. .panelInput {
  132. width: 100%;
  133. height: 250rpx;
  134. margin-top: 10rpx;
  135. background-color: #fff;
  136. font-size: 36rpx;
  137. font-weight: 400;
  138. }
  139. .input {
  140. margin: 30rpx 30rpx 0 30rpx;
  141. width: 690rpx;
  142. height:220rpx;
  143. }
  144. .panelBtn {
  145. width: 100%;
  146. background-color: #f8f8f8;
  147. z-index: 10;
  148. }
  149. .panelBtn .line1 {
  150. width: 4rpx;
  151. height: 30rpx;
  152. background-color: #d2d2d2;
  153. }
  154. .panelBtn .text1 {
  155. width: 374rpx;
  156. line-height: 100rpx;
  157. text-align: center;
  158. font-size: 28rpx;
  159. color: #a20602;
  160. }
  161. .panelBtn .text2 {
  162. color: #0071ef;
  163. }
  164. .lineFooter{
  165. z-index: 10;
  166. }