stockrecord.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. .timepick {
  2. height: 100rpx;
  3. background: #fff;
  4. }
  5. .total {
  6. display: flex;
  7. padding: 30rpx;
  8. }
  9. .tpart.act {
  10. box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), inset 0 -2px 0 0 #2b9dff !important;
  11. color: #2b9dff !important;
  12. }
  13. .tpart {
  14. background: #fff;
  15. box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  16. flex: 1;
  17. text-align: center;
  18. margin-left: 30rpx;
  19. }
  20. .tpart:nth-child(1) {
  21. margin-left: 0 !important;
  22. }
  23. .tpart view:nth-child(1) {
  24. line-height: 60rpx;
  25. font-size: 24rpx;
  26. }
  27. .tpart view:nth-child(2) {
  28. font-size: 36rpx;
  29. }
  30. .tpart view:nth-child(3) {
  31. line-height: 80rpx;
  32. font-size: 36rpx;
  33. }
  34. .searchbar {
  35. height: 80rpx;
  36. padding: 10rpx 30rpx;
  37. background: #fff;
  38. line-height: 80rpx;
  39. box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  40. }
  41. .addbtn {
  42. text-align: right;
  43. width: 80rpx;
  44. }
  45. .inputv {
  46. background: #f2f2f2;
  47. border-radius: 40rpx;
  48. }
  49. .inputv view:nth-child(1) {
  50. width: 80rpx;
  51. position: relative;
  52. }
  53. .inputv view:nth-child(1) image {
  54. width: 30rpx;
  55. height: 30rpx;
  56. position: absolute;
  57. top: 50%;
  58. margin-top: -15rpx;
  59. left: 30rpx;
  60. }
  61. .inputv view:nth-child(2) {
  62. flex: 1;
  63. }
  64. .inputv input {
  65. width: 100%;
  66. height: 100%;
  67. }
  68. .inputv view:nth-child(3) {
  69. width: 80rpx;
  70. position: relative;
  71. }
  72. .inputv view:nth-child(3) image {
  73. width: 30rpx;
  74. height: 30rpx;
  75. position: absolute;
  76. top: 50%;
  77. margin-top: -15rpx;
  78. right: 30rpx;
  79. }
  80. .userbtn {
  81. text-align: left;
  82. width: 130rpx;
  83. }
  84. .part {
  85. margin: 20rpx 30rpx;
  86. box-shadow: 0 4rpx 8rpx 0 rgba(0, 0, 0, 0.08);
  87. border-radius: 12rpx;
  88. padding: 30rpx;
  89. background: #fff;
  90. }
  91. .ptime {
  92. font-size: 24rpx;
  93. }
  94. .pname {
  95. display: flex;
  96. margin: 20rpx 0;
  97. line-height: 100rpx;
  98. }
  99. .logov {
  100. width: 100rpx;
  101. height: 100rpx;
  102. margin-right: 30rpx;
  103. }
  104. .logov image {
  105. width: 100%;
  106. height: 100%;
  107. }
  108. .pname .navigator-arrow::after {
  109. right: 0;
  110. }
  111. .tips {
  112. color: #666;
  113. font-size: 24rpx;
  114. display: flex;
  115. margin-top: 20rpx;
  116. }
  117. .tips view {
  118. flex: 1;
  119. text-align: center;
  120. font-size: 24rpx;
  121. }
  122. .tips view:nth-child(1) {
  123. text-align: left;
  124. }
  125. .tips view:nth-child(3) {
  126. text-align: right;
  127. }
  128. .toolbar {
  129. overflow: hidden;
  130. margin-top: 10rpx;
  131. }
  132. .toolbar view {
  133. float: right;
  134. width: 150rpx;
  135. text-align: center;
  136. height: 50rpx;
  137. line-height: 50rpx;
  138. border: 1rpx solid #999;
  139. border-radius: 6rpx;
  140. margin-left: 20rpx;
  141. font-size: 26rpx;
  142. }
  143. .bluebar {
  144. border: 1rpx solid #2b9dff !important;
  145. color: #2b9dff !important;
  146. }
  147. .title {
  148. height: 100rpx;
  149. line-height: 100rpx;
  150. padding: 0 30rpx;
  151. }
  152. .title text {
  153. float: right;
  154. color: #ff5f6b;
  155. }
  156. .skpart {
  157. background: #fff;
  158. box-shadow: 0 4rpx 8rpx 0 rgba(0, 0, 0, 0.08);
  159. border-radius: 12rpx;
  160. padding: 0 30rpx;
  161. margin: 0 30rpx;
  162. position: relative;
  163. }
  164. .cashtitle {
  165. line-height: 80rpx;
  166. font-size: 24rpx;
  167. }
  168. .cashtitle text:nth-child(1) {
  169. margin-left: 40rpx;
  170. }
  171. .cashtitle text:nth-child(2) {
  172. float: right;
  173. font-weight: 500;
  174. }
  175. .row1 {
  176. display: flex;
  177. line-height: 60rpx;
  178. }
  179. .row1 view {
  180. flex: 1;
  181. }
  182. .row1 view:nth-child(1) {
  183. text-align: left;
  184. }
  185. .row1 view:nth-child(2) {
  186. text-align: center;
  187. }
  188. .row1 view:nth-child(3) {
  189. text-align: right;
  190. }
  191. .row2 {
  192. display: flex;
  193. line-height: 50rpx;
  194. }
  195. .row2 view {
  196. flex: 1;
  197. font-size: 24rpx;
  198. color: #666;
  199. }
  200. .sell {
  201. position: absolute;
  202. left: 0;
  203. top: 20rpx;
  204. text-align: center;
  205. background-image: linear-gradient(-180deg, #ff7696 0%, #ff5151 100%);
  206. border-radius: 0 21px 21px 0;
  207. color: #fff;
  208. font-size: 24rpx;
  209. width: 50rpx;
  210. height: 40rpx;
  211. line-height: 40rpx;
  212. }