Page { width: 100%; height: 100%; background-color: #F7F7F7; } /* 垂直方向布局,水平居中 **/ .flex-column{ display: flex; flex-flow: column nowrap; align-items: center; justify-content: left; } /* 水平方向布局,垂直居中 **/ .flex-row{ display: flex; flex-flow: row nowrap; align-items: center; justify-content: center; } .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: 688rpx; height: 176rpx; 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: 4px 4px 20px 0px rgba(90,90,90,0.3); } .head-img { width: 55px; height: 55px; border-radius: 50%; } .welcome { width: 105px; height: 55px; } .person-center { width: 88px; height: 28px; border-radius: 10px } .person-center-text{ width: 84px; height: 27px; border-radius: 5px; background-color: #333333; justify-content: center; } .text-style{ font-size: 14px; color: #FFFFFFFF; } .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{ margin-top: 14px; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; background-color: #FFFFFFFF; border-radius: 10px; box-shadow: 2px 2px 10px 0px rgba(90,90,90,0.3); margin-bottom: 14px; } .info-style{ width: 344rpx; height: 584rpx; } .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; } .content-bottom-style{ width: 344rpx; height: 288rpx; } .content-lower{ margin-bottom: 14px; box-shadow: 4px 4px 20px 0px rgba(90,90,90,0.3); } .school-style{ width: 346rpx; height: 262rpx; }