123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226 |
- .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%;
- }
- .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);
- }
- .school_flex{
- display: flex;
- margin-top: 1rem;
- justify-content: center;
- }
- .school_img{
- width: 4.7rem;
- height: 4.7rem;
- }
- .school{
- width: 4rem;
- text-align: right;
- position: relative;
- }
- .school_item{
- width: 2.4rem;
- height: 0.4rem;
- background-color: white;
- border-radius: 0.04rem;
- box-shadow: 0 0 0.12rem #0000001a;
- display: flex;
- align-items: center;
- flex-direction: row-reverse;
- position: absolute;
- right: 0.5rem;
- }
- .school_itemr {
- width: 2.4rem;
- height: 0.4rem;
- background-color: white;
- border-radius: 0.04rem;
- box-shadow: 0 0 0.12rem #0000001a;
- display: flex;
- align-items: center;
- position: absolute;
- left: 0.5rem;
- }
- .school span{
- color: #2d8cf0;
- font-size: 0.16rem;
- text-align: center;
- }
- .school img{
- width: 0.54rem;
- height: 0.54rem;
- margin-right: -0.1rem;
- margin-left: 0.2rem;
- }
- .area_item:hover{
- box-shadow: 0 0 0.12rem #0000001a;
- transform: translate(0, -4px);
- }
- .school_itemr img{
- margin-left: -0.1rem;
- margin-right: 0.2rem;
- }
- .s1{
- top: 0.8rem;
- }
- .s2{
- top:2.4rem;
- right: 1rem;
- }
- .s3 {
- top: 4rem;
- }
- .s4 {
- top: 0.8rem;
- }
-
- .s5 {
- top: 2.4rem;
- left: 1rem;
- }
-
- .s6 {
- top: 4rem;
- }
-
- .exam_lbt{
- margin-top: 0.4rem;
- }
- .exam_container{
- display: flex;
- }
- .exam_pagination{
- display: inline-block;
- width: 3rem;
- margin-right: 0.2rem;
- }
- .exam_item {
- height: 1rem;
- margin-bottom: 0.2rem;
- }
-
- .exam_item img{
- width: 100%;
- height: 1rem;
- }
- .exam_content {
- width: 100%;
- height: 6rem;
- position: relative;
- overflow: hidden;
- }
- .show_exam{
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- }
- .exam_slide{
- width: 100%;
- height: 100%;
- }
- .exam_content img {
- width: 9.8rem;
- height: 100%;
- object-fit: cover;
- }
- .exam_slide{
- position: relative;
- }
- .exam_slide span{
- position: absolute;
- }
|