123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- .pro_content{
- background-color: white;
- }
- .pro_header{
- width: 100%;
- height: 3.9rem;
- position: relative;
- }
- .pro_header img{
- width: 100%;
- height: 100%;
- }
- .suspension {
- position: absolute;
- left: 2rem;
- top: 1.3rem;
- color: white;
- }
-
- .suspension div {
- font-weight: bold;
- font-size: 0.4rem;
- margin-bottom: 0.4rem;
- }
-
- .suspension p {
- font-size: 0.16rem;
- }
- .piece {
- width: 100%;
- /* height: 8rem; */
- }
- .piece_color{
- background-color: #f5f6f9ff;
- }
- .piece_item{
- width: 13rem;
- margin:0 auto;
- padding: 1rem 0 0.4rem;
- }
- .area_title{
- color: #000000;
- letter-spacing: 0.01rem;
- font-size: 0.4rem;
- font-weight: bold;
- text-align: center;
- margin-bottom: 0.4rem;
- }
- .area_comm p{
- color: #000000;
- font-size: 0.16rem;
- text-align: center;
- letter-spacing: 0.02rem;
- line-height: 0.3rem;
- margin: 0;
- }
- .area_content{
- margin-top: 0.4rem;
- }
- .area_list{
- display: flex;
- justify-content: space-between;
- }
- .area_item{
- height: 3.3rem;
- border-radius: 0.1rem;
- background: #fefeffff;
- border: 1px solid #f1f4fc;
- padding: 0 0.2rem 0.1rem;
- box-sizing: border-box;
- background-color: #fefeff;
- text-align: center;
- }
- .area_item img{
- width: 0.56rem;
- height: 0.56rem;
- display: inline-block;
- margin: 0;
- }
- .area_item div{
- text-align: center;
- font-size: 0.24rem;
- font-weight: bold;
- letter-spacing: 0.02rem;
- color: #000000;
- line-height: 0.6rem;
- }
- .area_item p {
- color: #666666;
- text-align: left;
- line-height: 0.3rem;
- font-size: 0.16rem;
- letter-spacing: 0.02rem;
- }
- .three{
- width: calc(33% - 0.2rem);
- }
- .four {
- width: calc(25% - 0.2rem);
- }
- .exam_lbt{
- display: flex;
- }
- .exam_lbt .lbt_left{
- width: 30%;
- }
- .lbt_left div{
- font-size: .2rem;
- }
- .exam_lbt .lbt_right {
- width: 70%;
- }
- .school_flex{
- display: flex;
- margin-top: 1rem;
- justify-content: center;
- }
- .school_img{
- width: 4.7rem;
- height: 4.7rem;
- }
- .school{
- width: 4rem;
- text-align: right;
- }
- .school_item{
- width: 2.4rem;
- height: 0.47rem;
- background-color: white;
- border-radius: 0.04rem;
- box-shadow: 0 0 0.12rem #0000001a;
- display: flex;
- align-items: center;
- flex-direction: row-reverse;
- }
- .school_item span{
- color: #2d8cf0;
- font-size: 0.16rem;
- text-align: center;
- }
- .school_item img{
- width: 0.58rem;
- height: 0.58rem;
- }
|