index.module.less 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. .attendClassModal {
  2. width: 800px;
  3. border-radius: 16px;
  4. overflow: hidden;
  5. }
  6. .showUpdatePassword {
  7. width: 514px;
  8. }
  9. .homeSection {
  10. display: flex;
  11. background: #FFFFFF;
  12. border-radius: 20px;
  13. padding: 27px;
  14. }
  15. .homeLeft {
  16. display: flex;
  17. position: relative;
  18. background: url('./img/left-bg.png') no-repeat top center #FFFFFF;
  19. background-size: cover;
  20. border-radius: 20px;
  21. padding: 63px 22px 22px;
  22. width: 540px;
  23. min-height: 690px;
  24. flex-shrink: 0;
  25. .homeWindow {
  26. width: 96px;
  27. height: 23px;
  28. background: url('./img/icon-left-window.png') no-repeat top center;
  29. background-size: contain;
  30. position: absolute;
  31. left: 50%;
  32. top: 20px;
  33. margin-left: -48px;
  34. }
  35. .homeUserInfo {
  36. position: relative;
  37. height: inherit;
  38. background: rgba(255, 255, 255, 0.8);
  39. border-radius: 13px;
  40. border: 3px solid #FFFFFF;
  41. .homeTag {
  42. position: absolute;
  43. right: 33px;
  44. top: -6px;
  45. width: 28px;
  46. height: 35px;
  47. background: url('./img/icon-tag.png') no-repeat top center;
  48. background-size: contain;
  49. }
  50. }
  51. .desc {
  52. padding: 12px 34px 30px;
  53. font-size: 13Px;
  54. color: rgba(0, 0, 0, 0.7);
  55. line-height: 25px;
  56. letter-spacing: 1px;
  57. }
  58. .homeEchats {
  59. position: absolute;
  60. bottom: 34px;
  61. box-sizing: content-box;
  62. display: block;
  63. width: calc(100% - 68px);
  64. margin: 54px 34px 0;
  65. }
  66. .teacherMan {
  67. position: absolute;
  68. bottom: 0;
  69. right: -23px;
  70. width: 353px;
  71. height: 432px;
  72. }
  73. .teacherBook {
  74. position: absolute;
  75. bottom: -40px;
  76. right: 137px;
  77. z-index: 9;
  78. width: 131px;
  79. height: 131px;
  80. background: url('./img/icon-book.png') no-repeat center;
  81. background-size: contain;
  82. }
  83. .teacherWoman {
  84. position: absolute;
  85. bottom: 0;
  86. right: 20px;
  87. width: 218px;
  88. height: 442px;
  89. }
  90. }
  91. .homeUsers {
  92. display: flex;
  93. align-items: center;
  94. padding: 20px 34px;
  95. .userImg {
  96. margin-right: 12px;
  97. width: 56px;
  98. height: 56px;
  99. border: 2px solid #FFFFFF;
  100. border-radius: 50%;
  101. }
  102. .userName {
  103. font-size: 18Px;
  104. color: #131415;
  105. line-height: 29px;
  106. font-weight: bold;
  107. }
  108. }
  109. .homeBtnGroup {
  110. display: flex;
  111. align-items: center;
  112. justify-content: center;
  113. .btnBk,
  114. .btnClass {
  115. width: 178px;
  116. height: 64px;
  117. cursor: pointer;
  118. transition: all .2s ease;
  119. &:hover {
  120. transform: scale(1.05);
  121. transition: all .2s ease;
  122. }
  123. }
  124. .btnClass {
  125. margin-left: 12px;
  126. }
  127. .btnBk {
  128. background: url('./img/icon-bk.png') no-repeat center center;
  129. background-size: contain;
  130. }
  131. .btnClass {
  132. background: url('./img/icon-class.png') no-repeat center center;
  133. background-size: contain;
  134. }
  135. }
  136. .homeRight {
  137. flex: 1 auto;
  138. margin-left: 26px;
  139. .rightTop {
  140. display: flex;
  141. }
  142. .topSection {
  143. position: relative;
  144. flex: 1;
  145. display: flex;
  146. align-items: center;
  147. flex-direction: column;
  148. transition: all .2s ease;
  149. cursor: pointer;
  150. &::before {
  151. content: '';
  152. position: absolute;
  153. left: 0;
  154. right: 0;
  155. bottom: 0;
  156. top: 0;
  157. background: url('./img/t1-3.png') no-repeat top left, url('./img/t1-2.png') no-repeat bottom center;
  158. background-size: 108px 91px, 100% 129px;
  159. }
  160. &:last-child {
  161. margin-left: 25px;
  162. }
  163. .tFun {
  164. margin-top: 27px;
  165. width: 258px;
  166. height: 224px;
  167. }
  168. .tTxt {
  169. margin-top: -22px;
  170. width: 196px;
  171. height: 38px;
  172. }
  173. .tTitle {
  174. margin-top: 47px;
  175. margin-bottom: 34px;
  176. width: 336px;
  177. height: 23px;
  178. }
  179. }
  180. .topSection1 {
  181. background: linear-gradient(135deg, #99BBFF 0%, #9CA6FF 20%, #A5A1FF 50%, #C686FF 100%);
  182. border-radius: 20px;
  183. &:hover {
  184. box-shadow: 5px 5px 17px 0px #DCCBFF;
  185. transform: scale(1.01);
  186. transition: all .2s ease;
  187. }
  188. }
  189. .topSection2 {
  190. background: linear-gradient(135deg, #FFA891 0%, #FF8EAB 22%, #FF96AE 50%, #FF7DAA 67%, #FF7ABC 100%);
  191. border-radius: 20px;
  192. &:hover {
  193. box-shadow: 5px 5px 17px 0px #FFBBD5;
  194. transform: scale(1.01);
  195. transition: all .2s ease;
  196. }
  197. &::before {
  198. content: '';
  199. position: absolute;
  200. left: 0;
  201. right: 0;
  202. bottom: 0;
  203. top: 0;
  204. background: url('./img/t2-3.png') no-repeat top left, url('./img/t1-2.png') no-repeat bottom center;
  205. background-size: 108px 91px, 100% 129px;
  206. }
  207. }
  208. }
  209. .rightBottom {
  210. display: flex;
  211. align-items: center;
  212. margin-top: 25px;
  213. .bottomSection {
  214. cursor: pointer;
  215. margin-left: 23px;
  216. padding-bottom: 38px;
  217. padding-top: 28px;
  218. flex: 1;
  219. background: linear-gradient(135deg, #F4FDFF 0%, #E5E2FF 100%);
  220. border-radius: 20px;
  221. text-align: center;
  222. transition: all .2s ease;
  223. &:first-child {
  224. margin-left: 0;
  225. }
  226. &:hover {
  227. transform: scale(1.02);
  228. transition: all .2s ease;
  229. box-shadow: 5px 5px 17px 0px rgba(153, 154, 218, 0.4);
  230. }
  231. .bFun {
  232. padding: 23px 0 12px;
  233. width: 100%;
  234. }
  235. .bTxt {
  236. width: 148px;
  237. height: 52px;
  238. }
  239. .bTxt2 {
  240. width: 74px;
  241. }
  242. .bTxt3 {
  243. width: 98px;
  244. }
  245. }
  246. }
  247. .subjectSyncModal {
  248. width: 920px;
  249. }