pages.scss 53 KB

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