app.wxss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. /**app.wxss**/
  2. page {
  3. font-size: 32rpx;
  4. line-height: 32rpx;
  5. color: #000000;
  6. background: #Fff;
  7. box-sizing: border-box;
  8. }
  9. text,
  10. view {
  11. word-break: break-all;
  12. box-sizing: border-box;
  13. font-family:PingFang SC;
  14. }
  15. image,
  16. text {
  17. display: inline-block;
  18. vertical-align: middle;
  19. }
  20. button,
  21. button::after {
  22. border: none;
  23. border-radius: 0;
  24. padding: 0;
  25. margin: 0;
  26. transition: all .3s;
  27. }
  28. .container {
  29. position: relative;
  30. }
  31. .wrapper {
  32. position: absolute;
  33. top: 0;
  34. left: 0;
  35. width: 100%;
  36. }
  37. .input-placeholder,
  38. .textarea-placeholder {
  39. color: #bfbfbf;
  40. font-size: 30rpx;
  41. }
  42. .pb {
  43. padding-bottom: 98rpx;
  44. }
  45. .scroll-view {
  46. display: flex;
  47. padding-top: 20rpx;
  48. }
  49. .scroll-view-item {
  50. margin-right: 24rpx;
  51. position: relative;
  52. }
  53. .scroll-view-image {
  54. width: 212rpx;
  55. height: 212rpx;
  56. /* border: 1rpx solid #CCCCCC; */
  57. border-radius: 10rpx;
  58. }
  59. .tag-words{
  60. width: 100%;
  61. height:52rpx;
  62. line-height: 52rpx;
  63. text-align: center;
  64. background:rgba(0,0,0,0.8);
  65. color: #FFFFFF;
  66. font-size: 20rpx;
  67. position: absolute;
  68. bottom: 0;
  69. z-index:1000;
  70. border-radius: 0 0 20rpx 20rpx;
  71. }
  72. .login{
  73. text-align: center;
  74. color: #373737;
  75. font-size: 26rpx;
  76. margin-top: 30%;
  77. }
  78. .login-img{
  79. width: 305rpx;
  80. height: 331rpx;
  81. /* margin-bottom: 109rpx; */
  82. }
  83. .login-text{
  84. margin: 80rpx 0;
  85. }
  86. .login-btn{
  87. width:346rpx;
  88. height:96rpx;
  89. line-height: 96rpx;
  90. background:rgba(255,100,101,1);
  91. border-radius:48rpx;
  92. cursor: pointer;
  93. margin: auto;
  94. color: #FFFFFF;
  95. font-size: 30rpx;
  96. text-align: center;
  97. }
  98. /* 头部设置 */
  99. .nav{
  100. font-size: 30rpx;
  101. font-family: PingFang SC;
  102. /* font-weight: bold; */
  103. text-align: center;
  104. position: relative;
  105. /* height: 128rpx;
  106. line-height: 128rpx;
  107. top: 19rpx; */
  108. }
  109. .nav-img{
  110. width: 60rpx;
  111. height: 60rpx;
  112. position: absolute;
  113. bottom: 0;
  114. left: 24rpx;
  115. margin: auto 0;
  116. border-radius: 50%;
  117. }
  118. .nav-text{
  119. /* padding-top: 5%; */
  120. /* margin: auto 0; */
  121. }
  122. /* 弹幕 */
  123. .showModel{
  124. width: 100%;
  125. height: 100%;
  126. position: fixed;
  127. top: 0;
  128. left: 0;
  129. background: #000;
  130. opacity: 0.5;
  131. overflow: hidden;
  132. z-index: 1000;
  133. color: #fff;
  134. }
  135. .model{
  136. z-index: 10000;
  137. position: fixed;
  138. top: 30%;
  139. margin: 0 60rpx;
  140. background: #fff;
  141. border-radius:30rpx;
  142. text-align: center;
  143. width: 84%;
  144. }
  145. .model-class{
  146. z-index: 10000;
  147. position: fixed;
  148. bottom: 0;
  149. background: #fff;
  150. width: 100%;
  151. }
  152. .rename{
  153. color: #393939;
  154. padding: 50rpx;
  155. }
  156. .rename-name{
  157. font-size: 36rpx;
  158. line-height: 70rpx;
  159. margin-bottom: 50rpx;
  160. }
  161. .rename-input{
  162. height:86rpx;
  163. line-height: 86rpx;
  164. background:rgba(245,245,245,1);
  165. border-radius:10rpx;
  166. position: relative;
  167. }
  168. .rename-input-items{
  169. width: 80%;
  170. text-align: left;
  171. margin-left: 10rpx;
  172. height:86rpx;
  173. line-height: 86rpx;
  174. }
  175. .rename-input-img{
  176. width: 40rpx;
  177. height: 40rpx;
  178. position: absolute;
  179. top: 25rpx;
  180. right: 21rpx;
  181. z-index: 10000
  182. }
  183. .rename-footer{
  184. display: flex;
  185. justify-content: space-around;
  186. color: #8489A3;
  187. font-size: 34rpx;
  188. margin-top: 123rpx;
  189. }
  190. .rename-footer-sure{
  191. color: #FF6465;
  192. }
  193. /* 班级列表 */
  194. .li-content{
  195. padding: 0;
  196. }
  197. .li-content-items{
  198. padding: 45rpx;
  199. position: relative;
  200. }
  201. .li-content-items-img{
  202. width: 48rpx;
  203. height: 36rpx;
  204. position: relative;
  205. bottom: 23rpx;
  206. }
  207. .li-content-items-class{
  208. display: inline-block;
  209. color: #7C819D;
  210. font-size: 24rpx;
  211. margin: 0 30rpx;
  212. /* text-align: center; */
  213. }
  214. .li-content-items-class-num{
  215. color: #121212;
  216. font-size: 30rpx;
  217. margin-bottom: 12rpx;
  218. font-weight: 600;
  219. }
  220. .li-content-items-right{
  221. position: absolute;
  222. top: 50rpx;
  223. right: 38rpx;
  224. }
  225. .li-content-items-right-img{
  226. width: 60rpx;
  227. height: 60rpx;
  228. margin: auto 0
  229. }
  230. .li-footer{
  231. position: fixed;
  232. bottom: 0;
  233. height:120rpx;
  234. line-height: 120rpx;
  235. color: #393939;
  236. font-size: 28rpx;
  237. background:rgba(245,245,245,1);
  238. width: 100%;
  239. }
  240. .li-footer-img{
  241. width: 44rpx;
  242. height: 44rpx;
  243. /* transform: rotate(45deg); */
  244. margin-left: 50rpx;
  245. margin-right: 15rpx;
  246. }
  247. /* 底部按钮 */
  248. .li-class-grade{
  249. display: flex;
  250. justify-content: space-between;
  251. padding: 0 24rpx;
  252. font-size: 28rpx;
  253. color: #393939;
  254. position: fixed;
  255. bottom: 0;
  256. height:120rpx;
  257. background:rgba(245,245,245,1);
  258. line-height: 120rpx;
  259. width: 100%;
  260. }
  261. .li-class-grade-green{
  262. width:180rpx;
  263. height:74rpx;
  264. background:#58C760;
  265. border-radius:37rpx;
  266. text-align: center;
  267. line-height: 74rpx;
  268. color: #fff;
  269. margin: auto 0;
  270. }
  271. .li-class-grade-btn{
  272. width:180rpx;
  273. height:74rpx;
  274. background:rgba(255,100,101,1);
  275. border-radius:37rpx;
  276. text-align: center;
  277. line-height: 74rpx;
  278. color: #fff;
  279. margin: auto 0;
  280. }
  281. .li-class-grade-img{
  282. width: 37rpx;
  283. height: 34rpx;
  284. margin-left: 25rpx;
  285. margin-right: 18rpx;
  286. }
  287. .li-order{
  288. margin-bottom: 120rpx;
  289. }
  290. /* 字母导航 */
  291. .list-shortcut {
  292. position: fixed;
  293. z-index: 30;
  294. right: 0;
  295. top: 50%;
  296. -webkit-transform: translateY(-50%);
  297. transform: translateY(-50%);
  298. width: 20px;
  299. padding: 20px 0;
  300. border-radius: 10px;
  301. text-align: center;
  302. /* background: rgba(0,0,0,.3); */
  303. font-family: Helvetica;
  304. }
  305. .list-shortcut-num{
  306. display: block;
  307. padding: 3px;
  308. line-height: 1;
  309. color: #4667F6;
  310. font-size: 22rpx;
  311. }
  312. .list-current{
  313. color: #ffcd32 !important;
  314. }
  315. .list-letter {
  316. height: 50rpx;
  317. line-height: 50rpx;
  318. padding-left: 40rpx;
  319. font-size:26rpx;
  320. font-family:PingFang SC;
  321. font-weight:bold;
  322. color:rgba(83,83,87,1);
  323. background: #F1F3FA;
  324. margin: auto 0;
  325. }
  326. .close-serve{
  327. width:138rpx;
  328. height:40rpx;
  329. background:rgba(242,242,250,1);
  330. border-radius:20rpx;
  331. text-align: center;
  332. line-height: 40rpx;
  333. font-size:22rpx;
  334. font-family:PingFang SC;
  335. font-weight:bold;
  336. color:rgba(170,170,170,1);
  337. display: inline-block;
  338. }
  339. .close_active{
  340. /* background:rgba(241,241,241,0.5); */
  341. opacity: 0.5;
  342. }
  343. .close_color{
  344. color: #AAAAAA !important;
  345. }