123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- .main {
- height: 80.8vh;
- .zero {
- width: 96vw;
- margin: 0 0 2vw 0;
- }
- .one {
- position: relative;
- width: 96vw;
- height: 120px;
- .one_1 {
- height: 80px;
- background-color: #216EC7;
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 10px;
- color: transparent;
- }
- .one_2 {
- position: absolute;
- top: 5vw;
- width: 86vw;
- height: 86px;
- margin: 0 2vw;
- padding: 2vw;
- background-color: #ffffff;
- display: flex;
- justify-content: space-between;
- .l {
- display: flex;
- justify-content: start;
- width: 72vw;
- .l_1 {
- padding: 3vw 0;
- .icon {
- width: 60px;
- height: 60px;
- border-radius: 90px;
- }
- }
- .l_2 {
- width: 56vw;
- padding: 4vw 0 0 0;
- .info {
- margin: 0 0 2vw 0;
- padding: 0 2vw;
- font-size: 16px;
- }
- .info:nth-child(1) {
- font-weight: bold;
- font-size: 18px;
- }
- .info:nth-child(2) {
- color: #858585;
- font-size: 15px;
- }
- }
- }
- .r {
- padding: 8vw 0;
- font-size: 16px;
- color: #858585;
- }
- }
- }
- .two {
- display: flex;
- flex-direction: column;
- .btnList {
- .list_1 {
- .icon {
- margin: 0 1vw 0 0;
- }
- .oneTitle {
- font-size: 16px;
- }
- }
- .list_2 {
- .routeList {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- border-bottom: 1px dashed #f1f1f1;
- padding: 2vw 0;
- .route_1 {
- .title {
- font-size: 15px;
- color: #000000;
- }
- }
- .route_2 {
- font-size: 16px;
- }
- }
- }
- }
- // .list {
- // display: flex;
- // flex-direction: row;
- // justify-content: space-between;
- // background-color: #fff;
- // margin: 0 0 2vw 0;
- // border-bottom: 1px solid #858585;
- // padding: 2vw;
- // .list_1 {
- // .icon {
- // margin: 0 2vw 0 0;
- // }
- // .title {
- // font-size: 14px;
- // }
- // }
- // .list_2 {
- // color: #858585;
- // }
- // }
- }
- }
|