addItem.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  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. .add {
  61. font-size: 42rpx;
  62. font-weight: 600;
  63. margin: 0 10rpx 10rpx 0;
  64. }
  65. .clear {
  66. width: 108rpx;
  67. height: 80rpx;
  68. color: #0071ef;
  69. background-color: #fff;
  70. border:1rpx solid #9B9B9B;
  71. text-align: center;
  72. border-radius: 10rpx;
  73. line-height: 80rpx;
  74. font-size: 24rpx;
  75. }
  76. .line1 {
  77. width: 4rpx;
  78. height: 30rpx;
  79. background-color: #d2d2d2;
  80. margin-right: 20rpx;
  81. }
  82. .universalpic_help_gray_26x26 {
  83. width: 26rpx;
  84. height: 26rpx;
  85. margin: 0 0 0 40rpx;
  86. }
  87. .panelTag0 {
  88. justify-content: flex-start;
  89. z-index: 10;
  90. }
  91. .panelTag .btn0 {
  92. width: 20rpx;
  93. }
  94. .panelTag .btn {
  95. font-family: 'Roboto-Black';
  96. width: 80rpx;
  97. background-color: #fff;
  98. border:1rpx solid #9B9B9B;
  99. color:#787878;
  100. border-radius: 10rpx;
  101. text-align: center;
  102. line-height: 80rpx;
  103. height: 80rpx;
  104. margin-right: 10rpx;
  105. font-size: 36rpx;
  106. }
  107. .panelTag .btn1 {
  108. width: 80rpx;
  109. height: 80rpx;
  110. background-color: #fff;
  111. border:1rpx solid #9B9B9B;
  112. border-radius: 10rpx;
  113. margin-right: 10rpx;
  114. }
  115. .universalpic_editbar_brackets_gray {
  116. width: 34rpx;
  117. height: 26rpx;
  118. }
  119. .universalpic_editbar_underline_gray{
  120. width: 18rpx;
  121. height: 28rpx;
  122. }
  123. .universalpic_editbar_sqr_gray {
  124. width: 25rpx;
  125. height: 22rpx;
  126. }
  127. .panelInput {
  128. width: 100%;
  129. height: 250rpx;
  130. margin-top: 10rpx;
  131. background-color: #fff;
  132. font-size: 36rpx;
  133. font-weight: 400;
  134. }
  135. .input {
  136. margin: 30rpx 30rpx 0 30rpx;
  137. width: 690rpx;
  138. }
  139. .panelBtn {
  140. width: 100%;
  141. background-color: #f8f8f8;
  142. z-index: 10;
  143. }
  144. .panelBtn .line1 {
  145. width: 4rpx;
  146. height: 30rpx;
  147. background-color: #d2d2d2;
  148. }
  149. .panelBtn .text1 {
  150. width: 374rpx;
  151. line-height: 100rpx;
  152. text-align: center;
  153. font-size: 28rpx;
  154. color: #a20602;
  155. }
  156. .panelBtn .text2 {
  157. color: #0071ef;
  158. }
  159. .lineFooter{
  160. z-index: 10;
  161. }