123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283 |
- Page {
- width: 100%;
- height: 100%;
- background-color: #F7F7F7;
- }
- .container {
- width: 100%;
- background-color: #F7F7F7;
- display: flex;
- flex-flow: column nowrap;
- justify-content: space-between;
- }
- .top {
- height: 538rpx;
- width: 100%;
- }
- .top_img {
- height: 269px;
- width: 100%;
- }
- .bottom {
- /* height: 1000rpx; */
- padding: 30rpx 20rpx;
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-between;
- }
- .left {
- width: 345rpx;
- }
- .left_1,
- .left_3,
- .right_2,
- .right_4 {
- height: 120rpx;
- background-color: #DBA901;
- color: #fff;
- border-radius: 10rpx;
- border: 4rpx solid #000;
- display: flex;
- flex-flow: row nowrap;
- justify-content: center;
- align-items: center;
- margin-bottom: 20rpx;
- }
- .left_2,
- .left_4,
- .right_1,
- .right_3 {
- height: 240rpx;
- background-color: #1296db;
- color: #fff;
- border-radius: 10rpx;
- border: 4rpx solid #000;
- display: flex;
- flex-flow: row nowrap;
- justify-content: center;
- align-items: center;
- margin-bottom: 20rpx;
- }
- .right {
- width: 345rpx;
- margin-left: 20rpx;
- }
- .content-button {
- height: 300rpx;
- width: 690rpx;
- margin-left: 30rpx;
- display: flex;
- flex-flow: row wrap;
- justify-content: left;
- background: #FFFFFF;
- box-shadow: 0px 9px 9px 1px rgba(131, 131, 131, 0.16);
- border-radius: 10px;
- margin-top: 5px;
- }
- .content-view {
- height: 50%;
- width: 50%;
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-evenly;
- align-items: center;
- }
- .content-view image {
- width: 50rpx;
- height: 50rpx;
- }
- .content-view-title {
- font-size: 28rpx;
- font-weight: 800;
- color: #070604;
- margin-bottom: 9px;
- }
- .content-view-english {
- font-size: 18rpx;
- font-weight: 800;
- color: #BE9962;
- }
- /* .profile {
- box-sizing: border-box;
- border-bottom: solid 1rpx rgba(229, 212, 174, 0.5);
- border-right: solid 1rpx rgba(229, 212, 174, 0.5);
- }
- .environment {
- box-sizing: border-box;
- border-bottom: solid 1rpx rgba(229, 212, 174, 0.5);
- border-left: solid 1rpx rgba(229, 212, 174, 0.5);
- } */
- /* .culture {
- box-sizing: border-box;
- border-top: solid 1rpx rgba(229, 212, 174, 0.5);
- border-right: solid 1rpx rgba(229, 212, 174, 0.5);
- } */
- /* .benefits {
- box-sizing: border-box;
- border-top: solid 1rpx rgba(229, 212, 174, 0.5);
- border-left: solid 1rpx rgba(229, 212, 174, 0.5);
- } */
- .person-button {
- width: 344px;
- height: 88px;
- background: #FFFFFF;
- border-radius: 10px;
- margin: 0 auto;
- margin-top: -8px;
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-evenly;
- align-items: center;
- position: relative;
- /* box-shadow: 0px 9px 9px 1px rgba(131, 131, 131, 0.16); */
- }
- .head-img {
- width: 55px;
- height: 55px;
- border-radius: 50%;
- }
- .welcome {
- width: 105px;
- height: 55px;
- }
- .person-center {
- width: 88px;
- height: 28px;
- border-radius: 10px
- }
- .school-view {
- width: 347px;
- height: 147px;
- margin: 20px auto;
- /* margin-bottom: 60px; */
- /* box-shadow: 0px 9px 9px 1px rgba(131, 131, 131, 0.16); */
- }
- .school-img {
- width: 347px;
- height: 147px;
- position: absolute;
- }
- .school-view-right {
- position: relative;
- left: 165px;
- height: 147px;
- width: 183px;
- }
- .school-position {
- width: 60px;
- height: 60px;
-
-
- }
- .school-trip {
- width: 60px;
- height: 60px;
-
- }
- .content-all{
- display: flex;
- flex-flow: column nowrap;
- align-items: center;
- }
- .content-top{
- width: 345px;
- height: 146px;
- background: #FFFFFF;
- border-radius: 10px;
- margin-top: 8px;
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-between;
- align-items: center;
-
- }
- .content-top-v{
- width: 80px;
- height: 90px;
- display: flex;
- flex-flow: column nowrap;
- justify-content: space-around;
- align-items: center;
- }
- .top-line{
- width: 1px;
- height: 82px;
- background: #909090;
- }
- .ontent-top-text{
- font-size: 10px;
- font-weight: 400;
- color: #3E3A39;
- }
- .content-bottom{
- width: 344px;
- height: 180px;
- margin-top: 8px;
- display: flex;
- flex-flow: row nowrap;
- justify-content: left;
- align-items: center;
- }
- .content-bottom-left{
- width: 119px;
- height: 180px;
- }
- .content-bottom-right{
- width: 217px;
- height: 180px;
- margin-left: 8px;
- }
- .culture{
- width: 217px;
- height: 78px;
- }
- .content-bottom-right-bottom{
- width: 217px;
- height: 93px;
- margin-top: 5px;
- display: flex;
- flex-flow: row nowrap;
- justify-content: left;
- }
- .environment{
- width: 106px;
- height: 93px;
- }
- .treatment{
- width: 106px;
- height: 93px;
- margin-left: 6px;
- }
|