pages.scss 66 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710
  1. /***** 这里放页面样式 *****/
  2. // 课程完成
  3. .course-finish-dialog{
  4. width: 750rpx;height: 1250rpx;@include ezy-no-repeat-cover;
  5. background-image: url("@/static/images/exam/video-finish-bj.png");
  6. margin-bottom: 20%;position: relative;
  7. .text-score{display: none;}
  8. .return-btn,.continue-btn{width: 115.38rpx;height: 135rpx;@include ezy-no-repeat-cover;margin: 0 36rpx;}
  9. .course-btn-box{position: absolute;bottom: 200rpx;display: flex;left: 50%;transform: translateX(-50%);}
  10. .return-btn{background-image: url("@/static/images/exam/fh-btn.png");}
  11. .continue-btn{background-image: url("@/static/images/exam/jx-btn.png");}
  12. @media (max-height: 600px) {margin-bottom: 40%;}
  13. }
  14. // 绑定手机号弹窗
  15. .my-tel-dialog{
  16. background-color: rgba(0,0,0, 0.76);
  17. position: fixed;display: flex;flex-direction: column;top: 0;left: 0;bottom:0;right: 0;
  18. justify-content: center;align-items: center;z-index: 3;
  19. .tel-close{width: 50rpx;height: 50rpx;@include ezy-no-repeat-cover;position: absolute;right: 30rpx;top: 30rpx;
  20. background-image: url("@/static/images/common/close-icon.png");}
  21. .my-tel-content{
  22. width: 625rpx;height: 740rpx;box-sizing: border-box;padding: 100rpx 42rpx;
  23. background-image: url("@/static/images/my/my-tel-bj.png");@include ezy-no-repeat-cover;position: relative;
  24. }
  25. .my-tel-title{font-size: 40rpx;color: #333;text-align:center;margin-bottom: 32rpx;}
  26. .tel-row{border-bottom: 1px dashed #70cbf4;}
  27. .yzm-row{padding-top: 36rpx;}
  28. /***** 输入手机号页面*****/
  29. .my-input-box{
  30. width:540rpx;height: 88rpx;line-height: 88rpx;box-sizing: border-box;
  31. display: flex;align-items: center;border: 1rpx solid #ddd;border-radius: 16rpx;
  32. @include ezy-no-repeat-cover;
  33. .my-input {font-size: 32rpx;padding: 0 22rpx;box-sizing: border-box;color: #666;flex: 1;}
  34. .uni-input-placeholder {font-size: 32rpx;color: #ccc;}
  35. .close-btn{width: 36rpx;height: 36rpx;margin-right: 30rpx;@include ezy-no-repeat-cover;
  36. background-image: url("@/static/images/common/login/login-close-icon.png");flex-shrink: 0;}
  37. }
  38. .get-yzm-btn{color: #3b73bf;margin:46rpx 0 32rpx;font-size: 32rpx;}
  39. .get-yzm-disabled{color: #666;}
  40. .yzm-tip{color: #3b73bf;margin:0 0 24rpx;font-size: 25rpx;}
  41. .my-bind-btn{
  42. width:540rpx;height: 92rpx;text-align: center;line-height: 92rpx;color: #fff;margin-top: 36rpx;
  43. background-image: url("@/static/images/my/my-tel-btn.png");@include ezy-no-repeat-cover;
  44. }
  45. }
  46. // 兑换码
  47. .duihuan-dialog{
  48. .tip-content-box{padding: 42rpx 42rpx;}
  49. .duihuan-input{
  50. width:540rpx;height: 88rpx;line-height: 88rpx;box-sizing: border-box;
  51. display: flex;align-items: center;margin: 0 auto;color: #666;
  52. border: 1rpx solid #e3e3e3;border-radius: 16rpx;font-size: 32rpx;
  53. .uni-input-placeholder {font-size: 32rpx;color: #ccc;}
  54. }
  55. }
  56. /***************** 新数学 *********************/
  57. // 登录页 padding-bottom: env(safe-area-inset-bottom); box-sizing: unset;
  58. .ezy-login-page {
  59. width:100%;height:100vh; background-color: #f9f9fb;position: relative;
  60. box-sizing: border-box;padding-top: 240rpx;
  61. .login-img{
  62. width: 272rpx;height: 260rpx;@include ezy-no-repeat-cover;margin: 0 auto;
  63. background-image: url("@/static/images/common/login/login-logo.png");display: block;
  64. }
  65. .login-body-box{
  66. display: flex;flex-direction: column;align-items: center;margin: 160rpx auto 0;
  67. }
  68. /***** 输入手机号页面*****/
  69. .phone-input-box{
  70. width: 662rpx;height: 122rpx;
  71. display: flex;align-items: center;@include ezy-no-repeat-cover;
  72. background-image: url("@/static/images/common/login/login-tel-bj.png");
  73. .phone-prefix {
  74. width: 90rpx;margin-left:18rpx;font-size: 38rpx;color: #ffffffd9;
  75. font-weight: normal;display: flex;align-items: center;justify-content: space-between;flex-shrink: 0;
  76. }
  77. .phone-prefix::after{content: '';width: 1rpx;height: 40rpx;display: inline-block;background-color: #ffffffd9;}
  78. .phone-input {font-size: 38rpx;padding: 0 30rpx;box-sizing: border-box;color: #fff;flex: 1;overflow: hidden;}
  79. .uni-input-placeholder {font-size: 34rpx;color: #ffffffd9;
  80. }
  81. .close-btn{width: 42rpx;height: 42rpx;margin-right: 30rpx;@include ezy-no-repeat-cover;
  82. background-image: url("@/static/images/common/login/login-close-icon.png");flex-shrink: 0;}
  83. }
  84. .agreement-checkbox-box {
  85. display: flex;justify-content: center;margin-top: 32rpx;line-height: 1;margin-left: -42rpx;
  86. uni-checkbox-group{font-size: 0;}
  87. .agreement-checkbox-input{width: 80rpx;height: 80rpx;border: 0;font-size: 0;}
  88. .uni-checkbox-input{
  89. width: 80rpx;height: 80rpx;border: 0;background-color: unset;position: relative;
  90. svg {
  91. width: 19rpx;height: 19rpx;top: 32rpx;left: 48rpx;display: block;
  92. background-color: #379af8;border-radius: 999rpx;transform: unset;position: absolute;
  93. path{display: none;}
  94. }
  95. }
  96. .uni-checkbox-input::before{
  97. content: '';width: 31rpx;height: 31rpx;border: 1rpx solid #379af8;border-radius: 999rpx;
  98. box-sizing: border-box;position: absolute;top: 26rpx;left: 42rpx;
  99. }
  100. .agreement-text-box {
  101. color: #333;font-size: 28rpx;flex-direction: row;display: flex;align-items: center;
  102. .agreement-text{color: #379af8;display: contents;}
  103. }
  104. }
  105. .bottom-btn-box{
  106. position: absolute;bottom:8%;left: 50%;transform: translateX(-50%);
  107. .bottom-tip{color: #999;font-size: 28rpx;text-align: center;margin-bottom: 60rpx;}
  108. .btn-box{
  109. display: flex;
  110. .wx-btn,.yk-btn,.apple-btn{
  111. width: 170rpx;display: flex;align-items: center;flex-direction: column;
  112. color: #666;font-size: 26rpx;
  113. icon{width: 50rpx;height: 42rpx;@include ezy-no-repeat-cover;margin-bottom: 12rpx;}
  114. }
  115. .wx-btn icon{background-image: url("@/static/images/common/login/login-wx-btn.jpg");}
  116. .yk-btn icon{background-image: url("@/static/images/common/login/login-yk-btn.jpg");}
  117. .apple-btn icon{background-image: url("@/static/images/common/login/login-apple-btn.jpg");}
  118. }
  119. }
  120. /***** 输入验证码页面*****/
  121. .yzm-nav-bar-icon{z-index: 99;}
  122. .yzm-show{width: 662rpx;font-size: 30rpx;color: #666;margin: 0 0 24rpx 12rpx;}
  123. .yzm-btn{margin-top: 42rpx;}
  124. .cxfs-btn{font-size: 30rpx;color: #3257b9;display: inline-block;margin: 60rpx auto 160rpx;}
  125. .cxfs-btn-disabled{color: #777;}
  126. .login-text{
  127. font-size: 30rpx;color: #888;margin: 16rpx auto 0 56rpx;
  128. text{color: #64a8e3;}
  129. }
  130. /* 针对小屏幕设备 */
  131. @media (max-height: 750px) {
  132. padding-top: 200rpx;
  133. .login-body-box{margin: 100rpx auto 0; }
  134. .login-btn{margin-top: 56rpx;}
  135. // 验证码
  136. .yzm-btn{margin-top: 36rpx;}
  137. }
  138. @media (max-height: 650px) {
  139. padding-top: 180rpx;
  140. .login-body-box{margin: 60rpx auto 0; }
  141. .login-btn{margin-top: 32rpx;}
  142. .bottom-btn-box{
  143. bottom: 5%;
  144. .bottom-tip{margin-bottom: 32rpx;}
  145. }
  146. // 验证码
  147. .cxfs-btn{margin: 32rpx auto 52rpx;}
  148. }
  149. @media (max-height: 550px) {
  150. min-height: 1100rpx;
  151. }
  152. @include mediaSmall() {
  153. padding-top: 156rpx;
  154. .login-img{width: 177rpx;height: 169rpx;}
  155. .login-body-box{margin: 104rpx auto 0;}
  156. .phone-input-box{
  157. width: 430rpx;height: 79rpx;
  158. .phone-prefix {
  159. width: 59rpx;margin-left:12rpx;font-size: 25rpx;
  160. &::after{height: 26rpx;}
  161. }
  162. .phone-input {font-size: 25rpx;padding: 0 20rpx;}
  163. .uni-input-placeholder {font-size: 22rpx;}
  164. .close-btn{width: 27rpx;height: 27rpx;margin-right: 20rpx;}
  165. }
  166. .agreement-checkbox-box {
  167. margin-top: 21rpx;margin-left: -27rpx;
  168. .agreement-checkbox-input{width: 52rpx;height: 52rpx;}
  169. .uni-checkbox-input{
  170. width: 52rpx;height: 52rpx;
  171. svg {width: 12rpx;height: 12rpx;top: 21rpx;left: 31rpx;}
  172. }
  173. .uni-checkbox-input::before{width: 20rpx;height: 20rpx;top: 17rpx;left: 27rpx;}
  174. .agreement-text-box {font-size: 18rpx;}
  175. }
  176. .bottom-btn-box{
  177. .bottom-tip{font-size: 18rpx;margin-bottom: 39rpx;}
  178. .btn-box{
  179. .wx-btn,.yk-btn,.apple-btn{
  180. width: 111rpx;font-size: 17rpx;
  181. icon{width: 33rpx;height: 27rpx;margin-bottom: 8rpx;}
  182. }
  183. }
  184. }
  185. /***** 输入验证码页面*****/
  186. .yzm-show{width: 430rpx;font-size: 20rpx;margin: 0 0 16rpx 8rpx;}
  187. .yzm-btn{margin-top: 27rpx;}
  188. .cxfs-btn{font-size: 20rpx;margin: 39rpx auto 104rpx;}
  189. .login-text{
  190. width: 430rpx;font-size: 20rpx;margin: 10rpx auto 0;
  191. }
  192. }
  193. @include mediaBig() {
  194. padding-top: 384rpx;
  195. .login-img{width: 435rpx;height: 416rpx;}
  196. .login-body-box{margin: 256rpx auto 0;}
  197. .phone-input-box{
  198. width: 1059rpx;height: 195rpx;
  199. .phone-prefix {
  200. width: 144rpx;margin-left:29rpx;font-size: 61rpx;
  201. &::after{height: 64rpx;}
  202. }
  203. .phone-input {font-size: 61rpx;padding: 0 48rpx;}
  204. .uni-input-placeholder {font-size: 54rpx;}
  205. .close-btn{width: 67rpx;height: 67rpx;margin-right: 48rpx;}
  206. }
  207. .agreement-checkbox-box {
  208. margin-top: 51rpx;margin-left: -67rpx;
  209. .agreement-checkbox-input{width: 128rpx;height: 128rpx;}
  210. .uni-checkbox-input{
  211. width: 128rpx;height: 128rpx;
  212. svg {width: 30rpx;height: 30rpx;top: 51rpx;left: 77rpx;}
  213. }
  214. .uni-checkbox-input::before{width: 50rpx;height: 50rpx;top: 42rpx;left: 67rpx;}
  215. .agreement-text-box {font-size: 45rpx;}
  216. }
  217. .bottom-btn-box{
  218. .bottom-tip{font-size: 45rpx;margin-bottom: 96rpx;}
  219. .btn-box{
  220. .wx-btn,.yk-btn,.apple-btn{
  221. width: 272rpx;font-size: 42rpx;
  222. icon{width: 80rpx;height: 67rpx;margin-bottom: 19rpx;}
  223. }
  224. }
  225. }
  226. /***** 输入验证码页面*****/
  227. .yzm-show{width: 1059rpx;font-size: 48rpx;margin: 0 0 38rpx 19rpx;}
  228. .yzm-btn{margin-top: 67rpx;}
  229. .cxfs-btn{font-size: 48rpx;margin: 96rpx auto 256rpx;}
  230. .login-text{width: 1059rpx;font-size: 48rpx;margin: 26rpx auto 0;}
  231. }
  232. }
  233. // 快捷登录
  234. .go-login-page{
  235. /* .mt24{margin-top: 24rpx;}
  236. .yzm-text-btn{color: #035493;font-size: 34rpx;margin-right: 24rpx;} */
  237. .yzm-row{
  238. width: 662rpx;margin: 36rpx 0 0;display: flex;align-items: center;
  239. .phone-input-box{flex:1;width: auto;border-radius: 28rpx;}
  240. .yzm-text-btn{
  241. width:250rpx;height: 120rpx;line-height: 120rpx;text-align: center;@include ezy-no-repeat-cover;
  242. background-image: url("@/static/images/common/tip-confirm-btn.png");border-radius: 28rpx;
  243. flex-shrink: 0;margin-left: 16rpx;color: #fff;font-size: 34rpx;
  244. }
  245. }
  246. /* .tel-input{
  247. width: 662rpx;height: 100rpx;border: 1rpx solid #dfdfdf;border-radius: 16rpx;
  248. display: flex;align-items: center;
  249. .phone-prefix {
  250. width: 90rpx;margin-left:18rpx;font-size: 38rpx;color: #acacae;
  251. font-weight: normal;display: flex;align-items: center;justify-content: space-between;flex-shrink: 0;
  252. }
  253. .phone-prefix::after{content: '';width: 1rpx;height: 40rpx;display: inline-block;background-color: #ccc;}
  254. .phone-input {font-size: 38rpx;padding: 0 30rpx;box-sizing: border-box;color: #555;flex: 1;overflow: hidden;}
  255. .uni-input-placeholder {font-size: 34rpx;color: #acacae;
  256. }
  257. .close-btn{width: 42rpx;height: 42rpx;margin-right: 30rpx;@include ezy-no-repeat-cover;
  258. background-image: url("@/static/images/login/login-close-icon.png");flex-shrink: 0;}
  259. }
  260. .yzm-row{
  261. width: 662rpx;margin: 36rpx 0 0;display: flex;align-items: center;
  262. .tel-input{width: auto;}
  263. .yzm-btn{
  264. width:270rpx;height: 100rpx;line-height: 100rpx;text-align: center;@include ezy-no-repeat-cover;
  265. background-image: url("@/static/images/common/tip-confirm-btn.png");
  266. flex-shrink: 0;margin-left: 16rpx;color: #fff;font-size: 34rpx;margin-top: 0;
  267. }
  268. } */
  269. }
  270. // 绑定手机号
  271. .bind-tel-page{
  272. width: 100%;height: 100vh;display: flex;flex-direction: column;
  273. .bind-tel-body{width: 95%;margin: 20rpx auto 0;box-sizing: border-box;padding: 36rpx;}
  274. .tel-input{
  275. width: 100%;height: 100rpx;border: 1rpx solid #dfdfdf;border-radius: 16rpx;
  276. display: flex;align-items: center;
  277. .phone-input {font-size: 38rpx;padding: 0 30rpx;box-sizing: border-box;color: #555;flex: 1;overflow: hidden;}
  278. .uni-input-placeholder {font-size: 34rpx;color: #acacae;}
  279. .close-btn{width: 42rpx;height: 42rpx;margin-right: 30rpx;@include ezy-no-repeat-cover;
  280. background-image: url("@/static/images/common/login/login-close-icon.png");flex-shrink: 0;}
  281. }
  282. .yzm-row{
  283. width: 100%;margin: 36rpx 0 0;display: flex;align-items: center;
  284. .yzm-btn{
  285. width:270rpx;height: 100rpx;line-height: 100rpx;text-align: center;@include ezy-no-repeat-cover;
  286. background-image: url("@/static/images/common/tip-confirm-btn.png");
  287. flex-shrink: 0;margin-left: 16rpx;color: #fff;font-size: 34rpx;
  288. }
  289. }
  290. }
  291. // 用户协议弹窗
  292. .agree-sections-dialog{
  293. width: 700rpx;height: 490rpx;padding: 80rpx 0 42rpx;box-sizing: border-box;text-align: center;margin-bottom: 26%;
  294. background-image: url("@/static/images/common/login/agree-dialog-bg.png");@include ezy-no-repeat-cover;
  295. .agree-title{color:#111;font-size: 40rpx;}
  296. .agree-tip{color:#666;font-size: 30rpx;margin-top: 46rpx;}
  297. .confirm-btn{width: 588rpx;height: 92rpx;@include ezy-no-repeat-cover;margin: 42rpx auto 0;
  298. background-image: url("@/static/images/common/login/agree-dialog-btn.png");}
  299. .not-confirm-btn{color:#888;font-size: 32rpx;padding: 32rpx 0 0;display: inline-block;}
  300. @include mediaSmall() {
  301. width: 455rpx;height: 319rpx;padding: 52rpx 0 27rpx;
  302. .agree-title{font-size: 24rpx;}
  303. .agree-tip{font-size: 20rpx;margin-top: 30rpx;}
  304. .confirm-btn{width: 382rpx;height: 60rpx;margin: 27rpx auto 0;}
  305. .not-confirm-btn{font-size: 20rpx;padding: 21rpx 0 0;}
  306. }
  307. @include mediaBig() {
  308. width: 1120rpx;height: 784rpx;padding: 128rpx 0 67rpx;
  309. .agree-title{font-size: 54rpx;}
  310. .agree-tip{font-size: 46rpx;margin-top: 74rpx;}
  311. .confirm-btn{width: 941rpx;height: 147rpx;margin: 67rpx auto 0;}
  312. .not-confirm-btn{font-size: 56rpx;padding: 46rpx 0 0;}
  313. }
  314. }
  315. // 用户协议详情弹窗
  316. .agree-content-dialog{
  317. width: 100%;height: 100vh;background-color: #fff;display: flex;flex-direction: column;
  318. .agree-content-box{
  319. width: 95%;display: flex;flex-direction: column;flex: 1;overflow-y: auto;
  320. padding: 36rpx 0;box-sizing: border-box;margin: 20rpx auto 0;
  321. position: relative;text-align: justify;border-radius: 16rpx 16rpx 0 0;
  322. background-color: #fff;box-shadow: 0 4rpx 10rpx rgba(0, 0, 0, 0.1);
  323. }
  324. .agree-title{font-size: 42rpx;text-align: center;margin-bottom: 42rpx;flex-shrink: 0;}
  325. .agree-close-btn{width: 62rpx;height: 62rpx;@include ezy-no-repeat-cover;
  326. position: absolute;top: 64rpx;right: 44rpx;
  327. background-image: url("@/static/images/common/close-icon.png");}
  328. .agree-section-box{font-size: 30rpx;line-height: 1.8;overflow: auto;flex: 1;padding: 0 46rpx;word-break: break-all;}
  329. @include mediaSmall() {
  330. .agree-content-box{margin: 10rpx auto 0;padding: 24rpx 0;}
  331. .agree-title{font-size: 22rpx;}
  332. .agree-section-box{font-size: 20rpx;padding: 0 24rpx;}
  333. }
  334. @include mediaBig() {
  335. .agree-content-box{margin: 24rpx auto 0;padding: 56rpx 0;}
  336. .agree-title{font-size: 54rpx;}
  337. .agree-section-box{font-size: 46rpx;padding: 0 56rpx;}
  338. }
  339. }
  340. // 选课
  341. .ezy-xuanke-page{
  342. width: 100%;height: 100vh;display: flex;flex-direction: column;padding-bottom: 100rpx;overflow: hidden;
  343. .sx-card-list{overflow-y: auto;flex: 1;padding: 12rpx 0 0;}
  344. .sx-card-box{
  345. border-radius: 16rpx;margin: 0 24rpx 32rpx;padding: 32rpx;overflow: hidden;
  346. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);position: relative;
  347. .card-head-box{
  348. display: flex;position: relative;z-index: 4;
  349. .head-img{width: 200rpx;height: 280rpx;flex-shrink: 0;border-radius: 12rpx;}
  350. .head-right-box{
  351. margin-left: 24rpx;
  352. .head-title{font-size: 34rpx;color: #333;font-weight: bold;margin-bottom: 32rpx;}
  353. .head-content{font-size: 26rpx;color: #666;text-align: justify;margin-bottom: 24rpx;@include multi-line-ellipsis(4);}
  354. }
  355. }
  356. .card-body-box{
  357. border-top: 3rpx dashed #eee;margin-top: 42rpx;position: relative;z-index: 4;
  358. .body-title{color: #7db0f4;margin: 24rpx 0 16rpx;font-size: 30rpx;}
  359. .dj-item-row{
  360. display: flex;flex-wrap: wrap;
  361. }
  362. .dj-item{
  363. width: 202rpx;height: 77rpx;line-height: 77rpx;color: #fff;font-size: 30rpx;
  364. text-align: center;@include ezy-no-repeat-cover;margin: 12rpx 16rpx 12rpx 0;
  365. background-image: url("@/static/images/phone/xuanke/dj-item.png");
  366. }
  367. .dj-item.active{background-image: url("@/static/images/phone/xuanke/dj-item-a.png");}
  368. .dj-item:nth-child(3n) {
  369. margin-right: 0;
  370. }
  371. }
  372. }
  373. .sx-card-box::before,.sx-card-box::after{
  374. content: '';@include ezy-no-repeat-cover;
  375. position: absolute;z-index: 3;opacity: 0.7;
  376. }
  377. .sx-card-box::before{width: 500rpx;height: 473rpx;background-image: url("@/static/images/common/xk-mask-img1.png");top: -120rpx;left:-140rpx;}
  378. .sx-card-box::after{background-image: url("@/static/images/common/xk-mask-img2.png");width: 280rpx;height: 265rpx;bottom: -40rpx;right:-60rpx;}
  379. @include mediaSmall() {
  380. padding-bottom: 80rpx;
  381. .sx-card-list{padding: 4rpx 0 0;}
  382. .sx-card-box{
  383. border-radius: 6rpx;margin: 0 24rpx 20rpx;padding: 20rpx 20rpx 24rpx;
  384. box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.3);
  385. .card-head-box{
  386. .head-img{width: 110rpx;height: 154rpx;border-radius: 8rpx;}
  387. .head-right-box{
  388. margin-left: 16rpx;
  389. .head-title{font-size: 22rpx;margin-bottom: 12rpx;}
  390. .head-content{font-size: 20rpx;margin-bottom: 6rpx;line-height: 1.8;@include multi-line-ellipsis(2);}
  391. }
  392. }
  393. .card-body-box{
  394. border-top: 1rpx dashed #ddd;margin-top: 6rpx;
  395. .body-title{margin: 12rpx 0 6rpx;font-size: 20rpx;}
  396. .dj-item{
  397. width: 100rpx;height: 46rpx;line-height: 46rpx;font-size: 22rpx;margin: 8rpx 12rpx 8rpx 0;
  398. background-image: url("@/static/images/pad/xuanke/dj-item.png");@include ezy-no-repeat-contain;
  399. }
  400. .dj-item.active{background-image: url("@/static/images/pad/xuanke/dj-item-a.png");}
  401. .dj-item:nth-child(3n) {margin-right: 12rpx;}
  402. .dj-item:nth-child(6n) {margin-right: 0;}
  403. }
  404. }
  405. .sx-card-box::before{width:300rpx;height: 284rpx;top: -120rpx;left:-100rpx;}
  406. .sx-card-box::after{width: 120rpx;height: 114rpx;bottom: -25rpx;right:-30rpx;}
  407. }
  408. @include mediaBig() {
  409. padding-bottom: 180rpx;
  410. .sx-card-list{padding: 42rpx 0 0;}
  411. .sx-card-box{
  412. border-radius: 16rpx;margin: 0 56rpx 52rpx;padding: 46rpx 46rpx 48rpx;
  413. box-shadow: 0 0rpx 12rpx rgba(100, 159, 241, 0.3);
  414. .card-head-box{
  415. .head-img{width: 240rpx;height: 336rpx;border-radius: 16rpx;}
  416. .head-right-box{
  417. margin-left: 42rpx;
  418. .head-title{font-size: 54rpx;margin-bottom: 12rpx;}
  419. .head-content{font-size: 46rpx;margin-bottom: 6rpx;line-height: 1.8;@include multi-line-ellipsis(2);}
  420. }
  421. }
  422. .card-body-box{
  423. border-top: 4rpx dashed #ddd;margin-top: 36rpx;
  424. .body-title{margin: 32rpx 0 24rpx;font-size: 46rpx;}
  425. .dj-item{
  426. width: 280rpx;height: 128rpx;line-height: 128rpx;font-size: 52rpx;margin: 16rpx 32rpx 16rpx 0;
  427. }
  428. .dj-item:nth-child(3n) {margin-right: 32rpx;}
  429. .dj-item:nth-child(6n) {margin-right: 0;}
  430. }
  431. }
  432. .sx-card-box::before{width:640rpx;height: 606rpx;top: -240rpx;left:-200rpx;}
  433. .sx-card-box::after{width: 280rpx;height: 265rpx;bottom: -50rpx;right:-60rpx;}
  434. }
  435. }
  436. // 选版本
  437. .ezy-xbb-page{
  438. width: 100%;height: 100vh;display: flex;flex-direction: column;
  439. .xbb-list-box{
  440. display: flex;flex-direction: column;
  441. background-color: #fff;flex: 1;overflow-y: auto;padding-bottom: 32rpx;
  442. .xbb-item-box{
  443. width: 731rpx;height:273rpx;@include ezy-no-repeat-cover;
  444. background-image: url("@/static/images/xuanke/xbb-item-bj.png");
  445. position: relative;z-index: 1;box-sizing: border-box;padding: 26rpx 36rpx;
  446. display: flex;align-items: center;margin:0 auto 16rpx;flex-shrink: 0;
  447. }
  448. .item-img-box{width: 180rpx;height: 220rpx;border-radius: 12rpx;margin-right: 32rpx;flex-shrink: 0;}
  449. .item-content-box{
  450. line-height: 1.5;
  451. .item-name{color: #333;font-size: 34rpx;font-weight: bolder;margin-bottom: 16rpx;}
  452. .item-bb{color: #444;font-size: 30rpx;}
  453. }
  454. .item-play-btn{
  455. width: 100rpx;height: 100rpx;z-index: 2;
  456. display: flex;align-items: center;justify-content: center;
  457. position: absolute;bottom: 12rpx;right: 12rpx;
  458. &::before{
  459. content: '';width: 46rpx;height: 48rpx;display: block;
  460. background-image: url("@/static/images/xuanke/xbb-item-jt.png");@include ezy-no-repeat-cover;
  461. }
  462. }
  463. }
  464. @include mediaSmall() {
  465. .xbb-list-box{
  466. padding-bottom: 21rpx;
  467. .xbb-item-box{width: 720rpx;height: 180rpx;padding: 17rpx 23rpx;margin: 0 auto 10rpx;}
  468. .item-img-box{width: 117rpx;height: 143rpx;border-radius: 8rpx;margin-right: 21rpx;}
  469. .item-content-box{
  470. .item-name{font-size: 22rpx;margin-bottom: 10rpx;}
  471. .item-bb{font-size: 20rpx;}
  472. }
  473. .item-play-btn{
  474. width: 65rpx;height: 65rpx;bottom: 8rpx;right: 8rpx;
  475. &::before{width: 30rpx;height: 31rpx;@include ezy-no-repeat-contain;}
  476. }
  477. }
  478. }
  479. @include mediaBig() {
  480. .xbb-list-box{
  481. padding-bottom: 51rpx;
  482. .xbb-item-box{width: auto;height: 437rpx;padding: 42rpx 58rpx;margin: 0 42rpx 26rpx;}
  483. .item-img-box{width: 288rpx;height: 352rpx;border-radius: 19rpx;margin-right: 51rpx;}
  484. .item-content-box{
  485. .item-name{font-size: 54rpx;margin-bottom: 26rpx;}
  486. .item-bb{font-size: 46rpx;}
  487. }
  488. .item-play-btn{
  489. width: 160rpx;height: 160rpx;bottom: 19rpx;right: 19rpx;
  490. &::before{width: 74rpx;height: 77rpx;}
  491. }
  492. }
  493. }
  494. }
  495. // 学习大纲
  496. .xuexi-dagang-page{
  497. width: 100%;height: calc(95vh - var(--status-bar-height));border-radius: 16rpx 16rpx 0 0;z-index: 10;position: relative;
  498. background-color: #fff;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
  499. display: flex;flex-direction: column;
  500. box-sizing: border-box;padding: 36rpx 0 120rpx;
  501. position: fixed;bottom: 0;
  502. .xuexi-dagang-body{overflow-y: auto;padding: 24rpx 0 0;}
  503. .dagang-title{
  504. width: 80%;line-height: 1.5;margin: 24rpx auto 0;
  505. text-align: center;font-size: 36rpx;color: #000;position: relative;
  506. icon{
  507. width: 100rpx;height: 100rpx;display: flex;align-items: center;justify-content: center;
  508. position: absolute;right: -13%;top: -60rpx;
  509. }
  510. icon::after{
  511. content: '';width: 52rpx;height: 52rpx;@include ezy-no-repeat-cover;
  512. background-image: url("@/static/images/common/close-icon.png");
  513. }
  514. }
  515. // 您将学会
  516. .dagang-xh-box{
  517. width: 690rpx;margin: 64rpx auto 0;
  518. .xh-title{font-size: 32rpx;font-weight: bold;text-align: left;color: #333;margin-left: 6rpx;}
  519. .xh-content-box{
  520. width: 100%;border-radius: 16rpx;margin-top: 32rpx;
  521. box-sizing: border-box;padding: 24rpx;
  522. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);
  523. }
  524. .text-row{
  525. display: flex;font-size: 32rpx;color: #333;margin: 12rpx 0;line-height: 1.6;
  526. icon{
  527. width: 13rpx;height: 13rpx;border-radius: 50%;flex-shrink: 0;
  528. background-color: #2c7bf4;margin: 22rpx 12rpx 0 0;}
  529. }
  530. }
  531. //学习大纲
  532. .dagang-content-box{
  533. background-color: #e3f7fe;margin-top: 200rpx;position: relative;
  534. .dagang-content-title{
  535. font-size: 32rpx;font-weight: bold;text-align: left;color: #333;
  536. margin-left: 36rpx;position: relative;z-index: 1;
  537. }
  538. .dagang-item-list{padding: 56rpx 0 32rpx;}
  539. .dagang-content-item{
  540. width: 690rpx;display: flex;align-items: center;border-radius: 12rpx;color: #4b4b4b;;
  541. margin: 0 auto 24rpx;box-sizing: border-box;padding: 20rpx;background-color: #fff;
  542. line-height: 1.5;font-size: 32rpx;
  543. img{width: 120rpx;height: 120rpx;border-radius: 12rpx;margin-right: 24rpx;}
  544. .content-title{margin-left: 32rpx;position: relative;}
  545. .content-title:nth-child(1)::before{
  546. width: 13rpx;height: 13rpx;border-radius: 50%;display: block;
  547. background-color: #2c7bf4;content:'';
  548. position: absolute;left: -24rpx;top: 22rpx;
  549. }
  550. }
  551. .dagang-content-item:last-child{margin-bottom: 0;}
  552. }
  553. .dagang-content-box::before{
  554. content: '';width: 750rpx;height: 193rpx;display: block;@include ezy-no-repeat-cover;
  555. background-image: url("@/static/images/xuexi/dagang-img.png");
  556. position: absolute;top: -138rpx;left: 0;z-index: 1;
  557. }
  558. }
  559. // 学习
  560. .ezy-xuexi-page{
  561. width: 100%;height: 100vh;background-color: #fff;display: flex;flex-direction: column;
  562. .xuexi-page-body{padding:0 0 100rpx;overflow-y: auto;border-radius: 0;position: relative;}
  563. .xxjl-card-box-padding{padding-top: 64rpx;}
  564. .xx-scroll-view{position: relative;}
  565. .item-dy-box{
  566. display: flex;align-items: center;justify-content: center;
  567. color: #fff;margin-bottom: 24rpx;
  568. .dy-left-box{
  569. width: 174rpx;height: 127rpx;@include ezy-no-repeat-cover;font-size: 64rpx;
  570. display: flex;align-items: center;box-sizing: border-box;padding:0 24rpx;
  571. background-image: url("@/static/images/phone/xuexi/xx-ml-left.png");
  572. }
  573. .dy-left-box::after{
  574. content: '';width: 32rpx;height: 34rpx;@include ezy-no-repeat-cover;margin-left: auto;
  575. background-image: url("@/static/images/common/xuexi/xx-ml-jt.png");display: block;
  576. }
  577. .dy-right-box{
  578. width: 518rpx;height: 127rpx;@include ezy-no-repeat-cover;
  579. display: flex;align-items: flex-start;flex-direction: column;justify-content: center;
  580. box-sizing: border-box;padding:0 24rpx;font-size: 28rpx;
  581. background-image: url("@/static/images/phone/xuexi/xx-ml-right.png");
  582. .right-content{width: 100%;height: 90rpx;overflow: hidden;}
  583. .dy-name{font-size: 34rpx;margin-bottom: 6rpx;}
  584. }
  585. }
  586. .item-fixed{
  587. width: 100%;padding: 24rpx 0;transition: opacity 0.2s ease-in-out;
  588. position:sticky;position:-webkit-sticky;margin-bottom: 0;
  589. top: 0;z-index: 10;background-color: #fff;border-radius: 16rpx 16rpx 0 0;
  590. }
  591. // 学习记录
  592. .xxjl-card-box{
  593. width: 692rpx;margin: 0 auto 24rpx;padding: 72rpx 24rpx 24rpx 24rpx;box-sizing: border-box;
  594. background-color: #5795f6;border-radius: 16rpx;position: relative;
  595. .card-body-box{
  596. display: flex;
  597. img{width: 190rpx;height: 242rpx;border-radius: 16rpx;}
  598. .body-right{
  599. width: 100%;color: #c8e4f8;margin-left: 24rpx;font-size: 30rpx;
  600. display: flex;flex-direction: column;justify-content: space-between;
  601. .right-name{font-size: 34rpx;color: #fff;margin-top: 2rpx;}
  602. }
  603. }
  604. .card-progress-box{
  605. display: flex;align-items: center;
  606. .xx-progress-box{flex: 1;margin-right: 64rpx;color: #fff;font-size: 28rpx;}
  607. .progress-title{margin-top: 16rpx;}
  608. .xx-progress{border-radius: 40rpx;overflow: hidden;margin-top: 10rpx;}
  609. .jxxx-btn{
  610. width: 177rpx;height: 89rpx;@include ezy-no-repeat-cover;margin-right: 24rpx;
  611. background-image: url("@/static/images/common/xuexi/jx-xx-btn.png");
  612. }
  613. }
  614. }
  615. .xxjl-card-box::before{
  616. content: '学习记录';width: 289rpx;height: 77rpx;line-height: 77rpx;@include ezy-no-repeat-cover;
  617. background-image: url("@/static/images/common/xuexi/xx-jl-bj.png");display: block;
  618. position: absolute;top: -28rpx;text-align: center;color: #fff;font-size: 34rpx;
  619. }
  620. // 学习进度
  621. .xx-jd-box{
  622. border-radius: 16rpx;margin: 0 24rpx 32rpx;padding: 32rpx;
  623. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);
  624. .xx-progress-btn-box{
  625. width: 100%;
  626. display: flex;align-items: center;justify-content: space-between;
  627. }
  628. .xx-progress-box{
  629. flex: 1;font-size: 32rpx;color: #333;margin-right: 42rpx;
  630. .xx-progress{border-radius: 20rpx;overflow: hidden;margin-top: 16rpx;}
  631. }
  632. .jxxx-btn{
  633. width: 217rpx;height: 85rpx;display: block;@include ezy-no-repeat-cover;
  634. background-image: url("@/static/images/xuexi/jxxx-icon.png");flex-shrink: 0;
  635. }
  636. //学习进度按钮
  637. .jd-item-box{
  638. display: flex;border-top: 1rpx dashed #97dbf8;margin-top: 32rpx;padding-top: 32rpx;
  639. icon{width:54rpx;height: 54rpx;@include ezy-no-repeat-cover;
  640. position: relative;margin-right: 52rpx;}
  641. icon::before{
  642. content: '';width: 1rpx;height: 70rpx;background-color: #fff;display: block;
  643. position: absolute;right: -24rpx;top: -10rpx;
  644. }
  645. .dydg-icon{background-image: url("@/static/images/xuexi/dy-dg-icon.png");}
  646. .dyml-icon{background-image: url("@/static/images/xuexi/kc-ml-icon.png");}
  647. .jd-item-btn{
  648. background-color: #ddf7ff;border-radius: 16rpx;flex: 1;text-align: center;
  649. box-sizing: border-box;padding: 24rpx;display: flex;align-items: center;}
  650. .jd-item-btn:first-child{margin-right: 24rpx;}
  651. }
  652. }
  653. // 学习目录
  654. .xx-item-list{
  655. padding-bottom: 24rpx;
  656. .xx-item-title{text-align: center;margin: 32rpx 0;font-size: 32rpx;color: #444;}
  657. .xx-more-btn{
  658. width: 630rpx;height: 89rpx;@include ezy-no-repeat-cover;margin: 0 auto 32rpx;
  659. background-image: url("@/static/images/xuexi/more-btn.png");
  660. }
  661. .xx-item-box{
  662. width: 691rpx;height: 172rpx;
  663. display: flex;align-items: center;justify-content: space-between;color: #4b4b4b;;
  664. margin: 0 auto 24rpx;box-sizing: border-box;padding: 20rpx;border-radius: 12rpx;
  665. line-height: 1.5;font-size: 32rpx;position: relative;@include ezy-no-repeat-cover;
  666. background-image: url("@/static/images/common/xuexi/xx-ml-bj.png");
  667. img{width: 120rpx;height: 120rpx;border-radius: 12rpx;margin-right: 24rpx;}
  668. .xx-item-status{
  669. width: 89rpx;height: 87rpx;@include ezy-no-repeat-cover;
  670. position: absolute;top:2rpx;left: 0;
  671. }
  672. .completed-status{background-image: url("@/static/images/common/xuexi/xw-status.png");}
  673. .xx-text-box{flex: 1;}
  674. .xx-item-btn,.xx-item-lock-btn{width: 77rpx;height: 77rpx;@include ezy-no-repeat-cover;}
  675. .xx-item-btn{background-image: url("@/static/images/common/xuexi/xx-ml-play-icon.png");}
  676. .xx-item-lock-btn{background-image: url("@/static/images/common/xuexi/xx-ml-lock-icon.png");}
  677. }
  678. .xx-disabled-item-box{
  679. background-image: url("@/static/images/common/xuexi/xx-ml-disabled-bj.png");
  680. }
  681. }
  682. .xx-next-btn{
  683. width: 655rpx;height: 92rpx;line-height: 92rpx;margin: 32rpx auto;
  684. font-size: 32rpx;color: #fff;text-align: center;@include ezy-no-repeat-cover;
  685. background-image: url("@/static/images/common/login/login-btn-bj.png");
  686. }
  687. .xx-xw-text{text-align: center;font-size: 32rpx;color: #666;margin: 32rpx auto;}
  688. // 回到顶部
  689. .go-top-btn{
  690. width: 77rpx;height: 77rpx;@include ezy-no-repeat-cover;
  691. background-image: url("@/static/images/xuexi/go-top-btn.png");
  692. position: fixed;z-index: 9;bottom: 300rpx;right:10rpx;
  693. }
  694. @include mediaSmall() {
  695. .xuexi-page-body{padding:0 0 65rpx;}
  696. .xxjl-card-box-padding{padding-top: 42rpx;}
  697. .item-dy-box{margin-bottom: 16rpx;
  698. .dy-left-box{width: 135rpx;height: 71rpx;font-size: 42rpx;padding:0 16rpx;
  699. background-image: url("@/static/images/pad/xuexi/xx-ml-left.png");}
  700. .dy-left-box::after{width: 21rpx;height: 22rpx;}
  701. .dy-right-box{
  702. width: 580rpx;height: 71rpx;padding:0 16rpx;font-size: 18rpx;
  703. background-image: url("@/static/images/pad/xuexi/xx-ml-right.png");
  704. .right-content{height: 59rpx;}
  705. .dy-name{font-size: 22rpx;margin-bottom: 4rpx;}
  706. }
  707. }
  708. .item-fixed{padding: 16rpx 0;border-radius: 10rpx 10rpx 0 0;}
  709. .xxjl-card-box{
  710. width: 715rpx;margin: 0 auto 16rpx;padding: 47rpx 16rpx 16rpx 16rpx;
  711. border-radius: 10rpx;position: relative;
  712. .card-body-box{
  713. img{width: 124rpx;height: 157rpx;border-radius: 10rpx;}
  714. .body-right{
  715. margin-left: 16rpx;font-size: 20rpx;display: block;
  716. .right-name{font-size: 22rpx;margin: 5rpx 0;}
  717. .right-item{width: 50%;display: inline-block;vertical-align: middle;margin: 5rpx 0;}
  718. .right-item-mini{width: 40%;}
  719. }
  720. }
  721. .card-progress-box{
  722. position: absolute;bottom: 12rpx;left:140rpx;right: 10rpx;
  723. .xx-progress-box{margin-right: 42rpx;font-size: 18rpx;}
  724. .xx-progress{margin-top: 0;}
  725. .progress-title{display: none;}
  726. .jxxx-btn{width: 104rpx;height: 50rpx;margin-right: 16rpx;}
  727. }
  728. }
  729. .xxjl-card-box::before{width: 188rpx;height: 50rpx;line-height: 50rpx;top: -18rpx;font-size: 22rpx;}
  730. .xx-jd-box{border-radius: 10rpx;margin: 0 16rpx 21rpx;padding: 21rpx;
  731. .xx-progress-box{font-size: 21rpx;margin-right: 27rpx;
  732. .xx-progress{margin-top: 10rpx;}}
  733. .jxxx-btn{width: 141rpx;height: 55rpx;}
  734. .jd-item-box{margin-top: 21rpx;padding-top: 21rpx;
  735. icon{width: 35rpx;height: 35rpx;margin-right: 34rpx;}
  736. icon::before{height: 46rpx;right: -16rpx;top: -7rpx;}
  737. .jd-item-btn{border-radius: 10rpx;padding: 16rpx;}
  738. .jd-item-btn:first-child{margin-right: 16rpx;}
  739. }
  740. }
  741. .xx-item-list{
  742. padding-bottom: 16rpx;
  743. .xx-item-title{margin: 20rpx 0;font-size: 20rpx;}
  744. .xx-more-btn{width: 410rpx;height: 58rpx;margin: 0 auto 21rpx;}
  745. .xx-item-box{width: 715rpx;height: 92rpx;margin: 0 auto 16rpx;padding: 10rpx;border-radius: 12rpx;font-size: 21rpx;
  746. img{width: 72rpx;height: 72rpx;border-radius: 8rpx;margin-right: 16rpx;}
  747. .xx-item-status{width: 58rpx;height: 57rpx;top:1rpx;}
  748. .xx-item-btn,.xx-item-lock-btn{width: 50rpx;height: 50rpx;margin-right: 12rpx;}
  749. }
  750. }
  751. .xx-next-btn{width: 426rpx;height: 60rpx;line-height: 60rpx;margin: 21rpx auto;font-size: 21rpx;}
  752. .xx-xw-text{font-size: 21rpx;margin: 21rpx auto;}
  753. .go-top-btn{width: 50rpx;height: 50rpx;bottom: 195rpx;right:7rpx;}
  754. }
  755. @include mediaBig() {
  756. .xuexi-page-body{padding:0 0 160rpx;}
  757. .xxjl-card-box-padding{padding-top: 102rpx;}
  758. .item-dy-box{
  759. margin-bottom: 38rpx;
  760. .dy-left-box{width: 363rpx;height: 194rpx;font-size: 102rpx;padding:0 38rpx;}
  761. .dy-left-box::after{width: 51rpx;height: 54rpx;}
  762. .dy-right-box{
  763. width: 1577rpx;height: 194rpx;padding:0 38rpx;font-size: 46rpx;
  764. .right-content{height: 144rpx;}
  765. .dy-name{font-size: 54rpx;margin-bottom: 10rpx;}
  766. }
  767. }
  768. .item-fixed{padding: 38rpx 0;border-radius: 26rpx 26rpx 0 0;}
  769. .xxjl-card-box{
  770. width: 1940rpx;margin: 0 auto 38rpx;padding: 115rpx 38rpx 38rpx 38rpx;
  771. border-radius: 26rpx;position: relative;
  772. .card-body-box{
  773. img{width: 304rpx;height: 387rpx;border-radius: 26rpx;}
  774. .body-right{
  775. margin-left: 38rpx;font-size: 46rpx;
  776. .right-name{font-size: 54rpx;margin: 16rpx 0;}
  777. .right-item{width: 50%;display: inline-block;vertical-align: middle;margin: 16rpx 0;}
  778. view{margin: 16rpx 0;}
  779. .right-item-mini{width: 40%;}
  780. }
  781. }
  782. .card-progress-box{
  783. position: absolute;bottom: 36rpx;left:360rpx;right: 16rpx;
  784. .xx-progress-box{margin-right: 102rpx;font-size: 45rpx;}
  785. .xx-progress{margin-top: 0;}
  786. .progress-title{display: none;}
  787. .jxxx-btn{width: 263rpx;height: 122rpx;margin-right: 38rpx;}
  788. }
  789. }
  790. .xxjl-card-box::before{width: 462rpx;height: 123rpx;line-height: 123rpx;top: -45rpx;font-size: 54rpx;}
  791. .xx-jd-box{
  792. border-radius: 26rpx;margin: 0 38rpx 51rpx;padding: 51rpx;
  793. .xx-progress-box{
  794. margin-right: 67rpx;
  795. .xx-progress{margin-top: 26rpx;}
  796. }
  797. .jxxx-btn{width: 347rpx;height: 136rpx;}
  798. .jd-item-box{
  799. margin-top: 51rpx;padding-top: 51rpx;
  800. icon{width: 86rpx;height: 86rpx;margin-right: 83rpx;}
  801. icon::before{height: 112rpx;right: -38rpx;top: -16rpx;}
  802. .jd-item-btn{border-radius: 26rpx;padding: 38rpx;}
  803. .jd-item-btn:first-child{margin-right: 38rpx;}
  804. }
  805. }
  806. .xx-item-list{
  807. padding-bottom: 38rpx;
  808. .xx-item-title{margin: 51rpx 0;font-size: 46rpx;}
  809. .xx-more-btn{width: 1008rpx;height: 142rpx;margin: 0 auto 51rpx;}
  810. .xx-item-box{width: 1940rpx;height: 220rpx;margin: 0 auto 38rpx;padding: 32rpx;border-radius: 19rpx;font-size: 46rpx;
  811. img{width: 192rpx;height: 192rpx;border-radius: 19rpx;margin-right: 38rpx;}
  812. .xx-item-status{width: 142rpx;height: 139rpx;top:3rpx;}
  813. .xx-item-btn,.xx-item-lock-btn{width: 123rpx;height: 123rpx;margin-right: 19rpx;}
  814. }
  815. }
  816. .xx-next-btn{width: 1048rpx;height: 147rpx;line-height: 147rpx;margin: 51rpx auto;font-size: 51rpx;}
  817. .xx-xw-text{font-size: 51rpx;margin: 51rpx auto;}
  818. .go-top-btn{width: 123rpx;height: 123rpx;bottom: 480rpx;right:16rpx;}
  819. }
  820. }
  821. // 答案解析
  822. .ezy-dajx-page{
  823. width: 100%;height: 100vh;position: relative;display: flex;flex-direction: column;
  824. .shiti-frame-box{overflow-y: auto;}
  825. .dajx-video-box{width: 95%;}
  826. .dajx-content-box{
  827. width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;overflow-y: auto;
  828. .slfx-title,.spjj-title{
  829. width: 231rpx;height: 63rpx;@include ezy-no-repeat-cover;margin-bottom: 16rpx;
  830. }
  831. .slfx-title{background-image: url("@/static/images/exam/slfx-title.png");}
  832. .spjj-title{background-image: url("@/static/images/exam/spjj-title.png");}
  833. .slfx-content{
  834. font-size: 32rpx;color: #333;line-height: 1.6;margin-bottom: 42rpx;
  835. box-sizing: border-box;padding: 0 20rpx;word-wrap: break-word;word-break: break-all;
  836. display: block;@include ezy-rich-text;
  837. }
  838. }
  839. }
  840. // 看视频
  841. .ezy-ksp-page{
  842. width: 100%;height: 100vh;display: flex;flex-direction: column;
  843. .ksp-tab-box{
  844. flex-shrink:0;display: flex;justify-content: space-evenly;border-bottom: 1rpx solid #b7defd;
  845. .tab-item{color: #9a9a9a;font-size: 34rpx;padding: 16rpx 24rpx;}
  846. .active{color: #5895f7;border-bottom: 4rpx solid #1684fc;}
  847. }
  848. .ksp-scroll-view{overflow-y: auto;}
  849. .ksp-page-body{padding: 24rpx 0 0;}
  850. .jstx-ksp-page-body{padding: 0;}
  851. .ksp-video-box{
  852. width: 95%;height: 423rpx;padding: 8px;box-sizing: border-box;
  853. border-radius: 16rpx;margin:32rpx auto;flex-shrink: 0;
  854. .prism-big-play-btn{
  855. width: 100rpx;height: 100rpx;opacity: 0.8;
  856. background-image: url("@/static/images/xuexi/play-btn.png");
  857. }
  858. }
  859. .ksp-item-list{
  860. width: 95%;margin: 12rpx auto 24rpx;border-radius: 16rpx;position: relative;
  861. background-color: #5894f6;padding: 20rpx 0;box-sizing: border-box;
  862. box-shadow: 0 0rpx 12rpx rgba(100, 159, 241, 0.4);
  863. }
  864. .ksp-item-list::before{
  865. content: '';width: 100%;height: 97rpx;@include ezy-no-repeat-cover;
  866. background-image: url("@/static/images/xuexi/ksp-item-top-bj.png");
  867. position: absolute;left: 0;right: 0;top: 0;z-index: 1;
  868. }
  869. .list-head{
  870. width: 95%;display: flex;align-items: center;justify-content: space-between;
  871. position: relative;z-index: 2;padding:0 0 24rpx;margin: 0 auto;
  872. .list-title{color: #fff;font-size: 36rpx;}
  873. .list-btn{
  874. width: 210rpx;height: 72rpx;@include ezy-no-repeat-cover;
  875. background-image: url("@/static/images/xuexi/ksp-video-play.png");
  876. }
  877. }
  878. .list-body{
  879. width: 95%;position: relative;z-index: 2;border-radius: 16rpx;
  880. padding: 16rpx;box-sizing: border-box;margin: 0 auto;
  881. color: #444;font-size: 32rpx;background-color: #fff;
  882. img{max-width: 100%;margin: 10rpx auto 0;display: block;}
  883. }
  884. .ksp-item-box{
  885. width: 670rpx;height: 150rpx;
  886. display: flex;align-items: center;position: relative;
  887. @include ezy-no-repeat-cover;background-image: url("@/static/images/xuexi/ksp-item-bj.png");
  888. .ksp-icon{
  889. width: 104rpx;height: 104rpx;@include ezy-no-repeat-cover;flex-shrink: 0;
  890. @include ezy-no-repeat-cover;background-image: url("@/static/images/xuexi/xx-ksp-icon.png");
  891. }
  892. .ksp-title{color: #444;font-size: 32rpx;margin-right: auto;
  893. margin-left: 10rpx;height: 50rpx;@include single-line-ellipsis;}
  894. }
  895. }
  896. // 考试页
  897. .ezy-exam-page{
  898. width: 100%;height: 100vh;background-color: #f9f9fb;position: relative;
  899. display: flex;flex-direction: column;
  900. .exam-body{
  901. z-index: 1;position: relative;flex: 1;display: flex;flex-direction: column;
  902. }
  903. .xx-jd-box{
  904. width: 95%;background-color: #fff;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
  905. border-radius: 16rpx;box-sizing: border-box;padding:36rpx 36rpx 42rpx;margin: 20rpx auto 0;
  906. .xx-row{display: flex;justify-content: space-between;align-items: center;margin-bottom: 24rpx;}
  907. .text-row{color: #5d5e61;}
  908. .dq-jd-text{color: #5693f5;font-size: 52rpx;}
  909. .dq-jd-line{margin: 0 6rpx;}
  910. }
  911. .exam-progress-box{border-radius: 20rpx;overflow: hidden;}
  912. .ezy-exam-swiper{
  913. width: 100%;flex: 1;z-index: 2;margin: 0 auto;
  914. uni-swiper-item{overflow-y: auto;}
  915. .uni-swiper-slides{left: -2rpx;right: -2rpx;}
  916. }
  917. .exam-submit-btn{
  918. width: 87rpx;height: 125rpx;@include ezy-no-repeat-cover;z-index: 2;
  919. background-image: url("@/static/images/exam/submit-btn.png");margin: 10rpx 42rpx 0 auto;
  920. }
  921. .tip-mask-box{
  922. width: 100%;height: 100vh;position: relative;position: absolute;top: 0;left: 0;z-index: 3;
  923. }
  924. .swiper-tip-box{
  925. font-size: 30rpx;color: #5989e2;justify-content: center;margin-top: 16rpx;
  926. display: flex;flex-direction: row;align-items: center;
  927. }
  928. .swiper-tip-box::before,.swiper-tip-box::after{
  929. content: '';width: 12rpx;height: 26rpx;display: block;
  930. background-image: url("@/static/images/common/h-jt-icon.png");@include ezy-no-repeat-cover;
  931. }
  932. .swiper-tip-box::before{transform: rotate(180deg);margin-right: 32rpx;}
  933. .swiper-tip-box::after{margin-left: 32rpx;}
  934. .shiti-jj-btn{
  935. width: 630rpx;height: 88rpx;@include ezy-no-repeat-cover;margin: 10rpx auto;
  936. background-image: url("@/static/images/exam/shiti-jj-btn.png");
  937. }
  938. }
  939. // 单元测试
  940. .dycs-dialog{
  941. width: 100%;height: 100vh;background-color: #fff;display: flex;flex-direction: column;
  942. .dycs-body{overflow-y: auto;}
  943. .dycs-img{
  944. width: 430rpx;height: 350rpx;margin: 92rpx auto 32rpx;flex-shrink: 0;
  945. background-image: url("@/static/images/exam/shiti-dialog-img.png");@include ezy-no-repeat-cover;
  946. }
  947. .dycs-tip{
  948. text-align: center;color: #333;font-size: 35rpx;
  949. }
  950. .dycs-fenshu-box{
  951. width: 560rpx;margin: 72rpx auto;padding: 42rpx 32rpx;box-shadow: 0 0rpx 8rpx rgba(100, 159, 241, 0.3);
  952. display: flex;justify-content: center;align-items: center;border-radius: 12rpx;font-size: 32rpx;
  953. .fenshu-item-box{width: 49%;text-align: center;font-size: 32rpx;color: #333;}
  954. .item-number{font-size: 56rpx;margin-bottom: 10rpx;}
  955. .red-number{color: #f60000;}
  956. .item-line{width: 1rpx;height: 120rpx;background: #f3f5f9;}
  957. }
  958. .dycs-btn-box{
  959. display: flex;justify-content: center;margin-top: 64rpx;
  960. .cxcs-btn,.ckda-btn{
  961. width: 275rpx;height: 88rpx;line-height: 88rpx;@include ezy-no-repeat-cover;
  962. text-align: center;color: #fff;font-size: 32rpx;margin: 0 10rpx;
  963. }
  964. .cxcs-btn{background-image: url("@/static/images/exam/shiti-btn-blue-bj.png");}
  965. .ckda-btn{background-image: url("@/static/images/exam/shiti-btn-orange-bj.png");}
  966. }
  967. @media (max-height: 700px) {
  968. .dycs-img{margin: 64rpx auto 16rpx;}
  969. .dycs-fenshu-box{margin: 46rpx auto;}
  970. .dycs-btn-box{margin-top: 36rpx;}
  971. }
  972. }
  973. // 成绩页
  974. .ezy-result-page{
  975. width: 100%;height: 100vh;background-color: #f9f9fb;position: relative;
  976. display: flex;flex-direction: column;
  977. .result-exam-swiper{
  978. width: 100%;flex: 1;z-index: 2;margin: 0 auto;
  979. uni-swiper-item{overflow-y: auto;}
  980. .uni-swiper-slides{left: -2rpx;right: -2rpx;}
  981. }
  982. .answer-content-box{
  983. margin-top: 24rpx;
  984. .answer-title{
  985. width: 208rpx;height: 91rpx;line-height: 91rpx;
  986. font-size: 32rpx;text-align: center;margin-left: 10rpx;color: #fff;
  987. background-image: url("@/static/images/exam/shiti-anser-title.png");@include ezy-no-repeat-cover;
  988. }
  989. .answer-text-title{font-size: 32rpx;color: #f6aa1d;margin: 24rpx 0;}
  990. .answer-content-border{
  991. width: 96%;box-shadow: 0 0rpx 8rpx rgba(100, 159, 241, 0.3);
  992. border-radius: 12rpx;font-size: 32rpx;margin: 42rpx auto 56rpx;}
  993. .tiankong-answer-content-box{background-color: rgba(255, 255, 255, 0.7);font-size: 32rpx;color: #499141;
  994. border-radius: 4px;box-sizing: border-box;padding: 24rpx;min-height: 80rpx;
  995. .tiankong-answer-title{color: #333;margin-bottom: 10rpx;}
  996. .answer-index-box{
  997. font-size: 24rpx;border: 1rpx solid #499141;border-radius: 24rpx;margin-right: 10rpx;
  998. line-height: 1;text-align: center;padding: 2rpx 7rpx;display: inline-block;
  999. flex-shrink: 0;min-width: 16rpx;
  1000. }
  1001. .tiankong-answer-row{
  1002. word-break: break-all;margin-bottom: 10rpx;margin: 24rpx 0;
  1003. display: flex;align-items: center;line-height: 1;
  1004. }
  1005. .tiankong-answer-row:last-child{margin-bottom: 0;}
  1006. }
  1007. .answer-btn-box{display: flex;height: 135rpx;}
  1008. .answer-item-left,.answer-item-right{
  1009. width: 100%;flex: 1;align-items: center;justify-content: center;
  1010. display: flex;flex-direction: column;background-color: rgba(255, 255, 255, 0.7);
  1011. .answer-item-title{font-size: 30rpx;color: #333;margin-bottom: 10rpx;}
  1012. .answer-item-error{font-size: 30rpx;color: #ef1417;min-height: 36rpx;}
  1013. .answer-item-correct{font-size: 30rpx;color: #15ab2e;min-height: 36rpx;}
  1014. }
  1015. .answer-item-left{border-radius: 4px 0 4px 0;position: relative;}
  1016. .answer-item-right{border-radius: 0 4px 4px 0;}
  1017. .answer-line{width: 1px;position: absolute;top: 16rpx;right: 0;bottom: 16rpx;background: #d1e9f5;}
  1018. }
  1019. .answer-stjx-box{
  1020. width: 96%;margin: 0 auto;
  1021. .answer-rich-text{
  1022. font-size: 32rpx;color: #333;line-height: 1.8;
  1023. }
  1024. }
  1025. .answer-video-box{
  1026. position: relative;margin-bottom:24rpx;
  1027. img{width: 100%;}
  1028. }
  1029. .answer-video-box::before{
  1030. content: '';display: block;position: absolute;
  1031. width: 90rpx;height: 90rpx;@include ezy-no-repeat-cover;background-image: url("@/static/images/xuexi/video-play-btn.png");
  1032. top: 52%;left: 50%!important;transform: translate(-50%, -50%);z-index: 20;
  1033. }
  1034. }
  1035. // 我的页面
  1036. .ezy-my-page{
  1037. width: 100%;height: 100vh;position: relative;overflow: auto;background: #f9f9fb;
  1038. .my-title-navBar-box{padding-top: 24rpx;}
  1039. .my-page-box{position: relative;z-index: 1;margin: 0;}
  1040. .my-head-box{
  1041. width: 100%;padding: 0 24rpx 42rpx;box-sizing: border-box;display: flex;align-items: center;color: #fff;
  1042. .head-img-box{width: 126rpx;height: 126rpx;margin: 0 24rpx 0 12rpx;@include ezy-no-repeat-cover;border-radius: 50%;}
  1043. .head-content-box{font-size: 30rpx;}
  1044. }
  1045. .my-banner-img{
  1046. width: 730rpx;height: 413rpx;@include ezy-no-repeat-cover;margin: 0 auto;
  1047. background-image: url("@/static/images/phone/my/my-banner.png");border-radius: 16rpx;
  1048. }
  1049. // list
  1050. .my-list-box{
  1051. width:710rpx;margin: 24rpx auto;display: flex;flex-wrap: wrap;padding: 42rpx 6rpx 0;
  1052. background-color: #fff;border-radius: 16rpx;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
  1053. .list-item{color: #444;width: 25%;text-align: center;font-size: 28rpx;margin-bottom: 36rpx;}
  1054. .list-icon{width: 64rpx;height: 64rpx;display: block;
  1055. margin: 0 auto 12rpx;@include ezy-no-repeat-cover;}
  1056. .yysz-icon{background-image: url("@/static/images/common/my/list-icon1.png");}
  1057. .sc-icon{background-image: url("@/static/images/common/my/sc-icon.png");}
  1058. .dd-icon{background-image: url("@/static/images/common/my/dd-icon.png");}
  1059. .dhm-icon{background-image: url("@/static/images/common/my/dhm-icon.png");}
  1060. .dhm-icon{background-image: url("@/static/images/common/my/dhm-icon.png");}
  1061. .bdsjh-icon{background-image: url("@/static/images/common/my/sjbd-icon.png");}
  1062. }
  1063. .kefu-dialog{
  1064. .not-confirm-btn{display: none;}
  1065. .confirm-btn{margin: 24rpx auto;}
  1066. }
  1067. @include mediaSmall() {
  1068. .my-title-navBar-box{
  1069. padding-top: 12rpx;
  1070. &::before{height: 288rpx;background-image: url("@/static/images/pad/common/my-page-header-bj.png");}
  1071. }
  1072. .my-head-box{
  1073. padding: 0 16rpx 24rpx;
  1074. .head-img-box{width: 130rpx;height: 130rpx;margin: 0 16rpx 0 8rpx;}
  1075. .head-content-box{font-size: 28rpx;}
  1076. }
  1077. .my-banner-img{width: 712rpx;height: 300rpx;border-radius: 10rpx;
  1078. background-image: url("@/static/images/pad/my/my-banner.png");}
  1079. .my-list-box{
  1080. width: 712rpx;margin: 16rpx auto;padding: 30rpx 4rpx 0;border-radius: 16rpx;
  1081. justify-content: space-around;
  1082. .list-item{width: 20%;font-size: 22rpx;margin-bottom: 30rpx;}
  1083. .list-icon{width: 60rpx;height: 60rpx;margin: 0 auto 8rpx;}
  1084. }
  1085. .kefu-dialog{
  1086. .confirm-btn{margin: 16rpx auto;}
  1087. }
  1088. }
  1089. @include mediaBig() {
  1090. min-height: 2200rpx;
  1091. .my-title-navBar-box{
  1092. padding-top: 4rpx;
  1093. &::before{height: 720rpx;}
  1094. }
  1095. .my-head-box{
  1096. width: 1940rpx;margin: 0 auto 32rpx;
  1097. .head-img-box{width: 350rpx;height: 350rpx;margin: 0 38rpx 0 19rpx;}
  1098. .head-content-box{font-size: 66rpx;}
  1099. }
  1100. .my-banner-img{width: 1940rpx;height: 818rpx;border-radius: 26rpx;}
  1101. .my-list-box{
  1102. width: 1940rpx;margin: 38rpx auto;padding: 75rpx 10rpx 0;border-radius: 26rpx;
  1103. .list-item{font-size: 45rpx;margin-bottom: 75rpx;}
  1104. .list-icon{width: 160rpx;height: 160rpx;margin: 0 auto 19rpx;}
  1105. }
  1106. .kefu-dialog{
  1107. .confirm-btn{margin: 38rpx auto;}
  1108. }
  1109. }
  1110. }
  1111. // 应用设置
  1112. .ezy-yysz-page{
  1113. width: 100%;height: 100vh;min-height: 1400rpx;background: #f9f9fb;position: relative;overflow: auto;
  1114. display: flex;flex-direction: column;
  1115. .yysz-page-box{position: relative;z-index: 1;}
  1116. .yysz-row-box{width: 95%;background-color: #fff;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
  1117. border-radius: 16rpx;margin: 16rpx auto 0;color: #333;font-size: 30rpx;}
  1118. .yysz-item{display: flex;align-items: center;justify-content: space-between;
  1119. padding: 32rpx 32rpx 32rpx 0;position: relative;margin: 0 32rpx 0 32rpx;}
  1120. .border-item{border-bottom: 1rpx dashed #f2f2f2;}
  1121. .img-item{padding: 32rpx 32rpx 0 0;}
  1122. .item-text{color: #888;}
  1123. .yysz-item::after{
  1124. content: '';width: 14rpx;height: 24rpx;@include ezy-no-repeat-cover;
  1125. background-image: url("@/static/images/my/list-jt.png");
  1126. position: absolute;right: 0;
  1127. }
  1128. .yysz-img-box{width: 72rpx;height: 72rpx;border-radius: 50%;@include ezy-no-repeat-cover}
  1129. @include mediaSmall() {
  1130. min-height: 1000rpx;
  1131. .yysz-row-box{margin: 10rpx auto 0;font-size: 22rpx;}
  1132. .yysz-item{padding: 26rpx 42rpx 26rpx 0;margin: 0 21rpx 0 21rpx;}
  1133. .border-item{border-bottom: 1rpx dashed #f2f2f2;}
  1134. .img-item{padding: 26rpx 42rpx 0 0;}
  1135. .yysz-item::after{width: 10rpx;height: 20rpx;}
  1136. .yysz-img-box{width: 76rpx;height: 76rpx;}
  1137. }
  1138. @include mediaBig() {
  1139. .yysz-row-box{border-radius: 26rpx;margin: 26rpx auto 0;font-size: 54rpx;}
  1140. .yysz-item{padding: 51rpx 82rpx 51rpx 0;margin: 0 51rpx 0 51rpx;}
  1141. .border-item{border-bottom: 1rpx dashed #f2f2f2;}
  1142. .img-item{padding: 51rpx 82rpx 0 0;}
  1143. .yysz-item::after{width: 26rpx;height: 42rpx;}
  1144. .yysz-img-box{width: 120rpx;height: 120rpx;}
  1145. }
  1146. }
  1147. // 关于我们
  1148. .ezy-about-page{
  1149. width: 100%;height: 100vh;position: relative;display: flex;flex-direction: column;
  1150. .about-body-border{
  1151. width: 95%;display: flex;flex-direction: column;flex: 1;overflow-y: auto;
  1152. padding: 36rpx 0;box-sizing: border-box;margin: 20rpx auto 0;
  1153. position: relative;text-align: justify;border-radius: 16rpx 16rpx 0 0;
  1154. background-color: #fff;box-shadow: 0 4rpx 10rpx rgba(0, 0, 0, 0.1);
  1155. }
  1156. .about-body-box{
  1157. content: "";display: block;background-color: rgba(255, 255, 255, 0.6);border-radius: 0 0 10rpx 10rpx;
  1158. position: absolute;top: 20rpx;left: 20rpx;right: 20rpx;bottom: 30rpx;z-index: 1;
  1159. box-sizing: border-box;padding: 52rpx 24rpx 24rpx;overflow-y: auto;
  1160. }
  1161. .content-top-box{
  1162. display: flex;flex-shrink: 0;font-size: 24rpx;color: #333;
  1163. box-sizing: border-box;padding-bottom: 42rpx;border-bottom: 1px dashed #ccc;
  1164. .about-icon-box{
  1165. width: 192rpx;height: 188rpx;margin-right: 36rpx;
  1166. @include ezy-no-repeat-cover;background-image: url("@/static/images/my/about-icon.png");
  1167. }
  1168. .about-name{
  1169. font-size: 30rpx;margin: 20rpx 0 42rpx;
  1170. }
  1171. .about-text{margin: 16rpx 0;}
  1172. }
  1173. .content-box{
  1174. font-size: 30rpx;margin-top: 32rpx;line-height: 2;color: #333;
  1175. text-align: justify;box-sizing: border-box;padding: 0 10rpx;
  1176. }
  1177. @media (max-height: 600px) {
  1178. .about-body-border{margin: 12rpx auto 150rpx;}
  1179. .about-body-box{padding: 32rpx 20rpx 20rpx;}
  1180. .content-top-box{padding-bottom: 24rpx;}
  1181. .content-box{margin-top: 20rpx;}
  1182. }
  1183. }
  1184. // 资料
  1185. .ezy-ziliao-page{
  1186. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1187. padding-bottom: 100rpx;box-sizing: border-box;
  1188. .zl-card-list{width: 100%;display: flex;flex-direction: column;flex: 1;overflow-y: auto;padding: 12rpx 0 0;}
  1189. .jstx-card-box{
  1190. border-radius: 16rpx;margin: 0 24rpx 32rpx;font-size: 0;
  1191. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);
  1192. .jstx-card-img{width: 100%;border-radius: 16rpx 16rpx 0 0;}
  1193. .jstx-card-title{
  1194. padding: 32rpx 24rpx 42rpx;text-align: center;
  1195. font-size: 32rpx;color: #333;@include single-line-ellipsis;
  1196. }
  1197. }
  1198. @include mediaSmall() {
  1199. padding-bottom: 80rpx;
  1200. .zl-card-list{padding: 4rpx 0 0;}
  1201. .jstx-card-box{
  1202. margin: 0 24rpx 20rpx;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.3);
  1203. .jstx-card-title{padding: 21rpx 16rpx 27rpx;font-size: 22rpx;}
  1204. }
  1205. }
  1206. @include mediaBig() {
  1207. padding-bottom: 180rpx;
  1208. .zl-card-list{padding: 42rpx 0 0;}
  1209. .jstx-card-img{border-radius: 26rpx 26rpx 0 0;}
  1210. .jstx-card-box{
  1211. border-radius: 26rpx;margin: 0 38rpx 52rpx;
  1212. box-shadow: 0 0rpx 10rpx rgba(100, 159, 241, 0.3);
  1213. .jstx-card-title{padding: 51rpx 38rpx 67rpx;font-size: 54rpx;}
  1214. }
  1215. }
  1216. }
  1217. // 资料---数学--计算特训题库下载
  1218. .ezy-jstx-ziliao-page{
  1219. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1220. .jstx-body{
  1221. margin: 48rpx 20rpx 0;position: relative;overflow: unset;padding: 0 24rpx;box-sizing: border-box;
  1222. height: calc(100vh - 160rpx - var(--status-bar-height));
  1223. .jstx-body-title{
  1224. width: 406rpx;height: 77rpx;display: block;overflow-x:auto;
  1225. position: absolute;left: 50%;transform: translateX(-50%);top: -28rpx;z-index: 3;
  1226. @include ezy-no-repeat-cover;background-image: url("@/static/images/common/ziliao/select-dj-img.png");
  1227. }
  1228. .jstx-tab-box{
  1229. width: 100%;height: 64rpx;white-space: nowrap;padding: 0;
  1230. text-align:center;margin: 90rpx 0 0;overflow-x: auto;
  1231. .tab-item{
  1232. height: 64rpx;line-height: 64rpx;margin: 0 16rpx;padding: 0 20rpx;
  1233. color: #333;font-size: 36rpx;display: inline-block;text-align:center;}
  1234. .tab-item:first-child{margin-left: 0;}
  1235. .tab-item:last-child{margin-right: 0;}
  1236. .active{color: #0d7ffc;position: relative;}
  1237. .active::after{
  1238. content: '';width: 100%;height: 4rpx;background-color: #0d7ffc;
  1239. position: absolute;bottom: 0;left: 0;border-radius: 4rpx;
  1240. }
  1241. }
  1242. .jstx-card-list{
  1243. padding: 24rpx 0 0;overflow-y: auto;flex: 1;
  1244. .ziliao-card-box{
  1245. display: flex;align-items: center;justify-content: space-between;box-sizing: border-box;
  1246. background-color: #f3f3f3;padding: 20rpx;margin-bottom: 24rpx;border-radius: 16rpx;
  1247. .card-img{width: 150rpx;height: 150rpx;flex-shrink: 0;margin-right: 24rpx;}
  1248. .card-content-box{
  1249. flex: 1;line-height: 1.6;
  1250. .ziliao-name{font-size: 32rpx;color: #333;@include single-line-ellipsis;margin-bottom: 10rpx;}
  1251. .banben-name{font-size: 28rpx;color: #0d7ffc;@include single-line-ellipsis;}
  1252. }
  1253. .card-icon{
  1254. width: 58rpx;height: 62rpx;flex-shrink: 0;
  1255. @include ezy-no-repeat-cover;background-image: url("@/static/images/common/ziliao/jstx-pdf.png");
  1256. }
  1257. }
  1258. }
  1259. }
  1260. @include mediaSmall() {
  1261. .jstx-body{
  1262. margin-top: 31rpx;padding: 0 16rpx;
  1263. height: calc(100vh - 104rpx - var(--status-bar-height));
  1264. .jstx-body-title{width: 264rpx;height: 50rpx;top: -19rpx;}
  1265. .jstx-tab-box{
  1266. height: 42rpx;margin: 60rpx 0 0;font-size: 0;
  1267. .tab-item{height: 42rpx;line-height: 42rpx;margin: 0 20rpx;padding: 0 27rpx;font-size: 22rpx;}
  1268. .active::after{height: 3rpx;}
  1269. }
  1270. .jstx-card-list{
  1271. padding: 16rpx 0 0;
  1272. .ziliao-card-box{
  1273. padding: 10rpx;margin-bottom: 16rpx;border-radius: 10rpx;
  1274. .card-img{width: 82rpx;height: 82rpx;margin-right: 16rpx;}
  1275. .card-content-box{
  1276. .ziliao-name{font-size: 22rpx;margin-bottom: 7rpx;}
  1277. .banben-name{font-size: 20rpx;}
  1278. }
  1279. .card-icon{width: 40rpx;height: 42rpx;margin-right: 12rpx;}
  1280. }
  1281. }
  1282. }
  1283. }
  1284. @include mediaBig() {
  1285. .jstx-body{
  1286. margin: 76rpx 42rpx;padding: 0 38rpx;
  1287. height: calc(100vh - 256rpx - var(--status-bar-height));
  1288. .jstx-body-title{width: 650rpx;height: 123rpx;top: -45rpx;}
  1289. .jstx-tab-box{
  1290. height: 102rpx;margin: 144rpx 0 0;
  1291. .tab-item{height: 102rpx;line-height: 102rpx;margin: 0 60rpx;padding: 0 77rpx;font-size: 54rpx;}
  1292. .active::after{height: 6rpx;}
  1293. }
  1294. .jstx-card-list{
  1295. padding: 38rpx 0 0;
  1296. .ziliao-card-box{
  1297. padding: 28rpx;margin-bottom: 38rpx;border-radius: 26rpx;
  1298. .card-img{width: 210rpx;height: 210rpx;margin-right: 38rpx;}
  1299. .card-content-box{
  1300. .ziliao-name{font-size: 54rpx;margin-bottom: 16rpx;}
  1301. .banben-name{font-size: 46rpx;}
  1302. }
  1303. .card-icon{width: 112rpx;height: 120rpx;}
  1304. }
  1305. }
  1306. }
  1307. }
  1308. }
  1309. // 资料下载弹窗
  1310. .sxtk-sc-dialog{
  1311. .tip-title{color: #343434;font-size: 38rpx;margin-bottom: 24rpx;}
  1312. .tip-content-box{
  1313. width: 625rpx;height: 587rpx;padding: 42rpx 48rpx;
  1314. background-image: url("@/static/images/my/tk-dialog-bj.png");
  1315. @include ezy-no-repeat-cover;box-sizing: border-box;text-align:center;
  1316. }
  1317. .tip-content{
  1318. display: flex;align-items: center;
  1319. min-height: 260rpx;text-align: justify;border-bottom: 1px dashed #70cbf4;
  1320. margin-bottom: 30rpx;color: #666;font-size: 32rpx;padding-bottom: 32rpx;
  1321. border-bottom: 1px dashed #70cbf4;line-height: 1.8;}
  1322. @include mediaSmall() {
  1323. .tip-title{font-size: 24rpx;margin-bottom: 16rpx;}
  1324. .tip-content-box{width: 406rpx;height: 382rpx;padding: 27rpx 31rpx;}
  1325. .tip-content{min-height: 169rpx;margin-bottom: 20rpx;font-size: 20rpx;padding-bottom: 20rpx;}
  1326. }
  1327. @include mediaBig() {
  1328. .tip-title{font-size: 54rpx;margin-bottom: 38rpx;}
  1329. .tip-content-box{width: 1000rpx;height: 939rpx;padding: 67rpx 77rpx;}
  1330. .tip-content{min-height: 416rpx;margin-bottom: 48rpx;font-size: 46rpx;padding-bottom: 46rpx;}
  1331. }
  1332. }
  1333. // 订单
  1334. .ezy-order-page{
  1335. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1336. .order-scroll-view{overflow-y: auto;}
  1337. .order-body{padding: 0;}
  1338. .order-card-box{
  1339. border-radius: 16rpx;margin: 32rpx 24rpx 0;padding: 24rpx;
  1340. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);
  1341. .card-head-box{
  1342. display: flex;align-items: center;justify-content: space-between;line-height: 1.6;
  1343. .head-name{font-size: 30rpx;color: #333;font-weight: bold;}
  1344. .head-status{font-size: 28rpx;color: #666;}
  1345. }
  1346. .card-body-box{
  1347. display: flex;margin-top: 16rpx;
  1348. .order-img{width: 200rpx;height: 280rpx;flex-shrink: 0;border-radius: 16rpx;}
  1349. .body-right-box{
  1350. margin-left: 24rpx;flex: 1;
  1351. .body-title{font-size: 34rpx;color: #333;font-weight: bold;margin-bottom: 32rpx;}
  1352. .taocan-text{font-size: 26rpx;color: #666;margin-bottom: 24rpx; @include multi-line-ellipsis(2);}
  1353. .tip-text{font-size: 26rpx;color: #16a245;margin-bottom: 24rpx;}
  1354. .money-text{font-size: 42rpx;color: #333;text-align: right;font-weight: normal;}
  1355. }
  1356. }
  1357. }
  1358. }
  1359. // 产品商城
  1360. .ezy-shop-page{
  1361. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1362. .shop-card-list{overflow-y: auto;flex: 1;padding: 12rpx 0 0;}
  1363. .shop-card-box{
  1364. border-radius: 16rpx;margin: 0 24rpx 32rpx;padding: 32rpx;
  1365. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);display: flex;
  1366. .shop-img{width: 200rpx;height: 280rpx;flex-shrink: 0;border-radius: 16rpx;}
  1367. .card-right-box{
  1368. margin-left: 24rpx;display: flex;flex-direction: column;justify-content: space-between;
  1369. .card-title{font-size: 34rpx;color: #333;font-weight: bold;margin-bottom: 24rpx;margin-top: 6rpx;}
  1370. .card-content{font-size: 28rpx;color: #666;text-align: justify;margin-bottom: 24rpx;@include multi-line-ellipsis(3);line-height: 1.6;}
  1371. .card-price{font-size: 34rpx;color: #ff0202;font-weight: bolder;}
  1372. }
  1373. }
  1374. @include mediaSmall() {
  1375. .shop-card-list{padding: 4rpx 0 0;}
  1376. .shop-card-box{
  1377. border-radius: 10rpx;margin: 0 16rpx 21rpx;padding: 21rpx;
  1378. box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.3);
  1379. .shop-img{width: 110rpx;height: 154rpx;border-radius: 10rpx;}
  1380. .card-right-box{
  1381. margin-left: 16rpx;
  1382. .card-title{font-size: 22rpx;margin-bottom: 16rpx;margin-top: 2rpx;}
  1383. .card-content{font-size: 20rpx;margin-bottom: 16rpx;line-height: 1.6;@include multi-line-ellipsis(2);}
  1384. .card-price{font-size: 22rpx;}
  1385. }
  1386. }
  1387. }
  1388. @include mediaBig() {
  1389. .shop-card-list{padding: 42rpx 0 0;}
  1390. .shop-card-box{
  1391. border-radius: 26rpx;margin: 0 38rpx 51rpx;padding: 51rpx;
  1392. box-shadow: 0 0rpx 10rpx rgba(100, 159, 241, 0.3);
  1393. .shop-img{width: 240rpx;height: 336rpx;border-radius: 26rpx;}
  1394. .card-right-box{
  1395. margin-left: 38rpx;
  1396. .card-title{font-size: 54rpx;margin-bottom: 16rpx;margin-top: 4rpx;}
  1397. .card-content{font-size: 45rpx;margin-bottom: 16rpx;line-height: 1.8;}
  1398. .card-price{font-size: 54rpx;}
  1399. }
  1400. }
  1401. }
  1402. }
  1403. // 产品商城详情
  1404. .ezy-shop-info-page{
  1405. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1406. .shop-info-body{
  1407. flex: 1;position: relative;z-index: 2;background-color: #fff;
  1408. display: flex;flex-direction: column;overflow: hidden;
  1409. .img-content-box{
  1410. flex: 1;overflow-y: auto;
  1411. img{width: 100%;margin: 0 auto;display: block;}
  1412. }
  1413. .fx-btn-row{
  1414. flex-shrink: 0;display: flex;align-items: center;justify-content: space-between;padding: 24rpx;
  1415. box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.6);box-sizing: border-box;background-color: #f9f9f9;
  1416. .fx-btn{
  1417. width:200rpx;color: #444;font-size: 30rpx;
  1418. display: flex;flex-direction: column;align-items: center;justify-content: center;
  1419. }
  1420. .fx-icon{
  1421. width: 43rpx;height: 38rpx;margin-bottom: 6rpx;
  1422. @include ezy-no-repeat-cover;background-image: url("@/static/images/common/shop/fx-icon.png");
  1423. }
  1424. .bmxx-btn{
  1425. width: 492rpx;height: 88rpx;line-height: 88rpx;color:#fff;font-size: 32rpx;text-align: center;
  1426. @include ezy-no-repeat-cover;background-image: url("@/static/images/common/shop/bmxx-btn.png");
  1427. }
  1428. }
  1429. }
  1430. @include mediaSmall() {
  1431. .shop-info-body{
  1432. .fx-btn-row{
  1433. padding: 10rpx;box-shadow: 0 5rpx 16rpx rgba(0, 0, 0, 0.6);
  1434. .fx-btn{width: 120rpx;font-size: 20rpx;}
  1435. .fx-icon{width: 27rpx;height: 25rpx;margin-bottom: 2rpx;}
  1436. .bmxx-btn{width: 248rpx;height: 44rpx;line-height: 44rpx;font-size: 20rpx;margin-right: 42rpx;@include ezy-no-repeat-contain;}
  1437. }
  1438. }
  1439. }
  1440. @include mediaBig() {
  1441. .shop-info-body{
  1442. .fx-btn-row{
  1443. padding: 36rpx;box-shadow: 0 12rpx 36rpx rgba(0, 0, 0, 0.6);
  1444. .fx-btn{width: 300rpx;font-size: 46rpx;}
  1445. .fx-icon{width: 75rpx;height: 67rpx;margin-bottom: 9rpx;}
  1446. .bmxx-btn{width: 736rpx;height: 132rpx;line-height: 132rpx;font-size: 54rpx;}
  1447. }
  1448. }
  1449. }
  1450. }
  1451. // 确认订单
  1452. .ezy-qrdd-page{
  1453. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1454. .qrdd-body-box{
  1455. flex: 1;position: relative;z-index: 2;
  1456. display: flex;flex-direction: column;
  1457. overflow-y: auto;
  1458. }
  1459. .dd-item-box{
  1460. width: 731rpx;height:356rpx;@include ezy-no-repeat-cover;
  1461. background-image: url("@/static/images/shop/order-bj.png");
  1462. position: relative;z-index: 1;box-sizing: border-box;padding: 26rpx 36rpx;
  1463. display: flex;align-items: center;margin:0 auto 16rpx;flex-shrink: 0;
  1464. .item-img-box{width: 210rpx;height: 285rpx;border-radius: 12rpx;margin-right: 24rpx;flex-shrink: 0;}
  1465. .item-content-box{
  1466. display: flex;flex-direction: column;justify-content: space-between;line-height: 1.5;
  1467. .item-name{color: #333;font-size: 34rpx;font-weight: bolder;margin-bottom: 10rpx;}
  1468. .item-intro{color: #444;font-size: 28rpx;@include multi-line-ellipsis(4);margin-bottom: 10rpx;}
  1469. .item-xianjia{color: #ff0000;font-size: 34rpx;font-weight: bolder;}
  1470. }
  1471. }
  1472. // border-box
  1473. .qrdd-border-box{
  1474. width: 713rpx;margin:0 auto;border-radius: 20rpx;
  1475. box-shadow: 0 0rpx 16rpx rgba(100, 159, 241, 0.2);
  1476. box-sizing: border-box;padding: 0 24rpx 16rpx;margin-bottom: 24rpx;
  1477. position: relative;z-index: 2;background-color: #fff;flex-shrink: 0;
  1478. // 课程学习等级
  1479. .kcxxdj-title{color: #454545;font-size: 30rpx;font-weight: bolder;padding: 16rpx 0;}
  1480. .kcxxdj-tc-box{
  1481. width: 100%;background-color: #f9fafc;border-radius: 20rpx;
  1482. display: flex;flex-direction: row;align-items: center;flex-wrap: wrap;
  1483. box-sizing: border-box;padding: 16rpx 0;
  1484. .tc-item{
  1485. min-width:76rpx;min-height: 76rpx;box-sizing: border-box;
  1486. text-align: center;border: 1rpx solid #666;border-radius: 20rpx;
  1487. font-size: 30rpx;line-height: 1; color: #666;
  1488. padding: 20rpx 6rpx;margin: 16rpx 0 16rpx 16rpx;
  1489. }
  1490. .active{background-color: #2b9bfd;color: #fff;border: 1rpx solid #1280e1;}
  1491. }
  1492. // 商品总价
  1493. .border-row{
  1494. display: flex;justify-content: space-between;
  1495. font-size: 32rpx;color: #444;padding: 32rpx 0;
  1496. border-bottom:1rpx dashed #f1f1f1;
  1497. .jg-text{color: #ff0000;}
  1498. }
  1499. .border-row:last-child{border: 0;}
  1500. .sum-row{justify-content: flex-end;}
  1501. .sum-text{margin-right: 32rpx;}
  1502. // 支付方式
  1503. .zzfs-name-box{
  1504. display: flex;align-items: center;
  1505. icon{width: 53rpx;height: 53rpx;@include ezy-no-repeat-cover;margin-right: 16rpx;}
  1506. .wechat-icon{background-image: url("@/static/images/shop/wx-icon.png");}
  1507. .alipay-icon{background-image: url("@/static/images/shop/zfb-icon.png");}
  1508. }
  1509. }
  1510. .qrdd-footer-box{
  1511. flex-shrink: 0;display: flex;align-items: center;justify-content: space-between;padding: 24rpx;
  1512. box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.4);box-sizing: border-box;background-color: #f9f9f9;
  1513. .jg-box{color: #ff0000;}
  1514. .sum-row{display: flex;align-items: center;}
  1515. .xj-text-text{font-weight: bolder;font-size: 42rpx;}
  1516. .sum-text{font-size: 32rpx;color: #333;}
  1517. .yh-text{font-size: 28rpx;margin-top: 6rpx;}
  1518. .ljzf-btn{
  1519. width: 279rpx;height: 88rpx;line-height: 88rpx;color:#fff;font-size: 32rpx;text-align: center;
  1520. @include ezy-no-repeat-cover;background-image: url("@/static/images/shop/pay-btn.png");
  1521. }
  1522. }
  1523. }
  1524. // 手机号快捷登录弹窗
  1525. .sjh-kjdl-dialog{
  1526. .sjh-kjdl-content-box{display: flex;flex-direction: column;align-items: center;}
  1527. .kjdl-btn{
  1528. width: 496rpx;height: 88rpx;line-height: 88rpx;color: #fff;font-size: 36rpx;margin: 32rpx 0;
  1529. @include ezy-no-repeat-cover;background-image: url("@/static/images/shop/ksdl-btn.png");
  1530. }
  1531. .ykkt-text{color: #333;font-size: 32rpx;}
  1532. @include mediaSmall() {
  1533. .kjdl-btn{width: 322rpx;height: 57rpx;line-height: 57rpx;font-size: 22rpx;margin: 21rpx 0;}
  1534. .ykkt-text{font-size: 20rpx;}
  1535. }
  1536. @include mediaBig() {
  1537. .kjdl-btn{width: 794rpx;height: 141rpx;line-height: 141rpx;font-size: 54rpx;margin: 51rpx 0;}
  1538. .ykkt-text{font-size: 46rpx;}
  1539. }
  1540. }
  1541. // 兑换码
  1542. .ezy-dhm-page{
  1543. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1544. .dhm-body{
  1545. width: 95%;margin: 20rpx auto 0;box-sizing: border-box;padding: 36rpx;
  1546. .dhm-head-box{
  1547. width: 100%;padding: 12rpx 0 56rpx;box-sizing: border-box;
  1548. display: flex;align-items: center;color: #333;line-height: 1.6;
  1549. .head-img-box{width: 126rpx;height: 126rpx;margin: 0 24rpx 0 12rpx;@include ezy-no-repeat-cover;border-radius: 50%;}
  1550. .head-content-box{font-size: 32rpx;}
  1551. }
  1552. .duihuan-input-box{
  1553. width: 100%;height: 100rpx;border: 1rpx solid #dfdfdf;border-radius: 16rpx;
  1554. display: flex;align-items: center;
  1555. .duihuan-input{width: 82%;color: #333;height: 98rpx;line-height: 98rpx;}
  1556. .uni-input-placeholder {font-size: 34rpx;color: #acacae;}
  1557. .duihuan-prefix-icon {
  1558. width: 56rpx;height: 56rpx;margin:0 32rpx 0 16rpx;@include ezy-no-repeat-cover;
  1559. background-image: url("@/static/images/common/my/two-code.png");position: relative;
  1560. font-weight: normal;display: flex;align-items: center;justify-content: space-between;flex-shrink: 0;
  1561. }
  1562. .duihuan-prefix-icon::after{
  1563. content: '';width: 1rpx;height: 56rpx;display: inline-block;background-color: #dfdfdf;
  1564. position: absolute;bottom: 0;right: -16rpx;
  1565. }
  1566. }
  1567. .duihuan-confirm-btn{
  1568. width: 100%;height: 92rpx;line-height: 92rpx;text-align: center;font-size:32rpx;
  1569. margin-top: 42rpx;@include ezy-no-repeat-contain;font-weight: bold;
  1570. background-image: url("@/static/images/common/login/login-btn-bj.png");color:#fff;
  1571. }
  1572. }
  1573. @include mediaSmall() {
  1574. .dhm-body{
  1575. margin: 13rpx auto 0;padding: 23rpx;
  1576. .dhm-head-box{
  1577. padding: 8rpx 0 36rpx;
  1578. .head-img-box{width: 100rpx;height: 100rpx;margin: 0 16rpx 0 8rpx;}
  1579. .head-content-box{font-size: 22rpx;}
  1580. }
  1581. .duihuan-input-box{
  1582. height: 65rpx;border-radius: 10rpx;
  1583. .duihuan-input{width: 86%;font-size: 20rpx;}
  1584. .uni-input-placeholder{font-size: 20rpx;}
  1585. .duihuan-prefix-icon {width: 36rpx;height: 36rpx;margin:0 21rpx 0 10rpx;}
  1586. .duihuan-prefix-icon::after{height: 36rpx;right: -10rpx;}
  1587. }
  1588. .duihuan-confirm-btn{height: 53rpx;line-height: 53rpx;font-size: 20rpx;margin-top: 27rpx;
  1589. background-image: url("@/static/images/pad/common/btn-bj.png");}
  1590. }
  1591. }
  1592. @include mediaBig() {
  1593. .dhm-body{
  1594. margin: 32rpx auto 0;padding: 58rpx;
  1595. .dhm-head-box{
  1596. width: 1820rpx;padding: 19rpx 0 90rpx;margin: 0 auto;
  1597. .head-img-box{width: 260rpx;height: 260rpx;margin: 0 38rpx 0 19rpx;}
  1598. .head-content-box{font-size: 54rpx;}
  1599. }
  1600. .duihuan-input-box{
  1601. width: 1820rpx;height: 160rpx;border-radius: 30rpx;margin: 0 auto;
  1602. .duihuan-input{width: 88%;font-size: 54rpx;}
  1603. .uni-input-placeholder {font-size: 54rpx;}
  1604. .duihuan-prefix-icon {width: 90rpx;height: 90rpx;margin:0 51rpx 0 26rpx;}
  1605. .duihuan-prefix-icon::after{height: 90rpx;right: -26rpx;}
  1606. }
  1607. .duihuan-confirm-btn{width: 1820rpx;
  1608. height: 147rpx;line-height: 147rpx;font-size: 54rpx;margin: 67rpx auto 0;}
  1609. }
  1610. }
  1611. }