index.wxss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  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. height: 648rpx;
  224. overflow-y: auto;
  225. }
  226. .quan-tip-title {
  227. font-size: 56rpx;
  228. letter-spacing: 6rpx;
  229. height: 100rpx;
  230. line-height: 100rpx;
  231. }
  232. .quan-tip-list-box {
  233. background: #FFF;
  234. width: 450rpx;
  235. margin: 30rpx 75rpx;
  236. display: flex;
  237. flex-wrap: wrap;
  238. padding: 5rpx;
  239. position: relative;
  240. border-radius: 10rpx;
  241. }
  242. .quan-tip-list-title {
  243. color: red;
  244. font-size: 30rpx;
  245. line-height: 84rpx;
  246. min-width: 250rpx;
  247. text-align: left;
  248. }
  249. .quan-tip-list-price {
  250. color: red;
  251. margin-left: auto;
  252. font-size: 36rpx;
  253. height: 84rpx;
  254. line-height: 84rpx;
  255. }
  256. .quan-tip-list-price text {
  257. font-size: 28rpx;
  258. }
  259. .quan-tip-list-date {
  260. color: #333;
  261. font-size: 24rpx;
  262. line-height: 38rpx;
  263. width: 100%;
  264. text-align: left;
  265. }
  266. .quan-tip-list-code {
  267. color: #333;
  268. font-size: 24rpx;
  269. margin-left: auto;
  270. line-height: 38rpx;
  271. }
  272. .tip-font {
  273. color: #9B9B9B;
  274. position: relative;
  275. top: 20rpx;
  276. font-size: 24rpx;
  277. }
  278. .quan-tip-btn {
  279. color: red;
  280. background: linear-gradient(to bottom, #EFCC61 0%, #FFA423 100%);
  281. font-size: 42rpx;
  282. height: 100rpx;
  283. line-height: 100rpx;
  284. border-radius: 100rpx;
  285. width: 500rpx;
  286. margin: 50rpx 50rpx 0;
  287. }
  288. .close-tip {
  289. width: 50rpx;
  290. height: 50rpx;
  291. color: #FFF;
  292. border: 4rpx solid #FFF;
  293. border-radius: 50rpx;
  294. font-weight: 600;
  295. line-height: 50rpx;
  296. margin: 0 350rpx 0;
  297. position: absolute;
  298. bottom: -30px;
  299. }
  300. .quan-tip-bottom {
  301. width: 600rpx;
  302. background: #FFF;
  303. height: 232rpx;
  304. position: absolute;
  305. }
  306. /* #EFCC61 */
  307. /* #FFA423 */
  308. /* end */