addItem.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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: #0071ef;
  22. color: #fff;
  23. text-align: center;
  24. height: 80rpx;
  25. line-height: 80rpx;
  26. border-radius: 10rpx;
  27. font-size: 28rpx;
  28. }
  29. .panelSave2 {
  30. width: 80rpx;
  31. height: 80rpx;
  32. background-color: #f0f0f0;
  33. margin-left: 10rpx;
  34. }
  35. .panelSave3 {
  36. width: 80rpx;
  37. height: 80rpx;
  38. margin-left: 10rpx;
  39. }
  40. .universalpic_read_begin_gray_40x20 {
  41. width: 38rpx;
  42. height: 22rpx;
  43. }
  44. .universalpic_editbar_underline_gray_14x20{
  45. width: 14rpx;
  46. height: 20rpx;
  47. }
  48. .add {
  49. font-size: 42rpx;
  50. font-weight: 600;
  51. margin: 0 10rpx 10rpx 0;
  52. }
  53. .clear {
  54. width: 100rpx;
  55. height: 120rpx;
  56. color: #0071ef;
  57. text-align: center;
  58. line-height: 120rpx;
  59. font-size: 24rpx;
  60. }
  61. .line1 {
  62. width: 4rpx;
  63. height: 30rpx;
  64. background-color: #d2d2d2;
  65. margin-right: 20rpx;
  66. }
  67. .universalpic_help_gray_26x26 {
  68. width: 26rpx;
  69. height: 26rpx;
  70. margin: 0 0 0 30rpx;
  71. }
  72. .panelTag0 {
  73. justify-content: flex-start;
  74. z-index: 10;
  75. }
  76. .panelTag .btn0 {
  77. width: 20rpx;
  78. }
  79. .panelTag .btn {
  80. font-family: 'Roboto-Black';
  81. width: 80rpx;
  82. background-color: #f0f0f0;
  83. border-radius: 10rpx;
  84. text-align: center;
  85. line-height: 80rpx;
  86. height: 80rpx;
  87. margin-right: 10rpx;
  88. color: #787878;
  89. font-size: 36rpx;
  90. }
  91. .panelTag .btn1 {
  92. width: 80rpx;
  93. height: 80rpx;
  94. background-color: #f0f0f0;
  95. border-radius: 10rpx;
  96. margin-right: 10rpx;
  97. }
  98. .universalpic_editbar_brackets_gray {
  99. width: 34rpx;
  100. height: 26rpx;
  101. }
  102. .universalpic_editbar_sqr_gray {
  103. width: 25rpx;
  104. height: 22rpx;
  105. }
  106. .panelInput {
  107. width: 100%;
  108. height: 300rpx;
  109. margin-top: 20rpx;
  110. background-color: #fff;
  111. font-size: 36rpx;
  112. font-weight: 400;
  113. }
  114. .input {
  115. margin: 40rpx 30rpx 0 30rpx;
  116. width: 690rpx;
  117. }
  118. .panelBtn {
  119. width: 100%;
  120. background-color: #f8f8f8;
  121. z-index: 10;
  122. }
  123. .panelBtn .line1 {
  124. width: 4rpx;
  125. height: 30rpx;
  126. background-color: #d2d2d2;
  127. }
  128. .panelBtn .text1 {
  129. width: 374rpx;
  130. line-height: 100rpx;
  131. text-align: center;
  132. font-size: 28rpx;
  133. color: #a20602;
  134. }
  135. .panelBtn .text2 {
  136. color: #0071ef;
  137. }