addItem.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  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. }
  75. .panelTag .btn0 {
  76. width: 20rpx;
  77. }
  78. .panelTag .btn {
  79. font-family: 'Roboto-Black';
  80. width: 80rpx;
  81. background-color: #f0f0f0;
  82. border-radius: 10rpx;
  83. text-align: center;
  84. line-height: 80rpx;
  85. height: 80rpx;
  86. margin-right: 10rpx;
  87. color: #787878;
  88. font-size: 36rpx;
  89. }
  90. .panelTag .btn1 {
  91. width: 80rpx;
  92. height: 80rpx;
  93. background-color: #f0f0f0;
  94. border-radius: 10rpx;
  95. margin-right: 10rpx;
  96. }
  97. .universalpic_editbar_brackets_gray {
  98. width: 34rpx;
  99. height: 26rpx;
  100. }
  101. .universalpic_editbar_sqr_gray {
  102. width: 25rpx;
  103. height: 22rpx;
  104. }
  105. .panelInput {
  106. width: 100%;
  107. height: 300rpx;
  108. margin-top: 20rpx;
  109. background-color: #fff;
  110. font-size: 36rpx;
  111. }
  112. .input {
  113. margin: 40rpx 30rpx 0 30rpx;
  114. width: 690rpx;
  115. }
  116. .panelBtn {
  117. width: 100%;
  118. background-color: #f8f8f8;
  119. }
  120. .panelBtn .line1 {
  121. width: 4rpx;
  122. height: 30rpx;
  123. background-color: #d2d2d2;
  124. }
  125. .panelBtn .text1 {
  126. width: 374rpx;
  127. line-height: 100rpx;
  128. text-align: center;
  129. font-size: 28rpx;
  130. color: #a20602;
  131. }
  132. .panelBtn .text2 {
  133. color: #0071ef;
  134. }