myStudy.wxss 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  1. /* pages/my/myStudy/myStudy.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. .study-container {
  28. width: 100%;
  29. height: 100%;
  30. padding-bottom: 100rpx;
  31. }
  32. .box {
  33. padding: 30rpx !important;
  34. margin-bottom: 10rpx;
  35. background-color: #fff;
  36. box-sizing: border-box;
  37. border-top: 1px solid #d9d9d9;
  38. }
  39. .box .title {
  40. display: inline-block;
  41. position: relative;
  42. margin-bottom: 25rpx;
  43. font-size: 32rpx;
  44. font-family: PingFang SC, PingFang SC-Bold;
  45. font-weight: 700;
  46. color: #1a1a1a;
  47. z-index: 1;
  48. }
  49. .box .title::after {
  50. display: block;
  51. content: "";
  52. position: absolute;
  53. top: -8rpx;
  54. right: -6rpx;
  55. width: 30rpx;
  56. height: 30rpx;
  57. background-color: #005eff42;
  58. border-radius: 50%;
  59. z-index: 1;
  60. display: inline-block;
  61. }
  62. .box .label {
  63. margin-bottom: 15rpx;
  64. font-size: 32rpx;
  65. font-family: "PingFang SC, PingFang SC-Regular";
  66. font-weight: 400;
  67. color: #060606;
  68. }
  69. .box .input-box {
  70. width: 100%;
  71. margin-bottom: 25rpx;
  72. padding-bottom: 10rpx;
  73. border-bottom: 1px solid #d9d9d9;
  74. }
  75. .box .input-box .picker {
  76. display: flex;
  77. justify-content: space-between;
  78. align-items: center;
  79. font-size: 28rpx;
  80. font-family: "PingFang SC, PingFang SC-Regular";
  81. font-weight: 400;
  82. color: #bfbfbf;
  83. }
  84. .box .input-box .picker text,
  85. .box .input-box .input-placeholder {
  86. font-size: 28rpx;
  87. font-family: "PingFang SC, PingFang SC-Regular";
  88. font-weight: 400;
  89. color: #bfbfbf;
  90. }
  91. .box .notice {
  92. font-size: 32rpx;
  93. font-family: "PingFang SC, PingFang SC-Regular";
  94. font-weight: 400;
  95. color: #808080;
  96. /* line-height: 40rpx; */
  97. }
  98. .box .prove {
  99. display: flex;
  100. flex-direction: column;
  101. align-items: center;
  102. justify-content: center;
  103. width: 690rpx;
  104. height: 360rpx;
  105. margin: 25rpx auto 50rpx;
  106. border: 1rpx solid #d9d9d9;
  107. border-radius: 10rpx;
  108. font-size: 30rpx;
  109. font-family: "PingFang SC, PingFang SC-Regular";
  110. font-weight: 400;
  111. color: #666666;
  112. }
  113. .box .prove .photo {
  114. width: 249rpx;
  115. height: 161rpx;
  116. margin-top: 60rpx;
  117. margin-bottom: 50rpx;
  118. }
  119. .student-box {
  120. display: flex;
  121. flex-direction: column;
  122. justify-content: center;
  123. }
  124. .photo2 {
  125. width: 660rpx;
  126. height: 330rpx;
  127. border-radius: 10rpx;
  128. }
  129. .last {
  130. margin-bottom: 0;
  131. }
  132. .footer {
  133. padding: 0;
  134. }
  135. .tip {
  136. text-align: center;
  137. font-size: 28rpx;
  138. font-family: "PingFang SC, PingFang SC-Bold";
  139. font-weight: 700;
  140. }
  141. .tip-item {
  142. height: 90rpx;
  143. background: #fffae1;
  144. color: #ffa836;
  145. line-height: 90rpx;
  146. }
  147. .btn {
  148. width: 690rpx;
  149. height: 85rpx;
  150. background: #2B58A5;
  151. border-radius: 43rpx;
  152. font-size: 30rpx;
  153. font-family: "PingFang SC, PingFang SC-Regular";
  154. font-weight: 400;
  155. color: #1a1a1a;
  156. color: #fff;
  157. }
  158. .input-label {
  159. font-size: 28rpx;
  160. font-family: PingFang SC, PingFang SC-Regular;
  161. font-weight: 400;
  162. color: #808080;
  163. }
  164. .tip #fail {
  165. width: 750rpx;
  166. /* height: 90rpx; */
  167. background: #fff2f2;
  168. font-size: 28rpx;
  169. font-family: PingFang SC, PingFang SC-Bold;
  170. font-weight: 700;
  171. color: #ff1010;
  172. padding: 25rpx 0;
  173. }
  174. .content-box {
  175. width: 100%;
  176. margin-bottom: 25rpx;
  177. padding-bottom: 10rpx;
  178. border-bottom: 1px solid #d9d9d9;
  179. display: flex;
  180. justify-content: space-between;
  181. }
  182. .plac-s {
  183. font-size: 28rpx;
  184. font-family: "PingFang SC, PingFang SC-Regular";
  185. font-weight: 400;
  186. color: #bfbfbf;
  187. }
  188. .school-name {
  189. font-size: 28rpx;
  190. font-family: "PingFang SC, PingFang SC-Regular";
  191. font-weight: 400;
  192. color: #bfbfbf;
  193. }
  194. .address-popup {
  195. width: 750rpx;
  196. background: #ffffff;
  197. border-radius: 50rpx 50rpx 0 0;
  198. position: fixed;
  199. z-index: 1000;
  200. bottom: 0;
  201. left: 0;
  202. }
  203. .address-popup .title-box {
  204. position: relative;
  205. text-align: center;
  206. margin-top: 37rpx;
  207. display: flex;
  208. justify-content: space-between;
  209. padding: 0 60rpx;
  210. box-sizing: border-box;
  211. height: 60rpx;
  212. align-items: center;
  213. }
  214. .address-popup .title-box .title {
  215. font-size: 36rpx;
  216. font-family: PingFang SC, PingFang SC-Bold;
  217. font-weight: 700;
  218. color: #1a1a1a;
  219. }
  220. .address-popup .title-box .cancel-word {
  221. font-size: 28rpx;
  222. font-family: PingFang SC, PingFang SC-Regular;
  223. font-weight: 400;
  224. color: #2B58A5;
  225. /* position: absolute;
  226. right: 60rpx;
  227. top: 5rpx; */
  228. }
  229. .search-box {
  230. width: 500rpx;
  231. border: 1px solid #e6e6e6;
  232. height: 50rpx;
  233. }
  234. .input-s {
  235. width: 500rpx;
  236. height: 50rpx;
  237. text-align: left;
  238. padding-left: 30rpx;
  239. }
  240. .line-popup {
  241. width: 64rpx;
  242. height: 8rpx;
  243. background: #cccccc;
  244. margin-top: 12rpx;
  245. margin-left: 50%;
  246. transform: translateX(-50%);
  247. }
  248. .picker-view {
  249. width: 750rpx;
  250. height: 300rpx;
  251. }
  252. .picker-view .type-item {
  253. height: 102rpx !important;
  254. line-height: 102rpx !important;
  255. font-size: 30rpx;
  256. font-family: PingFang SC, PingFang SC-Regular;
  257. }
  258. .pick-item {
  259. height: 102rpx;
  260. display: flex;
  261. justify-content: center;
  262. padding: 0 60rpx;
  263. align-items: center;
  264. }
  265. .pick-item .item {
  266. color: #b3b3b3;
  267. font-size: 30rpx;
  268. font-family: PingFang SC, PingFang SC-Regular;
  269. }
  270. .pick-item .active-type {
  271. color: #1a1a1a;
  272. }
  273. .pick-item .item:last-child {
  274. border-bottom: none;
  275. }
  276. .detail-word {
  277. font-size: 30rpx;
  278. font-family: PingFang SC, PingFang SC-Regular;
  279. font-weight: 400;
  280. color: #b3b3b3;
  281. }
  282. .active-detail {
  283. font-size: 30rpx;
  284. font-family: PingFang SC, PingFang SC-Regular;
  285. font-weight: 400;
  286. color: #005ed9;
  287. }
  288. .pick-btn {
  289. width: 630rpx;
  290. height: 85rpx;
  291. background: #2B58A5;
  292. border-radius: 43rpx;
  293. font-size: 30rpx;
  294. font-family: PingFang SC, PingFang SC-Regular;
  295. font-weight: 400;
  296. text-align: center;
  297. color: #fff;
  298. margin-left: 60rpx;
  299. line-height: 85rpx;
  300. }
  301. .end-btn {
  302. width: 146rpx;
  303. height: 60rpx;
  304. text-align: center;
  305. line-height: 60rpx;
  306. background-color: #e6e6e6;
  307. font-size: 28rpx;
  308. font-family: PingFang SC, PingFang SC-Regular;
  309. font-weight: 400;
  310. color: #ffffff;
  311. border-radius: 28rpx;
  312. }
  313. .yin {
  314. width: 100vw;
  315. height: 100vh;
  316. position: fixed;
  317. top: 0;
  318. left: 0;
  319. background-color: rgba(0, 0, 0, 0.5);
  320. z-index: 100;
  321. }
  322. .plac-search {
  323. font-size: 28rpx;
  324. font-family: "PingFang SC, PingFang SC-Regular";
  325. font-weight: 400;
  326. color: #bfbfbf;
  327. }
  328. #bot-box {
  329. position: fixed;
  330. z-index: 10;
  331. width: 100%;
  332. background: #fff;
  333. }
  334. .noBtr{
  335. border-top: none !important;
  336. }