myData.wxss 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. /* pages/my/myData/myData.wxss */
  2. @import "../../common.wxss";
  3. @font-face {
  4. font-family: "iconfont";
  5. src: url("iconfont.eot?t=1559096289773");
  6. /* IE9 */
  7. src: url("iconfont.eot?t=1559096289773#iefix") format("embedded-opentype"),
  8. /* IE6-IE8 */
  9. url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAKcAAsAAAAABkwAAAJQAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCcApUYwE2AiQDCAsGAAQgBYRtBzEbigXInpo8KUIbQwhFQm+LQTgb4uG/Nfb3zQ4mEomiWb3hpxOpJIiNkol80RL2/9baLKaROpjtabqEWcLryp8Vnx3UElXMuocCHQ+FR+RdAozrFwWRT9w7/RPog8wHlONeNNakSV1AXRxIAe6FUWSFEnjD2AUv8DGBWoOqcJtNHd0oTWavCsSTpggorRCRZZavFiobDmbxrkJ1ek0vkLfo+/FfOKpJKgp2085No4xqfnWKipdy2kVAiBLQ8QoUmIdk4qAxsyVRMC5RbSbJKHSs+uDXsgzc4qgOwf46u7Ye9EPlM6k89aPmEzzWRO2Q3kk/jGj318vkpaOTi43NPIVc7D4vlsN5fCp9vL///i3eOzl5F4lGIlzjKI/7+wtRDYSydNGDOASnrb9D17mL/9V1GXyq/4pCZdkwH1K9F2/wN1QD+7KhsV0pa6rG4aT9LC21alHCgVY/U60dpy6Eah0TfFUGMhSqjZOZnUeFOguoVG0FteY0H6/ThkoUuQazFgBCs1skjT5QaPZKZvYbFTr9oVJzFKh1FG0X1pmM+4wNCgIDGYsjWJMcm7gelhHXd4IyYAo0r4n4XqC+FschPljON4MNdIkt/qASZoxgQh0LN4HnwDQd7FJHB4nxKmNuLBAgTW/iJcdCGTZQQMAAGSYagWkkDhsJRjMZlc93AooBJgHt6Kkr9gKUT5seC+EFB5DNRntQz6O84hukCGMYAiMohwVrAvOAyeTA3OZ5OiBheOqElCsm4AwiQ4389mbr745BLduWwplZqHrWhBFNHEAIAAA=")
  10. format("woff2"),
  11. url("iconfont.woff?t=1559096289773") format("woff"),
  12. url("iconfont.ttf?t=1559096289773") format("truetype"),
  13. /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  14. url("iconfont.svg?t=1559096289773#iconfont") format("svg");
  15. /* iOS 4.1- */
  16. }
  17. .iconfont {
  18. font-family: "iconfont" !important;
  19. font-style: normal;
  20. -webkit-font-smoothing: antialiased;
  21. -moz-osx-font-smoothing: grayscale;
  22. }
  23. .icon-xiayibu:before {
  24. content: "\e644";
  25. color: #dedfe2;
  26. }
  27. .da-img image {
  28. width: 138rpx;
  29. height: 138rpx;
  30. }
  31. /* 背景 小条框 */
  32. .bj-center {
  33. height: 20rpx;
  34. background-color: #f8f9fb;
  35. }
  36. /* 备注 */
  37. .cs-input {
  38. width: 100%;
  39. height: 100%;
  40. /* border: 1px solid rgb(223, 221, 221); */
  41. margin-left: 40rpx;
  42. }
  43. .flex-btn {
  44. width: 750rpx;
  45. position: fixed;
  46. left: 0;
  47. bottom: 0;
  48. background-color: #ffffff;
  49. z-index: 100;
  50. box-sizing: border-box;
  51. }
  52. .flex-btn-view {
  53. width: 100%;
  54. display: flex;
  55. align-items: center;
  56. justify-content: space-between;
  57. box-sizing: border-box;
  58. padding: 30rpx;
  59. }
  60. .upbtn {
  61. width: 428rpx;
  62. height: 85rpx;
  63. line-height: 85rpx;
  64. text-align: center;
  65. background: #2b58a5;
  66. border-radius: 50rpx;
  67. text-align: center;
  68. color: #ffffff;
  69. box-sizing: border-box;
  70. font-size: 30rpx;
  71. }
  72. .cancel {
  73. width: 230rpx;
  74. height: 85rpx;
  75. line-height: 85rpx;
  76. background: #f5f5f5;
  77. border-radius: 50rpx;
  78. box-sizing: border-box;
  79. text-align: center;
  80. font-size: 30rpx;
  81. color: #666666;
  82. }
  83. .sel-shadow {
  84. background: rgba(0, 0, 0, 0.5);
  85. position: fixed;
  86. top: 0;
  87. left: 0;
  88. width: 100%;
  89. height: 100vh;
  90. z-index: 9999;
  91. transform: translateY(300%);
  92. transition: all 0.9s ease;
  93. }
  94. .sel-hid {
  95. transform: translateY(0);
  96. }
  97. .sel-con {
  98. position: absolute;
  99. bottom: 0;
  100. left: 0;
  101. width: 100%;
  102. padding-bottom: 30rpx;
  103. background: white;
  104. }
  105. .sel-btn {
  106. width: 90%;
  107. margin: auto;
  108. padding-top: 25rpx;
  109. padding: 40rpx;
  110. font-size: 34rpx;
  111. }
  112. .sel-btn .ok {
  113. color: #36a891;
  114. }
  115. .sel-btn .ce {
  116. color: #141414;
  117. font-size: 31rpx;
  118. font-weight: 600;
  119. }
  120. .sel-input {
  121. width: 100%;
  122. background: #f5f5f5;
  123. padding: 25rpx 35rpx;
  124. /* margin-bottom: 100rpx; */
  125. /* width: 80%;
  126. margin: auto;
  127. margin-top: 50rpx;
  128. height: 50rpx;
  129. padding: 5rpx 20rpx;
  130. border: 1rpx solid #c8c8c8;
  131. border-radius: 50rpx;
  132. font-size: 30rpx; */
  133. }
  134. .sel-input-pla {
  135. font-size: 30rpx;
  136. }
  137. .sel-list {
  138. max-height: 40vh;
  139. width: 80%;
  140. margin: auto;
  141. background: #f0f0f0;
  142. }
  143. .pb15 {
  144. padding-bottom: 10rpx;
  145. }
  146. .sel-list view {
  147. padding: 10rpx 30rpx;
  148. width: 80%;
  149. margin: 15rpx auto;
  150. border-bottom: 1rpx solid white;
  151. font-size: 30rpx;
  152. color: #333333;
  153. transition: all 0.5s;
  154. }
  155. .sel-list-view-active {
  156. color: white !important;
  157. background: #9ddb52;
  158. border-radius: 15rpx;
  159. }
  160. .no-img {
  161. width: 385rpx;
  162. height: 285rpx;
  163. }
  164. .infobody {
  165. width: 100%;
  166. background: white;
  167. margin-bottom: 30rpx;
  168. }
  169. .selectitem {
  170. display: flex;
  171. flex-direction: row;
  172. align-items: center;
  173. }
  174. .notice {
  175. background-color: #f7f8fa;
  176. padding: 30rpx;
  177. font-size: 28rpx;
  178. font-family: "PingFang SC, PingFang SC-Regular";
  179. font-weight: 400;
  180. color: #005eff;
  181. text-align: center;
  182. }
  183. .notice .num {
  184. /* color: #ff0000; */
  185. }