addstock.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. @import "../../../weui/weui.wxss";
  2. .part {
  3. background: #fff;
  4. padding: 0 30rpx;
  5. margin-bottom: 20rpx;
  6. }
  7. .rzrow {
  8. height: 100rpx;
  9. line-height: 100rpx;
  10. position: relative;
  11. color: #3c3c3c;
  12. border-bottom: 1rpx solid #e6e6e6;
  13. }
  14. .rzrow input {
  15. width: 100%;
  16. height: 100%;
  17. }
  18. .navigator-arrow::after {
  19. right: 5rpx !important;
  20. }
  21. .col1 {
  22. width: 200rpx;
  23. }
  24. .rzrow .flex1 {
  25. text-align: right;
  26. }
  27. .rzrow input {
  28. width: 100%;
  29. height: 100%;
  30. }
  31. .qk {
  32. color: #2a2a2a;
  33. }
  34. .bzv {
  35. }
  36. .bzv textarea {
  37. width: 100%;
  38. height: 300rpx;
  39. }
  40. .bznum {
  41. text-align: right;
  42. color: #555;
  43. height: 80rpx;
  44. }
  45. .foot {
  46. height: 150rpx;
  47. background: #fff;
  48. text-align: center;
  49. position: relative;
  50. }
  51. .bluebtn {
  52. position: absolute;
  53. left: 0;
  54. right: 0;
  55. top: 25rpx;
  56. height: 100rpx;
  57. background-image: linear-gradient(-129deg, #31bbff 0%, #309aff 100%);
  58. color: #fff;
  59. text-align: center;
  60. line-height: 100rpx;
  61. border-radius: 50rpx;
  62. }
  63. .goodname {
  64. position: relative;
  65. }
  66. .goods {
  67. position: absolute;
  68. top: 100rpx;
  69. width: 100%;
  70. background: #f5f5f5;
  71. border: 1rpx solid #f5f5f5;
  72. height: 200rpx;
  73. overflow: auto;
  74. z-index: 999;
  75. padding-right: 20rpx;
  76. }
  77. .goods view {
  78. line-height: 80rpx;
  79. text-align: right;
  80. border-bottom: 1rpx solid #f5f5f5;
  81. }
  82. .tmlogo {
  83. width: 60rpx;
  84. position: relative;
  85. }
  86. .tmlogo image {
  87. width: 40rpx;
  88. height: 40rpx;
  89. position: absolute;
  90. right: 0;
  91. top: 50%;
  92. margin-top: -20rpx;
  93. }
  94. .savebtn {
  95. height: 100rpx;
  96. background-image: linear-gradient(-129deg, #31bbff 0%, #309aff 100%);
  97. color: #fff;
  98. text-align: center;
  99. line-height: 100rpx;
  100. border-radius: 50rpx;
  101. }
  102. .delbtn {
  103. height: 100rpx;
  104. background: #fff;
  105. color: #309aff;
  106. text-align: center;
  107. line-height: 100rpx;
  108. border-radius: 50rpx;
  109. margin-right: 30rpx;
  110. border: 1rpx solid #309aff;
  111. }
  112. .delimg {
  113. position: absolute;
  114. background: #555;
  115. opacity: 0.8;
  116. color: #fff;
  117. width: 50rpx;
  118. height: 50rpx;
  119. top: -10rpx;
  120. right: -10rpx;
  121. line-height: 50rpx;
  122. text-align: center;
  123. border-radius: 50%;
  124. }