pages.scss 66 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707
  1. /***** 这里放页面样式 *****/
  2. // 课程完成
  3. .course-finish-dialog{
  4. width: 750rpx;height: 1250rpx;@include ezy-no-repeat-cover;
  5. background-image: url("@/static/images/course/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/course/fh-btn.png");}
  11. .continue-btn{background-image: url("@/static/images/course/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/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/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/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/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/login/login-wx-btn.jpg");}
  116. .yk-btn icon{background-image: url("@/static/images/login/login-yk-btn.jpg");}
  117. .apple-btn icon{background-image: url("@/static/images/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/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/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/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. view{margin: 8rpx 0;}
  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. .xx-progress{border-radius: 40rpx;overflow: hidden;margin-top: 10rpx;}
  608. .jxxx-btn{
  609. width: 177rpx;height: 89rpx;@include ezy-no-repeat-cover;margin-right: 24rpx;
  610. background-image: url("@/static/images/common/xuexi/jx-xx-btn.png");
  611. }
  612. }
  613. }
  614. .xxjl-card-box::before{
  615. content: '学习记录';width: 289rpx;height: 77rpx;line-height: 77rpx;@include ezy-no-repeat-cover;
  616. background-image: url("@/static/images/common/xuexi/xx-jl-bj.png");display: block;
  617. position: absolute;top: -28rpx;text-align: center;color: #fff;font-size: 34rpx;
  618. }
  619. // 学习进度
  620. .xx-jd-box{
  621. border-radius: 16rpx;margin: 0 24rpx 32rpx;padding: 32rpx;
  622. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);
  623. .xx-progress-btn-box{
  624. width: 100%;
  625. display: flex;align-items: center;justify-content: space-between;
  626. }
  627. .xx-progress-box{
  628. flex: 1;font-size: 32rpx;color: #333;margin-right: 42rpx;
  629. .xx-progress{border-radius: 20rpx;overflow: hidden;margin-top: 16rpx;}
  630. }
  631. .jxxx-btn{
  632. width: 217rpx;height: 85rpx;display: block;@include ezy-no-repeat-cover;
  633. background-image: url("@/static/images/xuexi/jxxx-icon.png");flex-shrink: 0;
  634. }
  635. //学习进度按钮
  636. .jd-item-box{
  637. display: flex;border-top: 1rpx dashed #97dbf8;margin-top: 32rpx;padding-top: 32rpx;
  638. icon{width:54rpx;height: 54rpx;@include ezy-no-repeat-cover;
  639. position: relative;margin-right: 52rpx;}
  640. icon::before{
  641. content: '';width: 1rpx;height: 70rpx;background-color: #fff;display: block;
  642. position: absolute;right: -24rpx;top: -10rpx;
  643. }
  644. .dydg-icon{background-image: url("@/static/images/xuexi/dy-dg-icon.png");}
  645. .dyml-icon{background-image: url("@/static/images/xuexi/kc-ml-icon.png");}
  646. .jd-item-btn{
  647. background-color: #ddf7ff;border-radius: 16rpx;flex: 1;text-align: center;
  648. box-sizing: border-box;padding: 24rpx;display: flex;align-items: center;}
  649. .jd-item-btn:first-child{margin-right: 24rpx;}
  650. }
  651. }
  652. // 学习目录
  653. .xx-item-list{
  654. padding-bottom: 24rpx;
  655. .xx-item-title{text-align: center;margin: 32rpx 0;font-size: 32rpx;color: #444;}
  656. .xx-more-btn{
  657. width: 630rpx;height: 89rpx;@include ezy-no-repeat-cover;margin: 0 auto 32rpx;
  658. background-image: url("@/static/images/xuexi/more-btn.png");
  659. }
  660. .xx-item-box{
  661. width: 691rpx;height: 172rpx;
  662. display: flex;align-items: center;justify-content: space-between;color: #4b4b4b;;
  663. margin: 0 auto 24rpx;box-sizing: border-box;padding: 20rpx;border-radius: 12rpx;
  664. line-height: 1.5;font-size: 32rpx;position: relative;@include ezy-no-repeat-cover;
  665. background-image: url("@/static/images/common/xuexi/xx-ml-bj.png");
  666. img{width: 120rpx;height: 120rpx;border-radius: 12rpx;margin-right: 24rpx;}
  667. .xx-item-status{
  668. width: 89rpx;height: 87rpx;@include ezy-no-repeat-cover;
  669. position: absolute;top:2rpx;left: 0;
  670. }
  671. .completed-status{background-image: url("@/static/images/common/xuexi/xw-status.png");}
  672. .xx-text-box{flex: 1;}
  673. .xx-item-btn,.xx-item-lock-btn{width: 77rpx;height: 77rpx;@include ezy-no-repeat-cover;}
  674. .xx-item-btn{background-image: url("@/static/images/common/xuexi/xx-ml-play-icon.png");}
  675. .xx-item-lock-btn{background-image: url("@/static/images/common/xuexi/xx-ml-lock-icon.png");}
  676. }
  677. .xx-disabled-item-box{
  678. background-image: url("@/static/images/common/xuexi/xx-ml-disabled-bj.png");
  679. }
  680. }
  681. .xx-next-btn{
  682. width: 655rpx;height: 92rpx;line-height: 92rpx;margin: 32rpx auto;
  683. font-size: 32rpx;color: #fff;text-align: center;@include ezy-no-repeat-cover;
  684. background-image: url("@/static/images/login/login-btn-bj.png");
  685. }
  686. .xx-xw-text{text-align: center;font-size: 32rpx;color: #666;margin: 32rpx auto;}
  687. // 回到顶部
  688. .go-top-btn{
  689. width: 77rpx;height: 77rpx;@include ezy-no-repeat-cover;
  690. background-image: url("@/static/images/xuexi/go-top-btn.png");
  691. position: fixed;z-index: 9;bottom: 300rpx;right:10rpx;
  692. }
  693. @include mediaSmall() {
  694. .xuexi-page-body{padding:0 0 65rpx;}
  695. .xxjl-card-box-padding{padding-top: 42rpx;}
  696. .item-dy-box{margin-bottom: 16rpx;
  697. .dy-left-box{width: 135rpx;height: 71rpx;font-size: 42rpx;padding:0 16rpx;
  698. background-image: url("@/static/images/pad/xuexi/xx-ml-left.png");}
  699. .dy-left-box::after{width: 21rpx;height: 22rpx;}
  700. .dy-right-box{
  701. width: 580rpx;height: 71rpx;padding:0 16rpx;font-size: 18rpx;
  702. background-image: url("@/static/images/pad/xuexi/xx-ml-right.png");
  703. .right-content{height: 59rpx;}
  704. .dy-name{font-size: 22rpx;margin-bottom: 4rpx;}
  705. }
  706. }
  707. .item-fixed{padding: 16rpx 0;border-radius: 10rpx 10rpx 0 0;}
  708. .xxjl-card-box{
  709. width: 715rpx;margin: 0 auto 16rpx;padding: 47rpx 16rpx 16rpx 16rpx;
  710. border-radius: 10rpx;position: relative;
  711. .card-body-box{
  712. img{width: 124rpx;height: 157rpx;border-radius: 10rpx;}
  713. .body-right{
  714. margin-left: 16rpx;font-size: 20rpx;view{margin: 5rpx 0;}
  715. .right-name{font-size: 22rpx;}
  716. .right-item{width: 50%;display: inline-block;vertical-align: middle;}
  717. .right-item-mini{width: 40%;}
  718. }
  719. }
  720. .card-progress-box{
  721. position: absolute;bottom: 12rpx;left:140rpx;right: 10rpx;
  722. .xx-progress-box{margin-right: 42rpx;font-size: 18rpx;}
  723. .xx-progress{margin-top: 0;}
  724. .progress-title{display: none;}
  725. .jxxx-btn{width: 104rpx;height: 50rpx;margin-right: 16rpx;}
  726. }
  727. }
  728. .xxjl-card-box::before{width: 188rpx;height: 50rpx;line-height: 50rpx;top: -18rpx;font-size: 22rpx;}
  729. .xx-jd-box{border-radius: 10rpx;margin: 0 16rpx 21rpx;padding: 21rpx;
  730. .xx-progress-box{font-size: 21rpx;margin-right: 27rpx;
  731. .xx-progress{margin-top: 10rpx;}}
  732. .jxxx-btn{width: 141rpx;height: 55rpx;}
  733. .jd-item-box{margin-top: 21rpx;padding-top: 21rpx;
  734. icon{width: 35rpx;height: 35rpx;margin-right: 34rpx;}
  735. icon::before{height: 46rpx;right: -16rpx;top: -7rpx;}
  736. .jd-item-btn{border-radius: 10rpx;padding: 16rpx;}
  737. .jd-item-btn:first-child{margin-right: 16rpx;}
  738. }
  739. }
  740. .xx-item-list{
  741. padding-bottom: 16rpx;
  742. .xx-item-title{margin: 20rpx 0;font-size: 20rpx;}
  743. .xx-more-btn{width: 410rpx;height: 58rpx;margin: 0 auto 21rpx;}
  744. .xx-item-box{width: 715rpx;height: 92rpx;margin: 0 auto 16rpx;padding: 10rpx;border-radius: 12rpx;font-size: 21rpx;
  745. img{width: 72rpx;height: 72rpx;border-radius: 8rpx;margin-right: 16rpx;}
  746. .xx-item-status{width: 58rpx;height: 57rpx;top:1rpx;}
  747. .xx-item-btn,.xx-item-lock-btn{width: 50rpx;height: 50rpx;margin-right: 12rpx;}
  748. }
  749. }
  750. .xx-next-btn{width: 426rpx;height: 60rpx;line-height: 60rpx;margin: 21rpx auto;font-size: 21rpx;}
  751. .xx-xw-text{font-size: 21rpx;margin: 21rpx auto;}
  752. .go-top-btn{width: 50rpx;height: 50rpx;bottom: 195rpx;right:7rpx;}
  753. }
  754. @include mediaBig() {
  755. .xuexi-page-body{padding:0 0 160rpx;}
  756. .xxjl-card-box-padding{padding-top: 102rpx;}
  757. .item-dy-box{
  758. margin-bottom: 38rpx;
  759. .dy-left-box{width: 363rpx;height: 194rpx;font-size: 102rpx;padding:0 38rpx;}
  760. .dy-left-box::after{width: 51rpx;height: 54rpx;}
  761. .dy-right-box{
  762. width: 1577rpx;height: 194rpx;padding:0 38rpx;font-size: 46rpx;
  763. .right-content{height: 144rpx;}
  764. .dy-name{font-size: 54rpx;margin-bottom: 10rpx;}
  765. }
  766. }
  767. .item-fixed{padding: 38rpx 0;border-radius: 26rpx 26rpx 0 0;}
  768. .xxjl-card-box{
  769. width: 1940rpx;margin: 0 auto 38rpx;padding: 115rpx 38rpx 38rpx 38rpx;
  770. border-radius: 26rpx;position: relative;
  771. .card-body-box{
  772. img{width: 304rpx;height: 387rpx;border-radius: 26rpx;}
  773. .body-right{
  774. margin-left: 38rpx;font-size: 46rpx;view{margin: 13rpx 0;}
  775. .right-name{font-size: 54rpx;}
  776. .right-item{width: 50%;display: inline-block;vertical-align: middle;}
  777. .right-item-mini{width: 40%;}
  778. }
  779. }
  780. .card-progress-box{
  781. position: absolute;bottom: 36rpx;left:360rpx;right: 16rpx;
  782. .xx-progress-box{margin-right: 102rpx;font-size: 45rpx;}
  783. .xx-progress{margin-top: 0;}
  784. .progress-title{display: none;}
  785. .jxxx-btn{width: 263rpx;height: 122rpx;margin-right: 38rpx;}
  786. }
  787. }
  788. .xxjl-card-box::before{width: 462rpx;height: 123rpx;line-height: 123rpx;top: -45rpx;font-size: 54rpx;}
  789. .xx-jd-box{
  790. border-radius: 26rpx;margin: 0 38rpx 51rpx;padding: 51rpx;
  791. .xx-progress-box{
  792. margin-right: 67rpx;
  793. .xx-progress{margin-top: 26rpx;}
  794. }
  795. .jxxx-btn{width: 347rpx;height: 136rpx;}
  796. .jd-item-box{
  797. margin-top: 51rpx;padding-top: 51rpx;
  798. icon{width: 86rpx;height: 86rpx;margin-right: 83rpx;}
  799. icon::before{height: 112rpx;right: -38rpx;top: -16rpx;}
  800. .jd-item-btn{border-radius: 26rpx;padding: 38rpx;}
  801. .jd-item-btn:first-child{margin-right: 38rpx;}
  802. }
  803. }
  804. .xx-item-list{
  805. padding-bottom: 38rpx;
  806. .xx-item-title{margin: 51rpx 0;font-size: 46rpx;}
  807. .xx-more-btn{width: 1008rpx;height: 142rpx;margin: 0 auto 51rpx;}
  808. .xx-item-box{width: 1940rpx;height: 220rpx;margin: 0 auto 38rpx;padding: 32rpx;border-radius: 19rpx;font-size: 46rpx;
  809. img{width: 192rpx;height: 192rpx;border-radius: 19rpx;margin-right: 38rpx;}
  810. .xx-item-status{width: 142rpx;height: 139rpx;top:3rpx;}
  811. .xx-item-btn,.xx-item-lock-btn{width: 123rpx;height: 123rpx;margin-right: 19rpx;}
  812. }
  813. }
  814. .xx-next-btn{width: 1048rpx;height: 147rpx;line-height: 147rpx;margin: 51rpx auto;font-size: 51rpx;}
  815. .xx-xw-text{font-size: 51rpx;margin: 51rpx auto;}
  816. .go-top-btn{width: 123rpx;height: 123rpx;bottom: 480rpx;right:16rpx;}
  817. }
  818. }
  819. // 答案解析
  820. .ezy-dajx-page{
  821. width: 100%;height: 100vh;position: relative;display: flex;flex-direction: column;
  822. .shiti-frame-box{overflow-y: auto;}
  823. .dajx-video-box{width: 95%;}
  824. .dajx-content-box{
  825. width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;overflow-y: auto;
  826. .slfx-title,.spjj-title{
  827. width: 231rpx;height: 63rpx;@include ezy-no-repeat-cover;margin-bottom: 16rpx;
  828. }
  829. .slfx-title{background-image: url("@/static/images/exam/slfx-title.png");}
  830. .spjj-title{background-image: url("@/static/images/exam/spjj-title.png");}
  831. .slfx-content{
  832. font-size: 32rpx;color: #333;line-height: 1.6;margin-bottom: 42rpx;
  833. box-sizing: border-box;padding: 0 20rpx;word-wrap: break-word;word-break: break-all;
  834. display: block;@include ezy-rich-text;
  835. }
  836. }
  837. }
  838. // 看视频
  839. .ezy-ksp-page{
  840. width: 100%;height: 100vh;display: flex;flex-direction: column;
  841. .ksp-tab-box{
  842. flex-shrink:0;display: flex;justify-content: space-evenly;border-bottom: 1rpx solid #b7defd;
  843. .tab-item{color: #9a9a9a;font-size: 34rpx;padding: 16rpx 24rpx;}
  844. .active{color: #5895f7;border-bottom: 4rpx solid #1684fc;}
  845. }
  846. .ksp-scroll-view{overflow-y: auto;}
  847. .ksp-page-body{padding: 24rpx 0 0;}
  848. .ksp-video-box{
  849. width: 95%;height: 423rpx;padding: 8px;box-sizing: border-box;
  850. border-radius: 16rpx;margin:32rpx auto;flex-shrink: 0;
  851. .prism-big-play-btn{
  852. width: 100rpx;height: 100rpx;opacity: 0.8;
  853. background-image: url("@/static/images/xuexi/play-btn.png");
  854. }
  855. }
  856. .ksp-item-list{
  857. width: 95%;margin: 12rpx auto 24rpx;border-radius: 16rpx;position: relative;
  858. background-color: #5894f6;padding: 20rpx 0;box-sizing: border-box;
  859. box-shadow: 0 0rpx 12rpx rgba(100, 159, 241, 0.4);
  860. }
  861. .ksp-item-list::before{
  862. content: '';width: 100%;height: 97rpx;@include ezy-no-repeat-cover;
  863. background-image: url("@/static/images/xuexi/ksp-item-top-bj.png");
  864. position: absolute;left: 0;right: 0;top: 0;z-index: 1;
  865. }
  866. .list-head{
  867. width: 95%;display: flex;align-items: center;justify-content: space-between;
  868. position: relative;z-index: 2;padding:0 0 24rpx;margin: 0 auto;
  869. .list-title{color: #fff;font-size: 36rpx;}
  870. .list-btn{
  871. width: 210rpx;height: 72rpx;@include ezy-no-repeat-cover;
  872. background-image: url("@/static/images/xuexi/ksp-video-play.png");
  873. }
  874. }
  875. .list-body{
  876. width: 95%;position: relative;z-index: 2;border-radius: 16rpx;
  877. padding: 16rpx;box-sizing: border-box;margin: 0 auto;
  878. color: #444;font-size: 32rpx;background-color: #fff;
  879. img{max-width: 100%;margin: 10rpx auto 0;display: block;}
  880. }
  881. .ksp-item-box{
  882. width: 670rpx;height: 150rpx;
  883. display: flex;align-items: center;position: relative;
  884. @include ezy-no-repeat-cover;background-image: url("@/static/images/xuexi/ksp-item-bj.png");
  885. .ksp-icon{
  886. width: 104rpx;height: 104rpx;@include ezy-no-repeat-cover;flex-shrink: 0;
  887. @include ezy-no-repeat-cover;background-image: url("@/static/images/xuexi/xx-ksp-icon.png");
  888. }
  889. .ksp-title{color: #444;font-size: 32rpx;margin-right: auto;
  890. margin-left: 10rpx;height: 50rpx;@include single-line-ellipsis;}
  891. }
  892. }
  893. // 考试页
  894. .ezy-exam-page{
  895. width: 100%;height: 100vh;background-color: #f9f9fb;position: relative;
  896. display: flex;flex-direction: column;
  897. .exam-body{
  898. z-index: 1;position: relative;flex: 1;display: flex;flex-direction: column;
  899. }
  900. .xx-jd-box{
  901. width: 95%;background-color: #fff;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
  902. border-radius: 16rpx;box-sizing: border-box;padding:36rpx 36rpx 42rpx;margin: 20rpx auto 0;
  903. .xx-row{display: flex;justify-content: space-between;align-items: center;margin-bottom: 24rpx;}
  904. .text-row{color: #5d5e61;}
  905. .dq-jd-text{color: #5693f5;font-size: 52rpx;}
  906. .dq-jd-line{margin: 0 6rpx;}
  907. }
  908. .exam-progress-box{border-radius: 20rpx;overflow: hidden;}
  909. .ezy-exam-swiper{
  910. width: 100%;flex: 1;z-index: 2;margin: 0 auto;
  911. uni-swiper-item{overflow-y: auto;}
  912. .uni-swiper-slides{left: -2rpx;right: -2rpx;}
  913. }
  914. .exam-submit-btn{
  915. width: 87rpx;height: 125rpx;@include ezy-no-repeat-cover;z-index: 2;
  916. background-image: url("@/static/images/exam/submit-btn.png");margin: 10rpx 42rpx 0 auto;
  917. }
  918. .tip-mask-box{
  919. width: 100%;height: 100vh;position: relative;position: absolute;top: 0;left: 0;z-index: 3;
  920. }
  921. .swiper-tip-box{
  922. font-size: 30rpx;color: #5989e2;justify-content: center;margin-top: 16rpx;
  923. display: flex;flex-direction: row;align-items: center;
  924. }
  925. .swiper-tip-box::before,.swiper-tip-box::after{
  926. content: '';width: 12rpx;height: 26rpx;display: block;
  927. background-image: url("@/static/images/common/h-jt-icon.png");@include ezy-no-repeat-cover;
  928. }
  929. .swiper-tip-box::before{transform: rotate(180deg);margin-right: 32rpx;}
  930. .swiper-tip-box::after{margin-left: 32rpx;}
  931. .shiti-jj-btn{
  932. width: 630rpx;height: 88rpx;@include ezy-no-repeat-cover;margin: 10rpx auto;
  933. background-image: url("@/static/images/exam/shiti-jj-btn.png");
  934. }
  935. }
  936. // 单元测试
  937. .dycs-dialog{
  938. width: 100%;height: 100vh;background-color: #fff;display: flex;flex-direction: column;
  939. .dycs-body{overflow-y: auto;}
  940. .dycs-img{
  941. width: 430rpx;height: 350rpx;margin: 92rpx auto 32rpx;flex-shrink: 0;
  942. background-image: url("@/static/images/exam/shiti-dialog-img.png");@include ezy-no-repeat-cover;
  943. }
  944. .dycs-tip{
  945. text-align: center;color: #333;font-size: 35rpx;
  946. }
  947. .dycs-fenshu-box{
  948. width: 560rpx;margin: 72rpx auto;padding: 42rpx 32rpx;box-shadow: 0 0rpx 8rpx rgba(100, 159, 241, 0.3);
  949. display: flex;justify-content: center;align-items: center;border-radius: 12rpx;font-size: 32rpx;
  950. .fenshu-item-box{width: 49%;text-align: center;font-size: 32rpx;color: #333;}
  951. .item-number{font-size: 56rpx;margin-bottom: 10rpx;}
  952. .red-number{color: #f60000;}
  953. .item-line{width: 1rpx;height: 120rpx;background: #f3f5f9;}
  954. }
  955. .dycs-btn-box{
  956. display: flex;justify-content: center;margin-top: 64rpx;
  957. .cxcs-btn,.ckda-btn{
  958. width: 275rpx;height: 88rpx;line-height: 88rpx;@include ezy-no-repeat-cover;
  959. text-align: center;color: #fff;font-size: 32rpx;margin: 0 10rpx;
  960. }
  961. .cxcs-btn{background-image: url("@/static/images/exam/shiti-btn-blue-bj.png");}
  962. .ckda-btn{background-image: url("@/static/images/exam/shiti-btn-orange-bj.png");}
  963. }
  964. @media (max-height: 700px) {
  965. .dycs-img{margin: 64rpx auto 16rpx;}
  966. .dycs-fenshu-box{margin: 46rpx auto;}
  967. .dycs-btn-box{margin-top: 36rpx;}
  968. }
  969. }
  970. // 成绩页
  971. .ezy-result-page{
  972. width: 100%;height: 100vh;background-color: #f9f9fb;position: relative;
  973. display: flex;flex-direction: column;
  974. .result-exam-swiper{
  975. width: 100%;flex: 1;z-index: 2;margin: 0 auto;
  976. uni-swiper-item{overflow-y: auto;}
  977. .uni-swiper-slides{left: -2rpx;right: -2rpx;}
  978. }
  979. .answer-content-box{
  980. margin-top: 24rpx;
  981. .answer-title{
  982. width: 208rpx;height: 91rpx;line-height: 91rpx;
  983. font-size: 32rpx;text-align: center;margin-left: 10rpx;color: #fff;
  984. background-image: url("@/static/images/exam/shiti-anser-title.png");@include ezy-no-repeat-cover;
  985. }
  986. .answer-text-title{font-size: 32rpx;color: #f6aa1d;margin: 24rpx 0;}
  987. .answer-content-border{
  988. width: 96%;box-shadow: 0 0rpx 8rpx rgba(100, 159, 241, 0.3);
  989. border-radius: 12rpx;font-size: 32rpx;margin: 42rpx auto 56rpx;}
  990. .tiankong-answer-content-box{background-color: rgba(255, 255, 255, 0.7);font-size: 32rpx;color: #499141;
  991. border-radius: 4px;box-sizing: border-box;padding: 24rpx;min-height: 80rpx;
  992. .tiankong-answer-title{color: #333;margin-bottom: 10rpx;}
  993. .answer-index-box{
  994. font-size: 24rpx;border: 1rpx solid #499141;border-radius: 24rpx;margin-right: 10rpx;
  995. line-height: 1;text-align: center;padding: 2rpx 7rpx;display: inline-block;
  996. flex-shrink: 0;min-width: 16rpx;
  997. }
  998. .tiankong-answer-row{
  999. word-break: break-all;margin-bottom: 10rpx;margin: 24rpx 0;
  1000. display: flex;align-items: center;line-height: 1;
  1001. }
  1002. .tiankong-answer-row:last-child{margin-bottom: 0;}
  1003. }
  1004. .answer-btn-box{display: flex;height: 135rpx;}
  1005. .answer-item-left,.answer-item-right{
  1006. width: 100%;flex: 1;align-items: center;justify-content: center;
  1007. display: flex;flex-direction: column;background-color: rgba(255, 255, 255, 0.7);
  1008. .answer-item-title{font-size: 30rpx;color: #333;margin-bottom: 10rpx;}
  1009. .answer-item-error{font-size: 30rpx;color: #ef1417;min-height: 36rpx;}
  1010. .answer-item-correct{font-size: 30rpx;color: #15ab2e;min-height: 36rpx;}
  1011. }
  1012. .answer-item-left{border-radius: 4px 0 4px 0;position: relative;}
  1013. .answer-item-right{border-radius: 0 4px 4px 0;}
  1014. .answer-line{width: 1px;position: absolute;top: 16rpx;right: 0;bottom: 16rpx;background: #d1e9f5;}
  1015. }
  1016. .answer-stjx-box{
  1017. width: 96%;margin: 0 auto;
  1018. .answer-rich-text{
  1019. font-size: 32rpx;color: #333;line-height: 1.8;
  1020. }
  1021. }
  1022. .answer-video-box{
  1023. position: relative;margin-bottom:24rpx;
  1024. img{width: 100%;}
  1025. }
  1026. .answer-video-box::before{
  1027. content: '';display: block;position: absolute;
  1028. width: 90rpx;height: 90rpx;@include ezy-no-repeat-cover;background-image: url("@/static/images/xuexi/video-play-btn.png");
  1029. top: 52%;left: 50%!important;transform: translate(-50%, -50%);z-index: 20;
  1030. }
  1031. }
  1032. // 我的页面
  1033. .ezy-my-page{
  1034. width: 100%;height: 100vh;position: relative;overflow: auto;background: #f9f9fb;
  1035. .my-title-navBar-box{padding-top: 24rpx;}
  1036. .my-page-box{position: relative;z-index: 1;margin: 0;}
  1037. .my-head-box{
  1038. width: 100%;padding: 0 24rpx 42rpx;box-sizing: border-box;display: flex;align-items: center;color: #fff;
  1039. .head-img-box{width: 126rpx;height: 126rpx;margin: 0 24rpx 0 12rpx;@include ezy-no-repeat-cover;border-radius: 50%;}
  1040. .head-content-box{font-size: 30rpx;}
  1041. }
  1042. .my-banner-img{
  1043. width: 730rpx;height: 413rpx;@include ezy-no-repeat-cover;margin: 0 auto;
  1044. background-image: url("@/static/images/phone/my/my-banner.png");border-radius: 16rpx;
  1045. }
  1046. // list
  1047. .my-list-box{
  1048. width:710rpx;margin: 24rpx auto;display: flex;flex-wrap: wrap;padding: 42rpx 6rpx 0;
  1049. background-color: #fff;border-radius: 16rpx;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
  1050. .list-item{color: #444;width: 25%;text-align: center;font-size: 28rpx;margin-bottom: 36rpx;}
  1051. .list-icon{width: 64rpx;height: 64rpx;display: block;
  1052. margin: 0 auto 12rpx;@include ezy-no-repeat-cover;}
  1053. .yysz-icon{background-image: url("@/static/images/common/my/list-icon1.png");}
  1054. .sc-icon{background-image: url("@/static/images/common/my/sc-icon.png");}
  1055. .dd-icon{background-image: url("@/static/images/common/my/dd-icon.png");}
  1056. .dhm-icon{background-image: url("@/static/images/common/my/dhm-icon.png");}
  1057. .dhm-icon{background-image: url("@/static/images/common/my/dhm-icon.png");}
  1058. .bdsjh-icon{background-image: url("@/static/images/common/my/sjbd-icon.png");}
  1059. }
  1060. .kefu-dialog{
  1061. .not-confirm-btn{display: none;}
  1062. .confirm-btn{margin: 24rpx auto;}
  1063. }
  1064. @include mediaSmall() {
  1065. .my-title-navBar-box{
  1066. padding-top: 12rpx;
  1067. &::before{height: 288rpx;background-image: url("@/static/images/pad/common/my-page-header-bj.png");}
  1068. }
  1069. .my-head-box{
  1070. padding: 0 16rpx 24rpx;
  1071. .head-img-box{width: 130rpx;height: 130rpx;margin: 0 16rpx 0 8rpx;}
  1072. .head-content-box{font-size: 28rpx;}
  1073. }
  1074. .my-banner-img{width: 712rpx;height: 300rpx;border-radius: 10rpx;
  1075. background-image: url("@/static/images/pad/my/my-banner.png");}
  1076. .my-list-box{
  1077. width: 712rpx;margin: 16rpx auto;padding: 30rpx 4rpx 0;border-radius: 16rpx;
  1078. justify-content: space-around;
  1079. .list-item{width: 20%;font-size: 22rpx;margin-bottom: 30rpx;}
  1080. .list-icon{width: 60rpx;height: 60rpx;margin: 0 auto 8rpx;}
  1081. }
  1082. .kefu-dialog{
  1083. .confirm-btn{margin: 16rpx auto;}
  1084. }
  1085. }
  1086. @include mediaBig() {
  1087. min-height: 2200rpx;
  1088. .my-title-navBar-box{
  1089. padding-top: 4rpx;
  1090. &::before{height: 720rpx;}
  1091. }
  1092. .my-head-box{
  1093. width: 1940rpx;margin: 0 auto 32rpx;
  1094. .head-img-box{width: 350rpx;height: 350rpx;margin: 0 38rpx 0 19rpx;}
  1095. .head-content-box{font-size: 66rpx;}
  1096. }
  1097. .my-banner-img{width: 1940rpx;height: 818rpx;border-radius: 26rpx;}
  1098. .my-list-box{
  1099. width: 1940rpx;margin: 38rpx auto;padding: 75rpx 10rpx 0;border-radius: 26rpx;
  1100. .list-item{font-size: 45rpx;margin-bottom: 75rpx;}
  1101. .list-icon{width: 160rpx;height: 160rpx;margin: 0 auto 19rpx;}
  1102. }
  1103. .kefu-dialog{
  1104. .confirm-btn{margin: 38rpx auto;}
  1105. }
  1106. }
  1107. }
  1108. // 应用设置
  1109. .ezy-yysz-page{
  1110. width: 100%;height: 100vh;min-height: 1400rpx;background: #f9f9fb;position: relative;overflow: auto;
  1111. display: flex;flex-direction: column;
  1112. .yysz-page-box{position: relative;z-index: 1;}
  1113. .yysz-row-box{width: 95%;background-color: #fff;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
  1114. border-radius: 16rpx;margin: 16rpx auto 0;color: #333;font-size: 30rpx;}
  1115. .yysz-item{display: flex;align-items: center;justify-content: space-between;
  1116. padding: 32rpx 32rpx 32rpx 0;position: relative;margin: 0 32rpx 0 32rpx;}
  1117. .border-item{border-bottom: 1rpx dashed #f2f2f2;}
  1118. .img-item{padding: 32rpx 32rpx 0 0;}
  1119. .item-text{color: #888;}
  1120. .yysz-item::after{
  1121. content: '';width: 14rpx;height: 24rpx;@include ezy-no-repeat-cover;
  1122. background-image: url("@/static/images/my/list-jt.png");
  1123. position: absolute;right: 0;
  1124. }
  1125. .yysz-img-box{width: 72rpx;height: 72rpx;border-radius: 50%;@include ezy-no-repeat-cover}
  1126. @include mediaSmall() {
  1127. min-height: 1000rpx;
  1128. .yysz-row-box{margin: 10rpx auto 0;font-size: 22rpx;}
  1129. .yysz-item{padding: 26rpx 42rpx 26rpx 0;margin: 0 21rpx 0 21rpx;}
  1130. .border-item{border-bottom: 1rpx dashed #f2f2f2;}
  1131. .img-item{padding: 26rpx 42rpx 0 0;}
  1132. .yysz-item::after{width: 10rpx;height: 20rpx;}
  1133. .yysz-img-box{width: 76rpx;height: 76rpx;}
  1134. }
  1135. @include mediaBig() {
  1136. .yysz-row-box{border-radius: 26rpx;margin: 26rpx auto 0;font-size: 54rpx;}
  1137. .yysz-item{padding: 51rpx 82rpx 51rpx 0;margin: 0 51rpx 0 51rpx;}
  1138. .border-item{border-bottom: 1rpx dashed #f2f2f2;}
  1139. .img-item{padding: 51rpx 82rpx 0 0;}
  1140. .yysz-item::after{width: 26rpx;height: 42rpx;}
  1141. .yysz-img-box{width: 120rpx;height: 120rpx;}
  1142. }
  1143. }
  1144. // 关于我们
  1145. .ezy-about-page{
  1146. width: 100%;height: 100vh;position: relative;display: flex;flex-direction: column;
  1147. .about-body-border{
  1148. width: 95%;display: flex;flex-direction: column;flex: 1;overflow-y: auto;
  1149. padding: 36rpx 0;box-sizing: border-box;margin: 20rpx auto 0;
  1150. position: relative;text-align: justify;border-radius: 16rpx 16rpx 0 0;
  1151. background-color: #fff;box-shadow: 0 4rpx 10rpx rgba(0, 0, 0, 0.1);
  1152. }
  1153. .about-body-box{
  1154. content: "";display: block;background-color: rgba(255, 255, 255, 0.6);border-radius: 0 0 10rpx 10rpx;
  1155. position: absolute;top: 20rpx;left: 20rpx;right: 20rpx;bottom: 30rpx;z-index: 1;
  1156. box-sizing: border-box;padding: 52rpx 24rpx 24rpx;overflow-y: auto;
  1157. }
  1158. .content-top-box{
  1159. display: flex;flex-shrink: 0;font-size: 24rpx;color: #333;
  1160. box-sizing: border-box;padding-bottom: 42rpx;border-bottom: 1px dashed #ccc;
  1161. .about-icon-box{
  1162. width: 192rpx;height: 188rpx;margin-right: 36rpx;
  1163. @include ezy-no-repeat-cover;background-image: url("@/static/images/my/about-icon.png");
  1164. }
  1165. .about-name{
  1166. font-size: 30rpx;margin: 20rpx 0 42rpx;
  1167. }
  1168. .about-text{margin: 16rpx 0;}
  1169. }
  1170. .content-box{
  1171. font-size: 30rpx;margin-top: 32rpx;line-height: 2;color: #333;
  1172. text-align: justify;box-sizing: border-box;padding: 0 10rpx;
  1173. }
  1174. @media (max-height: 600px) {
  1175. .about-body-border{margin: 12rpx auto 150rpx;}
  1176. .about-body-box{padding: 32rpx 20rpx 20rpx;}
  1177. .content-top-box{padding-bottom: 24rpx;}
  1178. .content-box{margin-top: 20rpx;}
  1179. }
  1180. }
  1181. // 资料
  1182. .ezy-ziliao-page{
  1183. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1184. padding-bottom: 100rpx;box-sizing: border-box;
  1185. .zl-card-list{width: 100%;display: flex;flex-direction: column;flex: 1;overflow-y: auto;padding: 12rpx 0 0;}
  1186. .jstx-card-box{
  1187. border-radius: 16rpx;margin: 0 24rpx 32rpx;font-size: 0;
  1188. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);
  1189. .jstx-card-img{width: 100%;border-radius: 16rpx 16rpx 0 0;}
  1190. .jstx-card-title{
  1191. padding: 32rpx 24rpx 42rpx;text-align: center;
  1192. font-size: 32rpx;color: #333;@include single-line-ellipsis;
  1193. }
  1194. }
  1195. @include mediaSmall() {
  1196. padding-bottom: 80rpx;
  1197. .zl-card-list{padding: 4rpx 0 0;}
  1198. .jstx-card-box{
  1199. margin: 0 24rpx 20rpx;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.3);
  1200. .jstx-card-title{padding: 21rpx 16rpx 27rpx;font-size: 22rpx;}
  1201. }
  1202. }
  1203. @include mediaBig() {
  1204. padding-bottom: 180rpx;
  1205. .zl-card-list{padding: 42rpx 0 0;}
  1206. .jstx-card-img{border-radius: 26rpx 26rpx 0 0;}
  1207. .jstx-card-box{
  1208. border-radius: 26rpx;margin: 0 38rpx 52rpx;
  1209. box-shadow: 0 0rpx 10rpx rgba(100, 159, 241, 0.3);
  1210. .jstx-card-title{padding: 51rpx 38rpx 67rpx;font-size: 54rpx;}
  1211. }
  1212. }
  1213. }
  1214. // 资料---数学--计算特训题库下载
  1215. .ezy-jstx-ziliao-page{
  1216. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1217. .jstx-body{
  1218. margin: 48rpx 20rpx 0;position: relative;overflow: unset;padding: 0 24rpx;box-sizing: border-box;
  1219. height: calc(100vh - 160rpx - var(--status-bar-height));
  1220. .jstx-body-title{
  1221. width: 406rpx;height: 77rpx;display: block;overflow-x:auto;
  1222. position: absolute;left: 50%;transform: translateX(-50%);top: -28rpx;z-index: 3;
  1223. @include ezy-no-repeat-cover;background-image: url("@/static/images/common/ziliao/select-dj-img.png");
  1224. }
  1225. .jstx-tab-box{
  1226. width: 100%;height: 64rpx;white-space: nowrap;padding: 0;
  1227. text-align:center;margin: 90rpx 0 0;overflow-x: auto;
  1228. .tab-item{
  1229. height: 64rpx;line-height: 64rpx;margin: 0 16rpx;padding: 0 20rpx;
  1230. color: #333;font-size: 36rpx;display: inline-block;text-align:center;}
  1231. .tab-item:first-child{margin-left: 0;}
  1232. .tab-item:last-child{margin-right: 0;}
  1233. .active{color: #0d7ffc;position: relative;}
  1234. .active::after{
  1235. content: '';width: 100%;height: 4rpx;background-color: #0d7ffc;
  1236. position: absolute;bottom: 0;left: 0;border-radius: 4rpx;
  1237. }
  1238. }
  1239. .jstx-card-list{
  1240. padding: 24rpx 0 0;overflow-y: auto;flex: 1;
  1241. .ziliao-card-box{
  1242. display: flex;align-items: center;justify-content: space-between;box-sizing: border-box;
  1243. background-color: #f3f3f3;padding: 20rpx;margin-bottom: 24rpx;border-radius: 16rpx;
  1244. .card-img{width: 150rpx;height: 150rpx;flex-shrink: 0;margin-right: 24rpx;}
  1245. .card-content-box{
  1246. flex: 1;line-height: 1.6;
  1247. .ziliao-name{font-size: 32rpx;color: #333;@include single-line-ellipsis;margin-bottom: 10rpx;}
  1248. .banben-name{font-size: 28rpx;color: #0d7ffc;@include single-line-ellipsis;}
  1249. }
  1250. .card-icon{
  1251. width: 58rpx;height: 62rpx;flex-shrink: 0;
  1252. @include ezy-no-repeat-cover;background-image: url("@/static/images/common/ziliao/jstx-pdf.png");
  1253. }
  1254. }
  1255. }
  1256. }
  1257. @include mediaSmall() {
  1258. .jstx-body{
  1259. margin-top: 31rpx;padding: 0 16rpx;
  1260. height: calc(100vh - 104rpx - var(--status-bar-height));
  1261. .jstx-body-title{width: 264rpx;height: 50rpx;top: -19rpx;}
  1262. .jstx-tab-box{
  1263. height: 42rpx;margin: 60rpx 0 0;font-size: 0;
  1264. .tab-item{height: 42rpx;line-height: 42rpx;margin: 0 20rpx;padding: 0 27rpx;font-size: 22rpx;}
  1265. .active::after{height: 3rpx;}
  1266. }
  1267. .jstx-card-list{
  1268. padding: 16rpx 0 0;
  1269. .ziliao-card-box{
  1270. padding: 10rpx;margin-bottom: 16rpx;border-radius: 10rpx;
  1271. .card-img{width: 82rpx;height: 82rpx;margin-right: 16rpx;}
  1272. .card-content-box{
  1273. .ziliao-name{font-size: 22rpx;margin-bottom: 7rpx;}
  1274. .banben-name{font-size: 20rpx;}
  1275. }
  1276. .card-icon{width: 40rpx;height: 42rpx;margin-right: 12rpx;}
  1277. }
  1278. }
  1279. }
  1280. }
  1281. @include mediaBig() {
  1282. .jstx-body{
  1283. margin: 76rpx 42rpx;padding: 0 38rpx;
  1284. height: calc(100vh - 256rpx - var(--status-bar-height));
  1285. .jstx-body-title{width: 650rpx;height: 123rpx;top: -45rpx;}
  1286. .jstx-tab-box{
  1287. height: 102rpx;margin: 144rpx 0 0;
  1288. .tab-item{height: 102rpx;line-height: 102rpx;margin: 0 60rpx;padding: 0 77rpx;font-size: 54rpx;}
  1289. .active::after{height: 6rpx;}
  1290. }
  1291. .jstx-card-list{
  1292. padding: 38rpx 0 0;
  1293. .ziliao-card-box{
  1294. padding: 28rpx;margin-bottom: 38rpx;border-radius: 26rpx;
  1295. .card-img{width: 210rpx;height: 210rpx;margin-right: 38rpx;}
  1296. .card-content-box{
  1297. .ziliao-name{font-size: 54rpx;margin-bottom: 16rpx;}
  1298. .banben-name{font-size: 46rpx;}
  1299. }
  1300. .card-icon{width: 112rpx;height: 120rpx;}
  1301. }
  1302. }
  1303. }
  1304. }
  1305. }
  1306. // 资料下载弹窗
  1307. .sxtk-sc-dialog{
  1308. .tip-title{color: #343434;font-size: 38rpx;margin-bottom: 24rpx;}
  1309. .tip-content-box{
  1310. width: 625rpx;height: 587rpx;padding: 42rpx 48rpx;
  1311. background-image: url("@/static/images/my/tk-dialog-bj.png");
  1312. @include ezy-no-repeat-cover;box-sizing: border-box;text-align:center;
  1313. }
  1314. .tip-content{
  1315. display: flex;align-items: center;
  1316. min-height: 260rpx;text-align: justify;border-bottom: 1px dashed #70cbf4;
  1317. margin-bottom: 30rpx;color: #666;font-size: 32rpx;padding-bottom: 32rpx;
  1318. border-bottom: 1px dashed #70cbf4;line-height: 1.8;}
  1319. @include mediaSmall() {
  1320. .tip-title{font-size: 24rpx;margin-bottom: 16rpx;}
  1321. .tip-content-box{width: 406rpx;height: 382rpx;padding: 27rpx 31rpx;}
  1322. .tip-content{min-height: 169rpx;margin-bottom: 20rpx;font-size: 20rpx;padding-bottom: 20rpx;}
  1323. }
  1324. @include mediaBig() {
  1325. .tip-title{font-size: 54rpx;margin-bottom: 38rpx;}
  1326. .tip-content-box{width: 1000rpx;height: 939rpx;padding: 67rpx 77rpx;}
  1327. .tip-content{min-height: 416rpx;margin-bottom: 48rpx;font-size: 46rpx;padding-bottom: 46rpx;}
  1328. }
  1329. }
  1330. // 订单
  1331. .ezy-order-page{
  1332. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1333. .order-scroll-view{overflow-y: auto;}
  1334. .order-body{padding: 0;}
  1335. .order-card-box{
  1336. border-radius: 16rpx;margin: 32rpx 24rpx 0;padding: 24rpx;
  1337. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);
  1338. .card-head-box{
  1339. display: flex;align-items: center;justify-content: space-between;line-height: 1.6;
  1340. .head-name{font-size: 30rpx;color: #333;font-weight: bold;}
  1341. .head-status{font-size: 28rpx;color: #666;}
  1342. }
  1343. .card-body-box{
  1344. display: flex;margin-top: 16rpx;
  1345. .order-img{width: 200rpx;height: 280rpx;flex-shrink: 0;border-radius: 16rpx;}
  1346. .body-right-box{
  1347. margin-left: 24rpx;flex: 1;
  1348. .body-title{font-size: 34rpx;color: #333;font-weight: bold;margin-bottom: 32rpx;}
  1349. .taocan-text{font-size: 26rpx;color: #666;margin-bottom: 24rpx; @include multi-line-ellipsis(2);}
  1350. .tip-text{font-size: 26rpx;color: #16a245;margin-bottom: 24rpx;}
  1351. .money-text{font-size: 42rpx;color: #333;text-align: right;font-weight: normal;}
  1352. }
  1353. }
  1354. }
  1355. }
  1356. // 产品商城
  1357. .ezy-shop-page{
  1358. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1359. .shop-card-list{overflow-y: auto;flex: 1;padding: 12rpx 0 0;}
  1360. .shop-card-box{
  1361. border-radius: 16rpx;margin: 0 24rpx 32rpx;padding: 32rpx;
  1362. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);display: flex;
  1363. .shop-img{width: 200rpx;height: 280rpx;flex-shrink: 0;border-radius: 16rpx;}
  1364. .card-right-box{
  1365. margin-left: 24rpx;display: flex;flex-direction: column;justify-content: space-between;
  1366. .card-title{font-size: 34rpx;color: #333;font-weight: bold;margin-bottom: 24rpx;margin-top: 6rpx;}
  1367. .card-content{font-size: 28rpx;color: #666;text-align: justify;margin-bottom: 24rpx;@include multi-line-ellipsis(3);line-height: 1.6;}
  1368. .card-price{font-size: 34rpx;color: #ff0202;font-weight: bolder;}
  1369. }
  1370. }
  1371. @include mediaSmall() {
  1372. .shop-card-list{padding: 4rpx 0 0;}
  1373. .shop-card-box{
  1374. border-radius: 10rpx;margin: 0 16rpx 21rpx;padding: 21rpx;
  1375. box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.3);
  1376. .shop-img{width: 110rpx;height: 154rpx;border-radius: 10rpx;}
  1377. .card-right-box{
  1378. margin-left: 16rpx;
  1379. .card-title{font-size: 22rpx;margin-bottom: 16rpx;margin-top: 2rpx;}
  1380. .card-content{font-size: 20rpx;margin-bottom: 16rpx;line-height: 1.6;@include multi-line-ellipsis(2);}
  1381. .card-price{font-size: 22rpx;}
  1382. }
  1383. }
  1384. }
  1385. @include mediaBig() {
  1386. .shop-card-list{padding: 42rpx 0 0;}
  1387. .shop-card-box{
  1388. border-radius: 26rpx;margin: 0 38rpx 51rpx;padding: 51rpx;
  1389. box-shadow: 0 0rpx 10rpx rgba(100, 159, 241, 0.3);
  1390. .shop-img{width: 240rpx;height: 336rpx;border-radius: 26rpx;}
  1391. .card-right-box{
  1392. margin-left: 38rpx;
  1393. .card-title{font-size: 54rpx;margin-bottom: 16rpx;margin-top: 4rpx;}
  1394. .card-content{font-size: 45rpx;margin-bottom: 16rpx;line-height: 1.8;}
  1395. .card-price{font-size: 54rpx;}
  1396. }
  1397. }
  1398. }
  1399. }
  1400. // 产品商城详情
  1401. .ezy-shop-info-page{
  1402. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1403. .shop-info-body{
  1404. flex: 1;position: relative;z-index: 2;background-color: #fff;
  1405. display: flex;flex-direction: column;overflow: hidden;
  1406. .img-content-box{
  1407. flex: 1;overflow-y: auto;
  1408. img{width: 100%;margin: 0 auto;display: block;}
  1409. }
  1410. .fx-btn-row{
  1411. flex-shrink: 0;display: flex;align-items: center;justify-content: space-between;padding: 24rpx;
  1412. box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.6);box-sizing: border-box;background-color: #f9f9f9;
  1413. .fx-btn{
  1414. width:200rpx;color: #444;font-size: 30rpx;
  1415. display: flex;flex-direction: column;align-items: center;justify-content: center;
  1416. }
  1417. .fx-icon{
  1418. width: 43rpx;height: 38rpx;margin-bottom: 6rpx;
  1419. @include ezy-no-repeat-cover;background-image: url("@/static/images/common/shop/fx-icon.png");
  1420. }
  1421. .bmxx-btn{
  1422. width: 492rpx;height: 88rpx;line-height: 88rpx;color:#fff;font-size: 32rpx;text-align: center;
  1423. @include ezy-no-repeat-cover;background-image: url("@/static/images/common/shop/bmxx-btn.png");
  1424. }
  1425. }
  1426. }
  1427. @include mediaSmall() {
  1428. .shop-info-body{
  1429. .fx-btn-row{
  1430. padding: 10rpx;box-shadow: 0 5rpx 16rpx rgba(0, 0, 0, 0.6);
  1431. .fx-btn{width: 120rpx;font-size: 20rpx;}
  1432. .fx-icon{width: 27rpx;height: 25rpx;margin-bottom: 2rpx;}
  1433. .bmxx-btn{width: 248rpx;height: 44rpx;line-height: 44rpx;font-size: 20rpx;margin-right: 42rpx;@include ezy-no-repeat-contain;}
  1434. }
  1435. }
  1436. }
  1437. @include mediaBig() {
  1438. .shop-info-body{
  1439. .fx-btn-row{
  1440. padding: 36rpx;box-shadow: 0 12rpx 36rpx rgba(0, 0, 0, 0.6);
  1441. .fx-btn{width: 300rpx;font-size: 46rpx;}
  1442. .fx-icon{width: 75rpx;height: 67rpx;margin-bottom: 9rpx;}
  1443. .bmxx-btn{width: 736rpx;height: 132rpx;line-height: 132rpx;font-size: 54rpx;}
  1444. }
  1445. }
  1446. }
  1447. }
  1448. // 确认订单
  1449. .ezy-qrdd-page{
  1450. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1451. .qrdd-body-box{
  1452. flex: 1;position: relative;z-index: 2;
  1453. display: flex;flex-direction: column;
  1454. overflow-y: auto;
  1455. }
  1456. .dd-item-box{
  1457. width: 731rpx;height:356rpx;@include ezy-no-repeat-cover;
  1458. background-image: url("@/static/images/shop/order-bj.png");
  1459. position: relative;z-index: 1;box-sizing: border-box;padding: 26rpx 36rpx;
  1460. display: flex;align-items: center;margin:0 auto 16rpx;flex-shrink: 0;
  1461. .item-img-box{width: 210rpx;height: 285rpx;border-radius: 12rpx;margin-right: 24rpx;flex-shrink: 0;}
  1462. .item-content-box{
  1463. display: flex;flex-direction: column;justify-content: space-between;line-height: 1.5;
  1464. .item-name{color: #333;font-size: 34rpx;font-weight: bolder;margin-bottom: 10rpx;}
  1465. .item-intro{color: #444;font-size: 28rpx;@include multi-line-ellipsis(4);margin-bottom: 10rpx;}
  1466. .item-xianjia{color: #ff0000;font-size: 34rpx;font-weight: bolder;}
  1467. }
  1468. }
  1469. // border-box
  1470. .qrdd-border-box{
  1471. width: 713rpx;margin:0 auto;border-radius: 20rpx;
  1472. box-shadow: 0 0rpx 16rpx rgba(100, 159, 241, 0.2);
  1473. box-sizing: border-box;padding: 0 24rpx 16rpx;margin-bottom: 24rpx;
  1474. position: relative;z-index: 2;background-color: #fff;flex-shrink: 0;
  1475. // 课程学习等级
  1476. .kcxxdj-title{color: #454545;font-size: 30rpx;font-weight: bolder;padding: 16rpx 0;}
  1477. .kcxxdj-tc-box{
  1478. width: 100%;background-color: #f9fafc;border-radius: 20rpx;
  1479. display: flex;flex-direction: row;align-items: center;flex-wrap: wrap;
  1480. box-sizing: border-box;padding: 16rpx 0;
  1481. .tc-item{
  1482. min-width:76rpx;min-height: 76rpx;box-sizing: border-box;
  1483. text-align: center;border: 1rpx solid #666;border-radius: 20rpx;
  1484. font-size: 30rpx;line-height: 1; color: #666;
  1485. padding: 20rpx 6rpx;margin: 16rpx 0 16rpx 16rpx;
  1486. }
  1487. .active{background-color: #2b9bfd;color: #fff;border: 1rpx solid #1280e1;}
  1488. }
  1489. // 商品总价
  1490. .border-row{
  1491. display: flex;justify-content: space-between;
  1492. font-size: 32rpx;color: #444;padding: 32rpx 0;
  1493. border-bottom:1rpx dashed #f1f1f1;
  1494. .jg-text{color: #ff0000;}
  1495. }
  1496. .border-row:last-child{border: 0;}
  1497. .sum-row{justify-content: flex-end;}
  1498. .sum-text{margin-right: 32rpx;}
  1499. // 支付方式
  1500. .zzfs-name-box{
  1501. display: flex;align-items: center;
  1502. icon{width: 53rpx;height: 53rpx;@include ezy-no-repeat-cover;margin-right: 16rpx;}
  1503. .wechat-icon{background-image: url("@/static/images/shop/wx-icon.png");}
  1504. .alipay-icon{background-image: url("@/static/images/shop/zfb-icon.png");}
  1505. }
  1506. }
  1507. .qrdd-footer-box{
  1508. flex-shrink: 0;display: flex;align-items: center;justify-content: space-between;padding: 24rpx;
  1509. box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.4);box-sizing: border-box;background-color: #f9f9f9;
  1510. .jg-box{color: #ff0000;}
  1511. .sum-row{display: flex;align-items: center;}
  1512. .xj-text-text{font-weight: bolder;font-size: 42rpx;}
  1513. .sum-text{font-size: 32rpx;color: #333;}
  1514. .yh-text{font-size: 28rpx;margin-top: 6rpx;}
  1515. .ljzf-btn{
  1516. width: 279rpx;height: 88rpx;line-height: 88rpx;color:#fff;font-size: 32rpx;text-align: center;
  1517. @include ezy-no-repeat-cover;background-image: url("@/static/images/shop/pay-btn.png");
  1518. }
  1519. }
  1520. }
  1521. // 手机号快捷登录弹窗
  1522. .sjh-kjdl-dialog{
  1523. .sjh-kjdl-content-box{display: flex;flex-direction: column;align-items: center;}
  1524. .kjdl-btn{
  1525. width: 496rpx;height: 88rpx;line-height: 88rpx;color: #fff;font-size: 36rpx;margin: 32rpx 0;
  1526. @include ezy-no-repeat-cover;background-image: url("@/static/images/shop/ksdl-btn.png");
  1527. }
  1528. .ykkt-text{color: #333;font-size: 32rpx;}
  1529. @include mediaSmall() {
  1530. .kjdl-btn{width: 322rpx;height: 57rpx;line-height: 57rpx;font-size: 22rpx;margin: 21rpx 0;}
  1531. .ykkt-text{font-size: 20rpx;}
  1532. }
  1533. @include mediaBig() {
  1534. .kjdl-btn{width: 794rpx;height: 141rpx;line-height: 141rpx;font-size: 54rpx;margin: 51rpx 0;}
  1535. .ykkt-text{font-size: 46rpx;}
  1536. }
  1537. }
  1538. // 兑换码
  1539. .ezy-dhm-page{
  1540. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1541. .dhm-body{
  1542. width: 95%;margin: 20rpx auto 0;box-sizing: border-box;padding: 36rpx;
  1543. .dhm-head-box{
  1544. width: 100%;padding: 12rpx 0 56rpx;box-sizing: border-box;
  1545. display: flex;align-items: center;color: #333;line-height: 1.6;
  1546. .head-img-box{width: 126rpx;height: 126rpx;margin: 0 24rpx 0 12rpx;@include ezy-no-repeat-cover;border-radius: 50%;}
  1547. .head-content-box{font-size: 32rpx;}
  1548. }
  1549. .duihuan-input-box{
  1550. width: 100%;height: 100rpx;border: 1rpx solid #dfdfdf;border-radius: 16rpx;
  1551. display: flex;align-items: center;
  1552. .duihuan-input{width: 82%;color: #333;height: 98rpx;line-height: 98rpx;}
  1553. .uni-input-placeholder {font-size: 34rpx;color: #acacae;}
  1554. .duihuan-prefix-icon {
  1555. width: 56rpx;height: 56rpx;margin:0 32rpx 0 16rpx;@include ezy-no-repeat-cover;
  1556. background-image: url("@/static/images/common/my/two-code.png");position: relative;
  1557. font-weight: normal;display: flex;align-items: center;justify-content: space-between;flex-shrink: 0;
  1558. }
  1559. .duihuan-prefix-icon::after{
  1560. content: '';width: 1rpx;height: 56rpx;display: inline-block;background-color: #dfdfdf;
  1561. position: absolute;bottom: 0;right: -16rpx;
  1562. }
  1563. }
  1564. .duihuan-confirm-btn{
  1565. width: 100%;height: 92rpx;line-height: 92rpx;text-align: center;font-size:32rpx;
  1566. margin-top: 42rpx;@include ezy-no-repeat-contain;font-weight: bold;
  1567. background-image: url("@/static/images/login/login-btn-bj.png");color:#fff;
  1568. }
  1569. }
  1570. @include mediaSmall() {
  1571. .dhm-body{
  1572. margin: 13rpx auto 0;padding: 23rpx;
  1573. .dhm-head-box{
  1574. padding: 8rpx 0 36rpx;
  1575. .head-img-box{width: 100rpx;height: 100rpx;margin: 0 16rpx 0 8rpx;}
  1576. .head-content-box{font-size: 22rpx;}
  1577. }
  1578. .duihuan-input-box{
  1579. height: 65rpx;border-radius: 10rpx;
  1580. .duihuan-input{width: 86%;font-size: 20rpx;}
  1581. .uni-input-placeholder{font-size: 20rpx;}
  1582. .duihuan-prefix-icon {width: 36rpx;height: 36rpx;margin:0 21rpx 0 10rpx;}
  1583. .duihuan-prefix-icon::after{height: 36rpx;right: -10rpx;}
  1584. }
  1585. .duihuan-confirm-btn{height: 53rpx;line-height: 53rpx;font-size: 20rpx;margin-top: 27rpx;
  1586. background-image: url("@/static/images/pad/common/btn-bj.png");}
  1587. }
  1588. }
  1589. @include mediaBig() {
  1590. .dhm-body{
  1591. margin: 32rpx auto 0;padding: 58rpx;
  1592. .dhm-head-box{
  1593. width: 1820rpx;padding: 19rpx 0 90rpx;margin: 0 auto;
  1594. .head-img-box{width: 260rpx;height: 260rpx;margin: 0 38rpx 0 19rpx;}
  1595. .head-content-box{font-size: 54rpx;}
  1596. }
  1597. .duihuan-input-box{
  1598. width: 1820rpx;height: 160rpx;border-radius: 30rpx;margin: 0 auto;
  1599. .duihuan-input{width: 88%;font-size: 54rpx;}
  1600. .uni-input-placeholder {font-size: 54rpx;}
  1601. .duihuan-prefix-icon {width: 90rpx;height: 90rpx;margin:0 51rpx 0 26rpx;}
  1602. .duihuan-prefix-icon::after{height: 90rpx;right: -26rpx;}
  1603. }
  1604. .duihuan-confirm-btn{width: 1820rpx;
  1605. height: 147rpx;line-height: 147rpx;font-size: 54rpx;margin: 67rpx auto 0;}
  1606. }
  1607. }
  1608. }