pages.scss 56 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454
  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: 24rpx 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: 6rpx 0 0;}
  382. .sx-card-box{
  383. border-radius: 6rpx;margin: 0 24rpx 16rpx;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 40rpx;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. }
  459. .item-play-btn::before{
  460. content: '';width: 46rpx;height: 48rpx;display: block;
  461. background-image: url("@/static/images/xuanke/xbb-item-jt.png");@include ezy-no-repeat-cover;
  462. }
  463. }
  464. }
  465. // 学习大纲
  466. .xuexi-dagang-page{
  467. width: 100%;height: calc(95vh - var(--status-bar-height));border-radius: 16rpx 16rpx 0 0;z-index: 10;position: relative;
  468. background-color: #fff;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
  469. display: flex;flex-direction: column;
  470. box-sizing: border-box;padding: 36rpx 0 120rpx;
  471. position: fixed;bottom: 0;
  472. .xuexi-dagang-body{overflow-y: auto;padding: 24rpx 0 0;}
  473. .dagang-title{
  474. width: 80%;line-height: 1.5;margin: 24rpx auto 0;
  475. text-align: center;font-size: 36rpx;color: #000;position: relative;
  476. icon{
  477. width: 100rpx;height: 100rpx;display: flex;align-items: center;justify-content: center;
  478. position: absolute;right: -13%;top: -60rpx;
  479. }
  480. icon::after{
  481. content: '';width: 52rpx;height: 52rpx;@include ezy-no-repeat-cover;
  482. background-image: url("@/static/images/common/close-icon.png");
  483. }
  484. }
  485. // 您将学会
  486. .dagang-xh-box{
  487. width: 690rpx;margin: 64rpx auto 0;
  488. .xh-title{font-size: 32rpx;font-weight: bold;text-align: left;color: #333;margin-left: 6rpx;}
  489. .xh-content-box{
  490. width: 100%;border-radius: 16rpx;margin-top: 32rpx;
  491. box-sizing: border-box;padding: 24rpx;
  492. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);
  493. }
  494. .text-row{
  495. display: flex;font-size: 32rpx;color: #333;margin: 12rpx 0;line-height: 1.6;
  496. icon{
  497. width: 13rpx;height: 13rpx;border-radius: 50%;flex-shrink: 0;
  498. background-color: #2c7bf4;margin: 22rpx 12rpx 0 0;}
  499. }
  500. }
  501. //学习大纲
  502. .dagang-content-box{
  503. background-color: #e3f7fe;margin-top: 200rpx;position: relative;
  504. .dagang-content-title{
  505. font-size: 32rpx;font-weight: bold;text-align: left;color: #333;
  506. margin-left: 36rpx;position: relative;z-index: 1;
  507. }
  508. .dagang-item-list{padding: 56rpx 0 32rpx;}
  509. .dagang-content-item{
  510. width: 690rpx;display: flex;align-items: center;border-radius: 12rpx;color: #4b4b4b;;
  511. margin: 0 auto 24rpx;box-sizing: border-box;padding: 20rpx;background-color: #fff;
  512. line-height: 1.5;font-size: 32rpx;
  513. img{width: 120rpx;height: 120rpx;border-radius: 12rpx;margin-right: 24rpx;}
  514. .content-title{margin-left: 32rpx;position: relative;}
  515. .content-title:nth-child(1)::before{
  516. width: 13rpx;height: 13rpx;border-radius: 50%;display: block;
  517. background-color: #2c7bf4;content:'';
  518. position: absolute;left: -24rpx;top: 22rpx;
  519. }
  520. }
  521. .dagang-content-item:last-child{margin-bottom: 0;}
  522. }
  523. .dagang-content-box::before{
  524. content: '';width: 750rpx;height: 193rpx;display: block;@include ezy-no-repeat-cover;
  525. background-image: url("@/static/images/xuexi/dagang-img.png");
  526. position: absolute;top: -138rpx;left: 0;z-index: 1;
  527. }
  528. }
  529. // 学习
  530. .ezy-xuexi-page{
  531. width: 100%;height: 100vh;background-color: #fff;display: flex;flex-direction: column;
  532. .xuexi-page-body{padding:0 0 100rpx;overflow-y: auto;border-radius: 0;position: relative;}
  533. .xxjl-card-box-padding{padding-top: 64rpx;}
  534. .xx-scroll-view{position: relative;}
  535. .item-dy-box{
  536. display: flex;align-items: center;justify-content: center;
  537. color: #fff;margin-bottom: 24rpx;
  538. .dy-left-box{
  539. width: 174rpx;height: 127rpx;@include ezy-no-repeat-cover;font-size: 64rpx;
  540. display: flex;align-items: center;box-sizing: border-box;padding:0 24rpx;
  541. background-image: url("@/static/images/xuexi/xx-ml-left.png");
  542. }
  543. .dy-left-box::after{
  544. content: '';width: 32rpx;height: 34rpx;@include ezy-no-repeat-cover;margin-left: auto;
  545. background-image: url("@/static/images/xuexi/xx-ml-jt.png");display: block;
  546. }
  547. .dy-right-box{
  548. width: 518rpx;height: 127rpx;@include ezy-no-repeat-cover;
  549. display: flex;align-items: flex-start;flex-direction: column;justify-content: center;
  550. box-sizing: border-box;padding:0 24rpx;font-size: 28rpx;
  551. background-image: url("@/static/images/xuexi/xx-ml-right.png");
  552. .right-content{width: 100%;height: 90rpx;overflow: hidden;}
  553. .dy-name{font-size: 34rpx;margin-bottom: 6rpx;}
  554. }
  555. }
  556. .item-fixed{
  557. width: 100%;padding: 24rpx 0;transition: opacity 0.2s ease-in-out;
  558. position:sticky;position:-webkit-sticky;margin-bottom: 0;
  559. top: 0;z-index: 10;background-color: #fff;border-radius: 16rpx 16rpx 0 0;
  560. }
  561. // 学习记录
  562. .xxjl-card-box{
  563. width: 692rpx;margin: 0 auto 24rpx;padding: 72rpx 24rpx 24rpx 24rpx;box-sizing: border-box;
  564. background-color: #5795f6;border-radius: 16rpx;position: relative;
  565. .card-body-box{
  566. display: flex;
  567. img{width: 190rpx;height: 242rpx;border-radius: 16rpx;border: 1rpx solid #a8c3e9;}
  568. .body-right{
  569. color: #c8e4f8;margin-left: 24rpx;font-size: 30rpx;
  570. view{margin: 8rpx 0;}
  571. .right-name{font-size: 34rpx;color: #fff;}
  572. }
  573. }
  574. .card-progress-box{
  575. display: flex;align-items: center;
  576. .xx-progress-box{flex: 1;margin-right: 64rpx;color: #fff;font-size: 28rpx;}
  577. .xx-progress{border-radius: 40rpx;overflow: hidden;margin-top: 10rpx;}
  578. .jxxx-btn{
  579. width: 177rpx;height: 89rpx;@include ezy-no-repeat-cover;margin-right: 24rpx;
  580. background-image: url("@/static/images/xuexi/jx-xx-btn.png");
  581. }
  582. }
  583. }
  584. .xxjl-card-box::before{
  585. content: '学习记录';width: 289rpx;height: 77rpx;line-height: 77rpx;@include ezy-no-repeat-cover;
  586. background-image: url("@/static/images/xuexi/xx-jl-bj.png");display: block;
  587. position: absolute;top: -28rpx;text-align: center;color: #fff;font-size: 34rpx;
  588. }
  589. // 学习进度
  590. .xx-jd-box{
  591. border-radius: 16rpx;margin: 0 24rpx 32rpx;padding: 32rpx;
  592. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);
  593. .xx-progress-btn-box{
  594. width: 100%;
  595. display: flex;align-items: center;justify-content: space-between;
  596. }
  597. .xx-progress-box{
  598. flex: 1;font-size: 32rpx;color: #333;margin-right: 42rpx;
  599. .xx-progress{border-radius: 20rpx;overflow: hidden;margin-top: 16rpx;}
  600. }
  601. .jxxx-btn{
  602. width: 217rpx;height: 85rpx;display: block;@include ezy-no-repeat-cover;
  603. background-image: url("@/static/images/xuexi/jxxx-icon.png");flex-shrink: 0;
  604. }
  605. //学习进度按钮
  606. .jd-item-box{
  607. display: flex;border-top: 1rpx dashed #97dbf8;margin-top: 32rpx;padding-top: 32rpx;
  608. icon{width:54rpx;height: 54rpx;@include ezy-no-repeat-cover;
  609. position: relative;margin-right: 52rpx;}
  610. icon::before{
  611. content: '';width: 1rpx;height: 70rpx;background-color: #fff;display: block;
  612. position: absolute;right: -24rpx;top: -10rpx;
  613. }
  614. .dydg-icon{background-image: url("@/static/images/xuexi/dy-dg-icon.png");}
  615. .dyml-icon{background-image: url("@/static/images/xuexi/kc-ml-icon.png");}
  616. .jd-item-btn{
  617. background-color: #ddf7ff;border-radius: 16rpx;flex: 1;text-align: center;
  618. box-sizing: border-box;padding: 24rpx;display: flex;align-items: center;}
  619. .jd-item-btn:first-child{margin-right: 24rpx;}
  620. }
  621. }
  622. // 学习目录
  623. .xx-item-list{
  624. padding-bottom: 24rpx;
  625. .xx-item-title{text-align: center;margin: 32rpx 0;font-size: 32rpx;color: #444;}
  626. .xx-more-btn{
  627. width: 630rpx;height: 89rpx;@include ezy-no-repeat-cover;margin: 0 auto 32rpx;
  628. background-image: url("@/static/images/xuexi/more-btn.png");
  629. }
  630. /* 动画类 */
  631. /* .item-dy-box.item-active {
  632. animation: scalePulse 1s ease-in-out;
  633. .right-content{
  634. animation: opacityPulse 1s ease-in-out;
  635. }
  636. } */
  637. /* 定义放大动画 */
  638. @keyframes scalePulse {
  639. 0% {
  640. transform: scale(1);
  641. }
  642. 50% {
  643. transform: scale(1.05);
  644. }
  645. 100% {
  646. transform: scale(1);
  647. }
  648. }
  649. /* 定义显隐动画 */
  650. @keyframes opacityPulse {
  651. 0% {
  652. opacity: 1;
  653. }
  654. 90% {
  655. opacity: 0.2;
  656. }
  657. 100% {
  658. opacity: 1;
  659. }
  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/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/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/xuexi/xx-ml-play-icon.png");}
  676. .xx-item-lock-btn{background-image: url("@/static/images/xuexi/xx-ml-lock-icon.png");}
  677. }
  678. .xx-disabled-item-box{
  679. background-image: url("@/static/images/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/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. }
  695. // 单元目录
  696. .xuexi-dyml-page{
  697. width: 100%;height: 92vh;border-radius: 16rpx 16rpx 0 0;
  698. background-color: #fff;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
  699. display: flex;flex-direction: column;
  700. box-sizing: border-box;padding: 36rpx 0 0;
  701. .xuexi-dyml-body{overflow-y: auto;padding: 24rpx 0 0;}
  702. .dyml-title{
  703. width: 80%;line-height: 1.5;margin: 24rpx auto 0;
  704. text-align: center;font-size: 36rpx;color: #000;position: relative;
  705. icon{
  706. width: 100rpx;height: 100rpx;display: flex;align-items: center;justify-content: center;
  707. position: absolute;right: -13%;top: -60rpx;
  708. }
  709. icon::after{
  710. content: '';width: 52rpx;height: 52rpx;@include ezy-no-repeat-cover;
  711. background-image: url("@/static/images/common/close-icon.png");
  712. }
  713. }
  714. .dyml-item-box{
  715. width: 670rpx;height: 97rpx;line-height: 97rpx;font-size: 32rpx;color: #333;
  716. @include ezy-no-repeat-cover;margin: 24rpx auto;position: relative;
  717. display: flex;
  718. .dy-num{width: 180rpx;padding-left: 24rpx;box-sizing: border-box;flex-shrink: 0;}
  719. .dy-title{margin: 0 84rpx 0 16rpx;@include single-line-ellipsis;}
  720. icon{width: 100rpx;height: 97rpx;display: flex;align-items: center;justify-content: center;
  721. position: absolute;right: 0;z-index: 3;top: 0;}
  722. icon::after{
  723. content: '';width: 37rpx;height: 39rpx;@include ezy-no-repeat-cover;
  724. background-image: url("@/static/images/xuexi/dyml-item-btn.png");
  725. }
  726. }
  727. .dyml-item-box:nth-child(odd){background-image: url("@/static/images/xuexi/dy-item-bj1.png");}
  728. .dyml-item-box:nth-child(even){background-image: url("@/static/images/xuexi/dy-item-bj2.png");}
  729. }
  730. // 答案解析
  731. .ezy-dajx-page{
  732. width: 100%;height: 100vh;position: relative;display: flex;flex-direction: column;
  733. .shiti-frame-box{overflow-y: auto;}
  734. .dajx-video-box{width: 95%;}
  735. .dajx-content-box{
  736. width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;overflow-y: auto;
  737. .slfx-title,.spjj-title{
  738. width: 231rpx;height: 63rpx;@include ezy-no-repeat-cover;margin-bottom: 16rpx;
  739. }
  740. .slfx-title{background-image: url("@/static/images/exam/slfx-title.png");}
  741. .spjj-title{background-image: url("@/static/images/exam/spjj-title.png");}
  742. .slfx-content{
  743. font-size: 32rpx;color: #333;line-height: 1.6;margin-bottom: 42rpx;
  744. box-sizing: border-box;padding: 0 20rpx;word-wrap: break-word;word-break: break-all;
  745. display: block;@include ezy-rich-text;
  746. }
  747. }
  748. }
  749. // 看视频
  750. .ezy-ksp-page{
  751. width: 100%;height: 100vh;display: flex;flex-direction: column;
  752. .ksp-tab-box{
  753. flex-shrink:0;display: flex;justify-content: space-evenly;border-bottom: 1rpx solid #b7defd;
  754. .tab-item{color: #9a9a9a;font-size: 34rpx;padding: 16rpx 24rpx;}
  755. .active{color: #5895f7;border-bottom: 4rpx solid #1684fc;}
  756. }
  757. .ksp-scroll-view{overflow-y: auto;}
  758. .ksp-page-body{padding: 24rpx 0 0;}
  759. .ksp-video-box{
  760. width: 95%;height: 423rpx;padding: 8px;box-sizing: border-box;
  761. border-radius: 16rpx;margin:32rpx auto;flex-shrink: 0;
  762. .prism-big-play-btn{
  763. width: 100rpx;height: 100rpx;opacity: 0.8;
  764. background-image: url("@/static/images/xuexi/play-btn.png");
  765. }
  766. }
  767. .ksp-item-list{
  768. width: 95%;margin: 12rpx auto 24rpx;border-radius: 16rpx;position: relative;
  769. background-color: #5894f6;padding: 20rpx 0;box-sizing: border-box;
  770. box-shadow: 0 0rpx 12rpx rgba(100, 159, 241, 0.4);
  771. }
  772. .ksp-item-list::before{
  773. content: '';width: 100%;height: 97rpx;@include ezy-no-repeat-cover;
  774. background-image: url("@/static/images/xuexi/ksp-item-top-bj.png");
  775. position: absolute;left: 0;right: 0;top: 0;z-index: 1;
  776. }
  777. .list-head{
  778. width: 95%;display: flex;align-items: center;justify-content: space-between;
  779. position: relative;z-index: 2;padding:0 0 24rpx;margin: 0 auto;
  780. .list-title{color: #fff;font-size: 36rpx;}
  781. .list-btn{
  782. width: 210rpx;height: 72rpx;@include ezy-no-repeat-cover;
  783. background-image: url("@/static/images/xuexi/ksp-video-play.png");
  784. }
  785. }
  786. .list-body{
  787. width: 95%;position: relative;z-index: 2;border-radius: 16rpx;
  788. padding: 16rpx;box-sizing: border-box;margin: 0 auto;
  789. color: #444;font-size: 32rpx;background-color: #fff;
  790. img{max-width: 100%;margin: 10rpx auto 0;display: block;}
  791. }
  792. .ksp-item-box{
  793. width: 670rpx;height: 150rpx;
  794. display: flex;align-items: center;position: relative;
  795. @include ezy-no-repeat-cover;background-image: url("@/static/images/xuexi/ksp-item-bj.png");
  796. .ksp-icon{
  797. width: 104rpx;height: 104rpx;@include ezy-no-repeat-cover;flex-shrink: 0;
  798. @include ezy-no-repeat-cover;background-image: url("@/static/images/xuexi/xx-ksp-icon.png");
  799. }
  800. .ksp-title{color: #444;font-size: 32rpx;margin-right: auto;
  801. margin-left: 10rpx;height: 50rpx;@include single-line-ellipsis;}
  802. }
  803. }
  804. // 考试页
  805. .ezy-exam-page{
  806. width: 100%;height: 100vh;background-color: #f9f9fb;position: relative;
  807. display: flex;flex-direction: column;
  808. .exam-body{
  809. z-index: 1;position: relative;flex: 1;display: flex;flex-direction: column;
  810. }
  811. .xx-jd-box{
  812. width: 95%;background-color: #fff;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
  813. border-radius: 16rpx;box-sizing: border-box;padding:36rpx 36rpx 42rpx;margin: 20rpx auto 0;
  814. .xx-row{display: flex;justify-content: space-between;align-items: center;margin-bottom: 24rpx;}
  815. .text-row{color: #5d5e61;}
  816. .dq-jd-text{color: #5693f5;font-size: 52rpx;}
  817. .dq-jd-line{margin: 0 6rpx;}
  818. }
  819. .exam-progress-box{border-radius: 20rpx;overflow: hidden;}
  820. .ezy-exam-swiper{
  821. width: 100%;flex: 1;z-index: 2;margin: 0 auto;
  822. uni-swiper-item{overflow-y: auto;}
  823. .uni-swiper-slides{left: -2rpx;right: -2rpx;}
  824. }
  825. .exam-submit-btn{
  826. width: 87rpx;height: 125rpx;@include ezy-no-repeat-cover;z-index: 2;
  827. background-image: url("@/static/images/exam/submit-btn.png");margin: 10rpx 42rpx 0 auto;
  828. }
  829. .tip-mask-box{
  830. width: 100%;height: 100vh;position: relative;position: absolute;top: 0;left: 0;z-index: 3;
  831. }
  832. .swiper-tip-box{
  833. font-size: 30rpx;color: #5989e2;justify-content: center;margin-top: 16rpx;
  834. display: flex;flex-direction: row;align-items: center;
  835. }
  836. .swiper-tip-box::before,.swiper-tip-box::after{
  837. content: '';width: 12rpx;height: 26rpx;display: block;
  838. background-image: url("@/static/images/common/h-jt-icon.png");@include ezy-no-repeat-cover;
  839. }
  840. .swiper-tip-box::before{transform: rotate(180deg);margin-right: 32rpx;}
  841. .swiper-tip-box::after{margin-left: 32rpx;}
  842. .shiti-jj-btn{
  843. width: 630rpx;height: 88rpx;@include ezy-no-repeat-cover;margin: 10rpx auto;
  844. background-image: url("@/static/images/exam/shiti-jj-btn.png");
  845. }
  846. }
  847. // 单元测试
  848. .dycs-dialog{
  849. width: 100%;height: 100vh;background-color: #fff;display: flex;flex-direction: column;
  850. .dycs-body{overflow-y: auto;}
  851. .dycs-img{
  852. width: 430rpx;height: 350rpx;margin: 92rpx auto 32rpx;flex-shrink: 0;
  853. background-image: url("@/static/images/exam/shiti-dialog-img.png");@include ezy-no-repeat-cover;
  854. }
  855. .dycs-tip{
  856. text-align: center;color: #333;font-size: 35rpx;
  857. }
  858. .dycs-fenshu-box{
  859. width: 560rpx;margin: 72rpx auto;padding: 42rpx 32rpx;box-shadow: 0 0rpx 8rpx rgba(100, 159, 241, 0.3);
  860. display: flex;justify-content: center;align-items: center;border-radius: 12rpx;font-size: 32rpx;
  861. .fenshu-item-box{width: 49%;text-align: center;font-size: 32rpx;color: #333;}
  862. .item-number{font-size: 56rpx;margin-bottom: 10rpx;}
  863. .red-number{color: #f60000;}
  864. .item-line{width: 1rpx;height: 120rpx;background: #f3f5f9;}
  865. }
  866. .dycs-btn-box{
  867. display: flex;justify-content: center;margin-top: 64rpx;
  868. .cxcs-btn,.ckda-btn{
  869. width: 275rpx;height: 88rpx;line-height: 88rpx;@include ezy-no-repeat-cover;
  870. text-align: center;color: #fff;font-size: 32rpx;margin: 0 10rpx;
  871. }
  872. .cxcs-btn{background-image: url("@/static/images/exam/shiti-btn-blue-bj.png");}
  873. .ckda-btn{background-image: url("@/static/images/exam/shiti-btn-orange-bj.png");}
  874. }
  875. @media (max-height: 700px) {
  876. .dycs-img{margin: 64rpx auto 16rpx;}
  877. .dycs-fenshu-box{margin: 46rpx auto;}
  878. .dycs-btn-box{margin-top: 36rpx;}
  879. }
  880. }
  881. // 成绩页
  882. .ezy-result-page{
  883. width: 100%;height: 100vh;background-color: #f9f9fb;position: relative;
  884. display: flex;flex-direction: column;
  885. .result-exam-swiper{
  886. width: 100%;flex: 1;z-index: 2;margin: 0 auto;
  887. uni-swiper-item{overflow-y: auto;}
  888. .uni-swiper-slides{left: -2rpx;right: -2rpx;}
  889. }
  890. .answer-content-box{
  891. margin-top: 24rpx;
  892. .answer-title{
  893. width: 208rpx;height: 91rpx;line-height: 91rpx;
  894. font-size: 32rpx;text-align: center;margin-left: 10rpx;color: #fff;
  895. background-image: url("@/static/images/exam/shiti-anser-title.png");@include ezy-no-repeat-cover;
  896. }
  897. .answer-text-title{font-size: 32rpx;color: #f6aa1d;margin: 24rpx 0;}
  898. .answer-content-border{
  899. width: 96%;box-shadow: 0 0rpx 8rpx rgba(100, 159, 241, 0.3);
  900. border-radius: 12rpx;font-size: 32rpx;margin: 42rpx auto 56rpx;}
  901. .tiankong-answer-content-box{background-color: rgba(255, 255, 255, 0.7);font-size: 32rpx;color: #499141;
  902. border-radius: 4px;box-sizing: border-box;padding: 24rpx;min-height: 80rpx;
  903. .tiankong-answer-title{color: #333;margin-bottom: 10rpx;}
  904. .answer-index-box{
  905. font-size: 24rpx;border: 1rpx solid #499141;border-radius: 24rpx;margin-right: 10rpx;
  906. line-height: 1;text-align: center;padding: 2rpx 7rpx;display: inline-block;
  907. flex-shrink: 0;min-width: 16rpx;
  908. }
  909. .tiankong-answer-row{
  910. word-break: break-all;margin-bottom: 10rpx;margin: 24rpx 0;
  911. display: flex;align-items: center;line-height: 1;
  912. }
  913. .tiankong-answer-row:last-child{margin-bottom: 0;}
  914. }
  915. .answer-btn-box{display: flex;height: 135rpx;}
  916. .answer-item-left,.answer-item-right{
  917. width: 100%;flex: 1;align-items: center;justify-content: center;
  918. display: flex;flex-direction: column;background-color: rgba(255, 255, 255, 0.7);
  919. .answer-item-title{font-size: 30rpx;color: #333;margin-bottom: 10rpx;}
  920. .answer-item-error{font-size: 30rpx;color: #ef1417;min-height: 36rpx;}
  921. .answer-item-correct{font-size: 30rpx;color: #15ab2e;min-height: 36rpx;}
  922. }
  923. .answer-item-left{border-radius: 4px 0 4px 0;position: relative;}
  924. .answer-item-right{border-radius: 0 4px 4px 0;}
  925. .answer-line{width: 1px;position: absolute;top: 16rpx;right: 0;bottom: 16rpx;background: #d1e9f5;}
  926. }
  927. .answer-stjx-box{
  928. width: 96%;margin: 0 auto;
  929. .answer-rich-text{
  930. font-size: 32rpx;color: #333;line-height: 1.8;
  931. }
  932. }
  933. .answer-video-box{
  934. position: relative;margin-bottom:24rpx;
  935. img{width: 100%;}
  936. }
  937. .answer-video-box::before{
  938. content: '';display: block;position: absolute;
  939. width: 90rpx;height: 90rpx;@include ezy-no-repeat-cover;background-image: url("@/static/images/xuexi/video-play-btn.png");
  940. top: 52%;left: 50%!important;transform: translate(-50%, -50%);z-index: 20;
  941. }
  942. }
  943. // 我的页面
  944. .ezy-my-page{
  945. width: 100%;height: 100vh;position: relative;overflow: auto;background: #f9f9fb;
  946. .my-title-navBar-box{padding-top: 24rpx;}
  947. .my-page-box{position: relative;z-index: 1;margin: 0;}
  948. .my-head-box{
  949. width: 100%;padding: 0 24rpx 42rpx;box-sizing: border-box;display: flex;align-items: center;color: #fff;
  950. .head-img-box{width: 126rpx;height: 126rpx;margin: 0 24rpx 0 12rpx;@include ezy-no-repeat-cover;border-radius: 50%;}
  951. .head-content-box{font-size: 30rpx;}
  952. }
  953. .my-banner-img{
  954. width: 730rpx;height: 413rpx;@include ezy-no-repeat-cover;margin: 0 auto;
  955. background-image: url("@/static/images/phone/my/my-banner.png");border-radius: 16rpx;
  956. }
  957. // list
  958. .my-list-box{
  959. width:710rpx;margin: 24rpx auto;display: flex;flex-wrap: wrap;padding: 42rpx 6rpx 0;
  960. background-color: #fff;border-radius: 16rpx;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
  961. .list-item{color: #444;width: 25%;text-align: center;font-size: 28rpx;margin-bottom: 36rpx;}
  962. .list-icon{width: 64rpx;height: 64rpx;display: block;
  963. margin: 0 auto 12rpx;@include ezy-no-repeat-cover;}
  964. .yysz-icon{background-image: url("@/static/images/common/my/list-icon1.png");}
  965. .sc-icon{background-image: url("@/static/images/common/my/sc-icon.png");}
  966. .dd-icon{background-image: url("@/static/images/common/my/dd-icon.png");}
  967. .dhm-icon{background-image: url("@/static/images/common/my/dhm-icon.png");}
  968. .dhm-icon{background-image: url("@/static/images/common/my/dhm-icon.png");}
  969. .bdsjh-icon{background-image: url("@/static/images/common/my/sjbd-icon.png");}
  970. }
  971. .kefu-dialog{
  972. .not-confirm-btn{display: none;}
  973. .confirm-btn{margin: 24rpx auto;}
  974. }
  975. @include mediaSmall() {
  976. .my-title-navBar-box{padding-top: 16rpx;}
  977. .my-head-box{
  978. padding: 0 16rpx 24rpx;
  979. .head-img-box{width: 130rpx;height: 130rpx;margin: 0 16rpx 0 8rpx;}
  980. .head-content-box{font-size: 28rpx;}
  981. }
  982. .my-banner-img{width: 712rpx;height: 300rpx;border-radius: 10rpx;
  983. background-image: url("@/static/images/pad/my/my-banner.png");}
  984. .my-list-box{
  985. width: 712rpx;margin: 16rpx auto;padding: 30rpx 4rpx 0;border-radius: 16rpx;
  986. justify-content: space-around;
  987. .list-item{width: 20%;font-size: 22rpx;margin-bottom: 30rpx;}
  988. .list-icon{width: 60rpx;height: 60rpx;margin: 0 auto 8rpx;}
  989. }
  990. .kefu-dialog{
  991. .confirm-btn{margin: 16rpx auto;}
  992. }
  993. }
  994. @include mediaBig() {
  995. min-height: 2200rpx;
  996. .my-title-navBar-box{padding-top: 10rpx;}
  997. .my-head-box{
  998. width: 1940rpx;margin: 0 auto 32rpx;
  999. .head-img-box{width: 350rpx;height: 350rpx;margin: 0 38rpx 0 19rpx;}
  1000. .head-content-box{font-size: 66rpx;}
  1001. }
  1002. .my-banner-img{width: 1940rpx;height: 818rpx;border-radius: 26rpx;}
  1003. .my-list-box{
  1004. width: 1940rpx;margin: 38rpx auto;padding: 75rpx 10rpx 0;border-radius: 26rpx;
  1005. .list-item{font-size: 45rpx;margin-bottom: 75rpx;}
  1006. .list-icon{width: 160rpx;height: 160rpx;margin: 0 auto 19rpx;}
  1007. }
  1008. .kefu-dialog{
  1009. .confirm-btn{margin: 38rpx auto;}
  1010. }
  1011. }
  1012. }
  1013. // 应用设置
  1014. .ezy-yysz-page{
  1015. width: 100%;height: 100vh;min-height: 1400rpx;background: #f9f9fb;position: relative;overflow: auto;
  1016. display: flex;flex-direction: column;
  1017. .yysz-page-box{position: relative;z-index: 1;}
  1018. .yysz-row-box{width: 95%;background-color: #fff;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
  1019. border-radius: 16rpx;margin: 16rpx auto 0;color: #333;font-size: 30rpx;}
  1020. .yysz-item{display: flex;align-items: center;justify-content: space-between;
  1021. padding: 32rpx 32rpx 32rpx 0;position: relative;margin: 0 32rpx 0 32rpx;}
  1022. .border-item{border-bottom: 1rpx dashed #f2f2f2;}
  1023. .img-item{padding: 32rpx 32rpx 0 0;}
  1024. .item-text{color: #888;}
  1025. .yysz-item::after{
  1026. content: '';width: 14rpx;height: 24rpx;@include ezy-no-repeat-cover;
  1027. background-image: url("@/static/images/my/list-jt.png");
  1028. position: absolute;right: 0;
  1029. }
  1030. .yysz-img-box{width: 36px;height: 36px;border-radius: 50%;@include ezy-no-repeat-cover}
  1031. }
  1032. // 关于我们
  1033. .ezy-about-page{
  1034. width: 100%;height: 100vh;position: relative;display: flex;flex-direction: column;
  1035. .about-body-border{
  1036. width: 95%;display: flex;flex-direction: column;flex: 1;overflow-y: auto;
  1037. padding: 36rpx 0;box-sizing: border-box;margin: 20rpx auto 0;
  1038. position: relative;text-align: justify;border-radius: 16rpx 16rpx 0 0;
  1039. background-color: #fff;box-shadow: 0 4rpx 10rpx rgba(0, 0, 0, 0.1);
  1040. }
  1041. .about-body-box{
  1042. content: "";display: block;background-color: rgba(255, 255, 255, 0.6);border-radius: 0 0 10rpx 10rpx;
  1043. position: absolute;top: 20rpx;left: 20rpx;right: 20rpx;bottom: 30rpx;z-index: 1;
  1044. box-sizing: border-box;padding: 52rpx 24rpx 24rpx;overflow-y: auto;
  1045. }
  1046. .content-top-box{
  1047. display: flex;flex-shrink: 0;font-size: 24rpx;color: #333;
  1048. box-sizing: border-box;padding-bottom: 42rpx;border-bottom: 1px dashed #ccc;
  1049. .about-icon-box{
  1050. width: 192rpx;height: 188rpx;margin-right: 36rpx;
  1051. @include ezy-no-repeat-cover;background-image: url("@/static/images/my/about-icon.png");
  1052. }
  1053. .about-name{
  1054. font-size: 30rpx;margin: 20rpx 0 42rpx;
  1055. }
  1056. .about-text{margin: 16rpx 0;}
  1057. }
  1058. .content-box{
  1059. font-size: 30rpx;margin-top: 32rpx;line-height: 2;color: #333;
  1060. text-align: justify;box-sizing: border-box;padding: 0 10rpx;
  1061. }
  1062. @media (max-height: 600px) {
  1063. .about-body-border{margin: 12rpx auto 150rpx;}
  1064. .about-body-box{padding: 32rpx 20rpx 20rpx;}
  1065. .content-top-box{padding-bottom: 24rpx;}
  1066. .content-box{margin-top: 20rpx;}
  1067. }
  1068. }
  1069. // 资料
  1070. .ezy-ziliao-page{
  1071. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1072. padding-bottom: 100rpx;box-sizing: border-box;
  1073. .zl-card-list{width: 100%;display: flex;flex-direction: column;flex: 1;overflow-y: auto;}
  1074. .jstx-card-box{
  1075. border-radius: 16rpx;margin: 0 24rpx 32rpx;font-size: 0;
  1076. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);
  1077. .jstx-card-img{width: 100%;height: 400rpx;}
  1078. .jstx-card-title{
  1079. padding: 32rpx 24rpx 42rpx;text-align: center;
  1080. font-size: 32rpx;color: #333;@include single-line-ellipsis;
  1081. }
  1082. }
  1083. }
  1084. // 资料---数学--计算特训题库下载
  1085. .ezy-jstx-ziliao-page{
  1086. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1087. .jstx-body{
  1088. margin-top: 48rpx;position: relative;overflow: unset;padding: 0 24rpx;box-sizing: border-box;
  1089. height: calc(100vh - 160rpx - var(--status-bar-height));
  1090. .jstx-body-title{
  1091. width: 406rpx;height: 77rpx;display: block;overflow-x:auto;
  1092. position: absolute;left: 50%;transform: translateX(-50%);top: -28rpx;z-index: 3;
  1093. @include ezy-no-repeat-cover;background-image: url("@/static/images/ziliao/select-dj-img.png");
  1094. }
  1095. .jstx-tab-box{
  1096. width: 100%;height: 64rpx;white-space: nowrap;padding: 0;
  1097. text-align:center;margin: 90rpx 0 0;overflow-x: auto;
  1098. .tab-item{
  1099. height: 64rpx;line-height: 64rpx;margin: 0 18rpx;padding: 0 20rpx;
  1100. color: #333;font-size: 36rpx;display: inline-block;text-align:center;}
  1101. .active{color: #0d7ffc;position: relative;}
  1102. .active::after{
  1103. content: '';width: 100%;height: 4rpx;background-color: #0d7ffc;
  1104. position: absolute;bottom: 0;left: 0;border-radius: 4rpx;
  1105. }
  1106. }
  1107. .jstx-card-list{
  1108. padding: 24rpx 0 0;overflow-y: auto;flex: 1;
  1109. .ziliao-card-box{
  1110. display: flex;align-items: center;justify-content: space-between;box-sizing: border-box;
  1111. background-color: #f3f3f3;padding: 20rpx;margin-bottom: 24rpx;border-radius: 16rpx;
  1112. .card-img{width: 150rpx;height: 150rpx;flex-shrink: 0;margin-right: 24rpx;}
  1113. .card-content-box{
  1114. flex: 1;line-height: 1.6;
  1115. .ziliao-name{font-size: 32rpx;color: #333;@include single-line-ellipsis;margin-bottom: 10rpx;}
  1116. .banben-name{font-size: 28rpx;color: #0d7ffc;@include single-line-ellipsis;}
  1117. }
  1118. .card-icon{
  1119. width: 58rpx;height: 62rpx;flex-shrink: 0;
  1120. @include ezy-no-repeat-cover;background-image: url("@/static/images/ziliao/jstx-pdf.png");
  1121. }
  1122. }
  1123. }
  1124. }
  1125. }
  1126. // 资料下载弹窗
  1127. .sxtk-sc-dialog{
  1128. .tip-title{color: #343434;font-size: 38rpx;margin-bottom: 24rpx;}
  1129. .tip-content-box{
  1130. width: 625rpx;height: 587rpx;padding: 42rpx 48rpx;
  1131. background-image: url("@/static/images/my/tk-dialog-bj.png");
  1132. @include ezy-no-repeat-cover;box-sizing: border-box;text-align:center;
  1133. }
  1134. .tip-content{
  1135. display: flex;align-items: center;
  1136. min-height: 260rpx;text-align: justify;border-bottom: 1px dashed #70cbf4;
  1137. margin-bottom: 30rpx;color: #666;font-size: 32rpx;padding-bottom: 32rpx;
  1138. border-bottom: 1px dashed #70cbf4;line-height: 1.8;}
  1139. @include mediaSmall() {
  1140. .tip-title{font-size: 24rpx;margin-bottom: 16rpx;}
  1141. .tip-content-box{width: 406rpx;height: 382rpx;padding: 27rpx 31rpx;}
  1142. .tip-content{min-height: 169rpx;margin-bottom: 20rpx;font-size: 20rpx;padding-bottom: 20rpx;}
  1143. }
  1144. @include mediaBig() {
  1145. .tip-title{font-size: 54rpx;margin-bottom: 38rpx;}
  1146. .tip-content-box{width: 1000rpx;height: 939rpx;padding: 67rpx 77rpx;}
  1147. .tip-content{min-height: 416rpx;margin-bottom: 48rpx;font-size: 46rpx;padding-bottom: 46rpx;}
  1148. }
  1149. }
  1150. // 订单
  1151. .ezy-order-page{
  1152. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1153. .order-scroll-view{overflow-y: auto;}
  1154. .order-body{padding: 0;}
  1155. .order-card-box{
  1156. border-radius: 16rpx;margin: 32rpx 24rpx 0;padding: 24rpx;
  1157. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);
  1158. .card-head-box{
  1159. display: flex;align-items: center;justify-content: space-between;line-height: 1.6;
  1160. .head-name{font-size: 30rpx;color: #333;font-weight: bold;}
  1161. .head-status{font-size: 28rpx;color: #666;}
  1162. }
  1163. .card-body-box{
  1164. display: flex;margin-top: 16rpx;
  1165. .order-img{width: 200rpx;height: 280rpx;flex-shrink: 0;border-radius: 16rpx;}
  1166. .body-right-box{
  1167. margin-left: 24rpx;flex: 1;
  1168. .body-title{font-size: 34rpx;color: #333;font-weight: bold;margin-bottom: 32rpx;}
  1169. .taocan-text{font-size: 26rpx;color: #666;margin-bottom: 24rpx; @include multi-line-ellipsis(2);}
  1170. .tip-text{font-size: 26rpx;color: #16a245;margin-bottom: 24rpx;}
  1171. .money-text{font-size: 42rpx;color: #333;text-align: right;font-weight: normal;}
  1172. }
  1173. }
  1174. }
  1175. }
  1176. // 产品商城
  1177. .ezy-shop-page{
  1178. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1179. .shop-card-list{overflow-y: auto;flex: 1;padding: 24rpx 0 0;}
  1180. .shop-card-box{
  1181. border-radius: 16rpx;margin: 0 24rpx 32rpx;padding: 32rpx;
  1182. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);display: flex;
  1183. .shop-img{width: 200rpx;height: 280rpx;flex-shrink: 0;border-radius: 16rpx;}
  1184. .card-right-box{
  1185. margin-left: 24rpx;display: flex;flex-direction: column;justify-content: space-between;
  1186. .card-title{font-size: 34rpx;color: #333;font-weight: bold;margin-bottom: 24rpx;margin-top: 6rpx;}
  1187. .card-content{font-size: 28rpx;color: #666;text-align: justify;margin-bottom: 24rpx;@include multi-line-ellipsis(3);line-height: 1.6;}
  1188. .card-price{font-size: 34rpx;color: #ff0202;font-weight: bolder;}
  1189. }
  1190. }
  1191. }
  1192. // 产品商城详情
  1193. .ezy-shop-info-page{
  1194. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1195. .shop-info-body{
  1196. flex: 1;position: relative;z-index: 2;background-color: #fff;
  1197. display: flex;flex-direction: column;overflow: hidden;
  1198. .img-content-box{
  1199. flex: 1;overflow-y: auto;
  1200. img{max-width: 100%; margin: 0 auto;display: block;}
  1201. }
  1202. .fx-btn-row{
  1203. flex-shrink: 0;display: flex;align-items: center;justify-content: space-between;padding: 24rpx;
  1204. box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.6);box-sizing: border-box;background-color: #f9f9f9;
  1205. .fx-btn{
  1206. width:200rpx;
  1207. display: flex;flex-direction: column;align-items: center;justify-content: center;
  1208. }
  1209. .fx-icon{
  1210. width: 43rpx;height: 38rpx;margin-bottom: 6rpx;
  1211. @include ezy-no-repeat-cover;background-image: url("@/static/images/shop/fx-icon.png");
  1212. }
  1213. .bmxx-btn{
  1214. width: 481rpx;height: 88rpx;line-height: 88rpx;color:#fff;font-size: 32rpx;text-align: center;
  1215. @include ezy-no-repeat-cover;background-image: url("@/static/images/shop/bmxx-btn.png");
  1216. }
  1217. }
  1218. }
  1219. @include mediaSmall() {
  1220. .shop-info-body{
  1221. .fx-btn-row{
  1222. padding: 16rpx;box-shadow: 0 5rpx 16rpx rgba(0, 0, 0, 0.6);
  1223. .fx-btn{width: 130rpx;}
  1224. .fx-icon{width: 28rpx;height: 25rpx;margin-bottom: 4rpx;}
  1225. .bmxx-btn{width: 313rpx;height: 57rpx;line-height: 57rpx;font-size: 21rpx;}
  1226. }
  1227. }
  1228. }
  1229. @include mediaBig() {
  1230. .shop-info-body{
  1231. .fx-btn-row{
  1232. padding: 36rpx;box-shadow: 0 12rpx 36rpx rgba(0, 0, 0, 0.6);
  1233. .fx-btn{width: 300rpx;}
  1234. .fx-icon{width: 65rpx;height: 57rpx;margin-bottom: 9rpx;}
  1235. .bmxx-btn{width: 722rpx;height: 132rpx;line-height: 132rpx;font-size: 48rpx;}
  1236. }
  1237. }
  1238. }
  1239. }
  1240. // 确认订单
  1241. .ezy-qrdd-page{
  1242. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1243. .qrdd-body-box{
  1244. flex: 1;position: relative;z-index: 2;
  1245. display: flex;flex-direction: column;
  1246. overflow-y: auto;
  1247. }
  1248. .dd-item-box{
  1249. width: 731rpx;height:356rpx;@include ezy-no-repeat-cover;
  1250. background-image: url("@/static/images/shop/order-bj.png");
  1251. position: relative;z-index: 1;box-sizing: border-box;padding: 26rpx 36rpx;
  1252. display: flex;align-items: center;margin:0 auto 16rpx;flex-shrink: 0;
  1253. .item-img-box{width: 210rpx;height: 285rpx;border-radius: 12rpx;margin-right: 24rpx;flex-shrink: 0;}
  1254. .item-content-box{
  1255. display: flex;flex-direction: column;justify-content: space-between;line-height: 1.5;
  1256. .item-name{color: #333;font-size: 34rpx;font-weight: bolder;margin-bottom: 10rpx;}
  1257. .item-intro{color: #444;font-size: 28rpx;@include multi-line-ellipsis(4);margin-bottom: 10rpx;}
  1258. .item-xianjia{color: #ff0000;font-size: 34rpx;font-weight: bolder;}
  1259. }
  1260. }
  1261. // border-box
  1262. .qrdd-border-box{
  1263. width: 713rpx;margin:0 auto;border-radius: 20rpx;
  1264. box-shadow: 0 0rpx 16rpx rgba(100, 159, 241, 0.2);
  1265. box-sizing: border-box;padding: 0 24rpx 16rpx;margin-bottom: 24rpx;
  1266. position: relative;z-index: 2;background-color: #fff;flex-shrink: 0;
  1267. // 课程学习等级
  1268. .kcxxdj-title{color: #454545;font-size: 30rpx;font-weight: bolder;padding: 16rpx 0;}
  1269. .kcxxdj-tc-box{
  1270. width: 100%;background-color: #f9fafc;border-radius: 20rpx;
  1271. display: flex;flex-direction: row;align-items: center;flex-wrap: wrap;
  1272. box-sizing: border-box;padding: 16rpx 0;
  1273. .tc-item{
  1274. min-width:76rpx;min-height: 76rpx;box-sizing: border-box;
  1275. text-align: center;border: 1rpx solid #666;border-radius: 20rpx;
  1276. font-size: 30rpx;line-height: 1; color: #666;
  1277. padding: 20rpx 6rpx;margin: 16rpx 0 16rpx 16rpx;
  1278. }
  1279. .active{background-color: #2b9bfd;color: #fff;border: 1rpx solid #1280e1;}
  1280. }
  1281. // 商品总价
  1282. .border-row{
  1283. display: flex;justify-content: space-between;
  1284. font-size: 32rpx;color: #444;padding: 32rpx 0;
  1285. border-bottom:1rpx dashed #f1f1f1;
  1286. .jg-text{color: #ff0000;}
  1287. }
  1288. .border-row:last-child{border: 0;}
  1289. .sum-row{justify-content: flex-end;}
  1290. .sum-text{margin-right: 32rpx;}
  1291. // 支付方式
  1292. .zzfs-name-box{
  1293. display: flex;align-items: center;
  1294. icon{width: 53rpx;height: 53rpx;@include ezy-no-repeat-cover;margin-right: 16rpx;}
  1295. .wechat-icon{background-image: url("@/static/images/shop/wx-icon.png");}
  1296. .alipay-icon{background-image: url("@/static/images/shop/zfb-icon.png");}
  1297. }
  1298. }
  1299. .qrdd-footer-box{
  1300. flex-shrink: 0;display: flex;align-items: center;justify-content: space-between;padding: 24rpx;
  1301. box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.4);box-sizing: border-box;background-color: #f9f9f9;
  1302. .jg-box{color: #ff0000;}
  1303. .sum-row{display: flex;align-items: center;}
  1304. .xj-text-text{font-weight: bolder;font-size: 42rpx;}
  1305. .sum-text{font-size: 32rpx;color: #333;}
  1306. .yh-text{font-size: 28rpx;margin-top: 6rpx;}
  1307. .ljzf-btn{
  1308. width: 279rpx;height: 88rpx;line-height: 88rpx;color:#fff;font-size: 32rpx;text-align: center;
  1309. @include ezy-no-repeat-cover;background-image: url("@/static/images/shop/pay-btn.png");
  1310. }
  1311. }
  1312. }
  1313. // 手机号快捷登录弹窗
  1314. .sjh-kjdl-dialog{
  1315. .sjh-kjdl-content-box{display: flex;flex-direction: column;align-items: center;}
  1316. .kjdl-btn{
  1317. width: 496rpx;height: 88rpx;line-height: 88rpx;color: #fff;font-size: 36rpx;margin: 32rpx 0;
  1318. @include ezy-no-repeat-cover;background-image: url("@/static/images/shop/ksdl-btn.png");
  1319. }
  1320. .ykkt-text{color: #333;font-size: 32rpx;}
  1321. @include mediaSmall() {
  1322. .kjdl-btn{width: 322rpx;height: 57rpx;line-height: 57rpx;font-size: 22rpx;margin: 21rpx 0;}
  1323. .ykkt-text{font-size: 20rpx;}
  1324. }
  1325. @include mediaBig() {
  1326. .kjdl-btn{width: 794rpx;height: 141rpx;line-height: 141rpx;font-size: 54rpx;margin: 51rpx 0;}
  1327. .ykkt-text{font-size: 46rpx;}
  1328. }
  1329. }
  1330. // 兑换码
  1331. .ezy-dhm-page{
  1332. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1333. .dhm-body{
  1334. width: 95%;margin: 20rpx auto 0;box-sizing: border-box;padding: 36rpx;
  1335. .dhm-head-box{
  1336. width: 100%;padding: 12rpx 0 56rpx;box-sizing: border-box;
  1337. display: flex;align-items: center;color: #333;line-height: 1.6;
  1338. .head-img-box{width: 126rpx;height: 126rpx;margin: 0 24rpx 0 12rpx;@include ezy-no-repeat-cover;border-radius: 50%;}
  1339. .head-content-box{font-size: 32rpx;}
  1340. }
  1341. .duihuan-input-box{
  1342. width: 100%;height: 100rpx;border: 1rpx solid #dfdfdf;border-radius: 16rpx;
  1343. display: flex;align-items: center;
  1344. .uni-input-placeholder {font-size: 34rpx;color: #acacae;}
  1345. .duihuan-prefix-icon {
  1346. width: 56rpx;height: 56rpx;margin:0 32rpx 0 16rpx;@include ezy-no-repeat-cover;
  1347. background-image: url("@/static/images/my/two-code.png");position: relative;
  1348. font-weight: normal;display: flex;align-items: center;justify-content: space-between;flex-shrink: 0;
  1349. }
  1350. .duihuan-prefix-icon::after{
  1351. content: '';width: 1rpx;height: 56rpx;display: inline-block;background-color: #dfdfdf;
  1352. position: absolute;bottom: 0;right: -16rpx;
  1353. }
  1354. }
  1355. .duihuan-confirm-btn{
  1356. width: 100%;height: 92rpx;line-height: 92rpx;text-align: center;font-size:32rpx;
  1357. margin-top: 42rpx;@include ezy-no-repeat-contain;font-weight: bold;
  1358. background-image: url("@/static/images/login/login-btn-bj.png");color:#fff;
  1359. }
  1360. }
  1361. }