myData.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  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=') format('woff2'),
  10. url('iconfont.woff?t=1559096289773') format('woff'),
  11. url('iconfont.ttf?t=1559096289773') format('truetype'),
  12. /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  13. url('iconfont.svg?t=1559096289773#iconfont') format('svg');
  14. /* iOS 4.1- */
  15. }
  16. .iconfont {
  17. font-family: "iconfont" !important;
  18. font-style: normal;
  19. -webkit-font-smoothing: antialiased;
  20. -moz-osx-font-smoothing: grayscale;
  21. }
  22. .icon-xiayibu:before {
  23. content: "\e644";
  24. color: #DEDFE2;
  25. }
  26. .da-img image {
  27. width: 138rpx;
  28. height: 138rpx;
  29. }
  30. /* 背景 小条框 */
  31. .bj-center {
  32. height: 20rpx;
  33. background-color: #f8f9fb;
  34. }
  35. /* 备注 */
  36. .cs-input {
  37. width: 100%;
  38. height: 100%;
  39. /* border: 1px solid rgb(223, 221, 221); */
  40. margin-left: 40rpx;
  41. }
  42. .upbtn {
  43. width: 90%;
  44. margin: 30rpx auto;
  45. padding: 20rpx 0;
  46. background: #FFDC2F;
  47. border-radius: 50rpx;
  48. text-align: center;
  49. color: #FFFFFF;
  50. }
  51. .sel-shadow {
  52. background: rgba(0, 0, 0, .5);
  53. position: fixed;
  54. top: 0;
  55. left: 0;
  56. width: 100%;
  57. height: 100vh;
  58. z-index: 9999;
  59. transform: translateY(300%);
  60. transition: all 0.9s ease;
  61. }
  62. .sel-hid {
  63. transform: translateY(0);
  64. }
  65. .sel-con {
  66. position: absolute;
  67. bottom: 0;
  68. left: 0;
  69. width: 100%;
  70. padding-bottom: 30rpx;
  71. background: white;
  72. }
  73. .sel-btn {
  74. width: 90%;
  75. margin: auto;
  76. padding-top: 25rpx;
  77. padding: 40rpx;
  78. font-size: 34rpx
  79. }
  80. .sel-btn .ok {
  81. color: #36a891;
  82. }
  83. .sel-btn .ce {
  84. color: #141414;
  85. font-size: 31rpx;
  86. font-weight: 600;
  87. }
  88. .sel-input {
  89. width: 100%;
  90. background: #f5f5f5;
  91. padding: 25rpx 35rpx;
  92. /* margin-bottom: 100rpx; */
  93. /* width: 80%;
  94. margin: auto;
  95. margin-top: 50rpx;
  96. height: 50rpx;
  97. padding: 5rpx 20rpx;
  98. border: 1rpx solid #c8c8c8;
  99. border-radius: 50rpx;
  100. font-size: 30rpx; */
  101. }
  102. .sel-input-pla {
  103. font-size: 30rpx;
  104. }
  105. .sel-list {
  106. max-height: 40vh;
  107. width: 80%;
  108. margin: auto;
  109. background: #f0f0f0;
  110. }
  111. .pb15 {
  112. padding-bottom: 10rpx;
  113. }
  114. .sel-list view {
  115. padding: 10rpx 30rpx;
  116. width: 80%;
  117. margin: 15rpx auto;
  118. border-bottom: 1rpx solid white;
  119. font-size: 30rpx;
  120. color: #333333;
  121. transition: all .5s;
  122. }
  123. .sel-list-view-active {
  124. color: white !important;
  125. background: #9DDB52;
  126. border-radius: 15rpx;
  127. }
  128. .no-img {
  129. width: 385rpx;
  130. height: 285rpx;
  131. }
  132. .infobody {
  133. width: 100%;
  134. background: white;
  135. margin-bottom: 30rpx;
  136. }
  137. .selectitem {
  138. display: flex;
  139. flex-direction: row;
  140. align-items: center;
  141. }
  142. .notice {
  143. background-color: #FFFFFF;
  144. padding: 30rpx;
  145. font-size: 28rpx;
  146. font-family: 'PingFang SC, PingFang SC-Regular';
  147. font-weight: 400;
  148. color: #808080;
  149. }
  150. .notice .num {
  151. color: #FF0000;
  152. }