index.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. Page {
  2. width: 100%;
  3. height: 100%;
  4. background-color: #F7F7F7;
  5. }
  6. .container {
  7. width: 100%;
  8. background-color: #F7F7F7;
  9. display: flex;
  10. flex-flow: column nowrap;
  11. justify-content: space-between;
  12. }
  13. .top{
  14. height: 538rpx;
  15. width: 100%;
  16. }
  17. .top_img{
  18. height: 269px;
  19. width: 100%;
  20. }
  21. .bottom{
  22. /* height: 1000rpx; */
  23. padding: 30rpx 20rpx;
  24. display: flex;
  25. flex-flow: row nowrap;
  26. justify-content: space-between;
  27. }
  28. .left{
  29. width: 345rpx;
  30. }
  31. .left_1,.left_3,.right_2,.right_4{
  32. height: 120rpx;
  33. background-color: #DBA901;
  34. color: #fff;
  35. border-radius: 10rpx;
  36. border:4rpx solid #000;
  37. display: flex;
  38. flex-flow: row nowrap;
  39. justify-content: center;
  40. align-items: center;
  41. margin-bottom: 20rpx;
  42. }
  43. .left_2,.left_4,.right_1,.right_3{
  44. height: 240rpx;
  45. background-color:#1296db;
  46. color: #fff;
  47. border-radius: 10rpx;
  48. border:4rpx solid #000;
  49. display: flex;
  50. flex-flow: row nowrap;
  51. justify-content: center;
  52. align-items: center;
  53. margin-bottom: 20rpx;
  54. }
  55. .right{
  56. width: 345rpx;
  57. margin-left: 20rpx;
  58. }
  59. .content-button{
  60. height: 300rpx;
  61. width: 690rpx;
  62. margin-left: 30rpx;
  63. display: flex;
  64. flex-flow: row wrap;
  65. justify-content: left;
  66. background: #FFFFFF;
  67. box-shadow: 0px 9px 9px 1px rgba(131, 131, 131, 0.16);
  68. border-radius: 10px;
  69. margin-top: 5px;
  70. }
  71. .content-view{
  72. height:50%;
  73. width: 50%;
  74. display: flex;
  75. flex-flow: row nowrap;
  76. justify-content: space-evenly;
  77. align-items: center;
  78. }
  79. .content-view image{
  80. width: 50rpx;
  81. height: 50rpx;
  82. }
  83. .content-view-title{
  84. font-size: 28rpx;
  85. font-weight: 800;
  86. color: #070604;
  87. margin-bottom: 9px;
  88. }
  89. .content-view-english{
  90. font-size: 18rpx;
  91. font-weight: 800;
  92. color: #BE9962;
  93. }
  94. .profile{
  95. box-sizing: border-box;
  96. border-bottom: solid 1rpx rgba(229, 212, 174, 0.5);
  97. border-right: solid 1rpx rgba(229, 212, 174, 0.5);
  98. }
  99. .environment{
  100. box-sizing: border-box;
  101. border-bottom: solid 1rpx rgba(229, 212, 174, 0.5);
  102. border-left: solid 1rpx rgba(229, 212, 174, 0.5);
  103. }
  104. .culture{
  105. box-sizing: border-box;
  106. border-top: solid 1rpx rgba(229, 212, 174, 0.5);
  107. border-right: solid 1rpx rgba(229, 212, 174, 0.5);
  108. }
  109. .benefits{
  110. box-sizing: border-box;
  111. border-top: solid 1rpx rgba(229, 212, 174, 0.5);
  112. border-left: solid 1rpx rgba(229, 212, 174, 0.5);
  113. }
  114. .person-button{
  115. width: 344px;
  116. height: 88px;
  117. background: #FFE084;
  118. border-radius: 10px;
  119. margin: 0 auto;
  120. margin-top: 20px;
  121. display: flex;
  122. flex-flow: row nowrap;
  123. justify-content: space-evenly;
  124. align-items: center;
  125. box-shadow: 0px 9px 9px 1px rgba(131, 131, 131, 0.16);
  126. }
  127. .head-img{
  128. width: 55px;
  129. height: 55px;
  130. border-radius: 50%;
  131. }
  132. .welcome{
  133. width: 105px;
  134. height: 55px;
  135. }
  136. .person-center{
  137. width: 88px;
  138. height: 28px;
  139. border-radius: 10px
  140. }
  141. .school-view{
  142. width: 347px;
  143. height: 147px;
  144. margin: 20px auto;
  145. margin-bottom: 60px;
  146. /* box-shadow: 0px 9px 9px 1px rgba(131, 131, 131, 0.16); */
  147. }
  148. .school-img{
  149. width: 347px;
  150. height: 147px;
  151. position: absolute;
  152. }
  153. .school-view-right{
  154. position: relative;
  155. left:165px ;
  156. height: 147px;
  157. width:183px;
  158. }
  159. .school-position{
  160. width: 157px;
  161. height: 45px;
  162. margin-top: 20px;
  163. }
  164. .school-trip{
  165. width: 157px;
  166. height: 45px;
  167. margin-top: 12px;
  168. }