index.wxss 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358
  1. .container {
  2. padding: 0 0 200rpx 0;
  3. margin: 0;
  4. color: #333;
  5. }
  6. /* 顶部学生信息 */
  7. .head-view {
  8. display: flex;
  9. width: 700rpx;
  10. margin: 25rpx;
  11. }
  12. .head-left {
  13. display: flex;
  14. width: 350rpx;
  15. }
  16. .head-img-view {
  17. width: 60rpx;
  18. margin-right: 10rpx;
  19. }
  20. .head-img-view image {
  21. height: 60rpx;
  22. width: 60rpx;
  23. border-radius: 60rpx;
  24. }
  25. .headName{
  26. background: #005033;
  27. color: #FFF;
  28. text-align: center;
  29. border-radius: 100%;
  30. height: 60rpx;
  31. width: 60rpx;
  32. line-height: 60rpx;
  33. font-size: 36rpx;
  34. }
  35. .section {
  36. height: 60rpx;
  37. line-height: 60rpx;
  38. text-align: center;
  39. width: 350rpx;
  40. font-size: 28rpx;
  41. }
  42. .stuHead {
  43. opacity: 0.2;
  44. }
  45. .curStu {
  46. opacity: 1 !important;
  47. }
  48. .toDown{
  49. width: 32rpx;
  50. height: 32rpx;
  51. margin-left: 30rpx;
  52. position: absolute;
  53. right: 0;
  54. top: 8rpx;
  55. display: inline-block;
  56. }
  57. .toDown image{
  58. width: 100%;
  59. height: 100%;
  60. }
  61. .picker{
  62. position: relative;
  63. }
  64. /* end */
  65. /* 轮播图 */
  66. .banner {
  67. height: 600rpx;
  68. }
  69. .banner-box {
  70. width: 100%;
  71. }
  72. .bb-image {
  73. width: 750rpx;
  74. height: 563rpx;
  75. }
  76. .swiper {
  77. position: relative;
  78. }
  79. /* end */
  80. /* 课程数据 */
  81. .class-view {
  82. width: 700rpx;
  83. margin: 40rpx 25rpx;
  84. }
  85. .class-list {
  86. display: flex;
  87. }
  88. .class-box {
  89. width: 220rpx;
  90. height: 110rpx;
  91. display: flex;
  92. box-shadow: 0 20rpx 20rpx #ddd;
  93. margin: 20rpx auto;
  94. }
  95. .class-img {
  96. width: 60rpx;
  97. height: 60rpx;
  98. margin-top: 20rpx;
  99. margin-left: 10rpx;
  100. }
  101. .class-img image {
  102. height: 100%;
  103. width: 100%;
  104. }
  105. .class-detail {
  106. text-align: center;
  107. width: 160rpx;
  108. margin-left: auto;
  109. }
  110. .class-title {
  111. color: #999;
  112. font-size: 24rpx;
  113. height: 40rpx;
  114. line-height: 40rpx;
  115. }
  116. .class-num {
  117. color: #cc6031;
  118. height: 60rpx;
  119. line-height: 60rpx;
  120. }
  121. /* end */
  122. /* 标题 */
  123. .title {
  124. font-size: 32rpx;
  125. font-weight: 600;
  126. }
  127. /* end */
  128. /* 我的应用 */
  129. .app-view {
  130. width: 700rpx;
  131. margin: 40rpx 25rpx;
  132. }
  133. .app-list {
  134. display: flex;
  135. flex-wrap: wrap;
  136. }
  137. .app-box {
  138. flex: 0 0 25%;
  139. width: 150rpx;
  140. text-align: center;
  141. margin: 20rpx 0;
  142. }
  143. .app-img {
  144. height: 60rpx;
  145. width: 60rpx;
  146. margin: 0 auto;
  147. }
  148. .app-img image {
  149. width: 100%;
  150. height: 100%;
  151. }
  152. .app-title {
  153. font-size: 28rpx;
  154. height: 60rpx;
  155. line-height: 60rpx;
  156. }
  157. /* end */
  158. /* 学生秀.老师秀 */
  159. .show-view{
  160. width: 700rpx;
  161. margin: 40rpx 25rpx;
  162. }
  163. .title-view{
  164. display: flex;
  165. }
  166. .more{
  167. margin-left: auto;
  168. color: #999;
  169. font-size: 24rpx;
  170. }
  171. .reset-btn{
  172. width: 120rpx;
  173. padding: 10rpx;
  174. height: 40rpx;
  175. line-height: 40rpx;
  176. color: #999;
  177. text-align: center;
  178. margin: 20rpx auto;
  179. border: 1px solid #999;
  180. border-radius: 40rpx;
  181. }
  182. .none-more{
  183. text-align: center;
  184. color: #999;
  185. }
  186. .quan-bg {
  187. position: fixed;
  188. top: 0;
  189. width: 100%;
  190. height: 100%;
  191. background: #333;
  192. opacity: 0.3;
  193. z-index: 9999998;
  194. }
  195. .quan-tip {
  196. position: fixed;
  197. text-align: center;
  198. z-index: 9999999;
  199. width: 750rpx;
  200. height: 1050rpx;
  201. top: 50%;
  202. margin-top: -525rpx;
  203. }
  204. .quan-tip image {
  205. width: 750rpx;
  206. height: 808rpx;
  207. position: relative;
  208. z-index: 2;
  209. }
  210. .quan-tip-content {
  211. background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #EFCC61), color-stop(100%, #FFA423));
  212. width: 600rpx;
  213. height: 800rpx;
  214. position: absolute;
  215. left: 75rpx;
  216. color: #FFF;
  217. border-radius: 10rpx;
  218. top: 40rpx;
  219. }
  220. .quan-tip-list {
  221. position: relative;
  222. z-index: 3;
  223. }
  224. .quan-tip-title {
  225. font-size: 56rpx;
  226. letter-spacing: 6rpx;
  227. height: 100rpx;
  228. line-height: 100rpx;
  229. }
  230. .quan-tip-list-box {
  231. background: #FFF;
  232. width: 450rpx;
  233. margin: 30rpx 75rpx;
  234. display: flex;
  235. flex-wrap: wrap;
  236. padding: 5rpx;
  237. position: relative;
  238. border-radius: 10rpx;
  239. }
  240. .quan-tip-list-title {
  241. color: red;
  242. font-size: 30rpx;
  243. line-height: 84rpx;
  244. min-width: 250rpx;
  245. text-align: left;
  246. }
  247. .quan-tip-list-price {
  248. color: red;
  249. margin-left: auto;
  250. font-size: 36rpx;
  251. height: 84rpx;
  252. line-height: 84rpx;
  253. }
  254. .quan-tip-list-price text {
  255. font-size: 28rpx;
  256. }
  257. .quan-tip-list-date {
  258. color: #333;
  259. font-size: 24rpx;
  260. line-height: 38rpx;
  261. }
  262. .quan-tip-list-code {
  263. color: #333;
  264. font-size: 24rpx;
  265. margin-left: auto;
  266. line-height: 38rpx;
  267. }
  268. .tip-font {
  269. color: #9B9B9B;
  270. position: relative;
  271. top: 20rpx;
  272. font-size: 24rpx;
  273. }
  274. .quan-tip-btn {
  275. color: red;
  276. background: linear-gradient(to bottom, #EFCC61 0%, #FFA423 100%);
  277. font-size: 42rpx;
  278. height: 100rpx;
  279. line-height: 100rpx;
  280. border-radius: 100rpx;
  281. width: 500rpx;
  282. margin: 50rpx 50rpx 0;
  283. }
  284. .close-tip {
  285. width: 50rpx;
  286. height: 50rpx;
  287. color: #FFF;
  288. border: 4rpx solid #FFF;
  289. border-radius: 50rpx;
  290. font-weight: 600;
  291. line-height: 50rpx;
  292. margin: 0 350rpx 0;
  293. position: absolute;
  294. bottom: -30px;
  295. }
  296. .quan-tip-bottom {
  297. width: 600rpx;
  298. background: #FFF;
  299. height: 232rpx;
  300. position: absolute;
  301. }
  302. /* #EFCC61 */
  303. /* #FFA423 */
  304. /* end */