123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- *{
- margin: 0;
- }
- .ser_header {
- width: 100%;
- height: 3.9rem;
- position: relative;
- padding-top: 0.8rem;
- }
-
- .ser_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;
- }
- .ser_content{
- width: 13rem;
- margin: 0 auto;
- padding: 1rem 0 0.4rem;
- }
- .ser_title {
- color: #000000;
- letter-spacing: 0.01rem;
- font-size: 0.4rem;
- font-weight: bold;
- text-align: center;
- margin-bottom: 0.2rem;
- }
-
- .ser_comm p {
- width: 100%;
- color: #999999;
- font-size: 0.16rem;
- text-align: center;
- letter-spacing: 0.02rem;
- line-height: 0.3rem;
- margin: 0;
- }
- .ser_conn{
- color: #999999;
- font-size: 0.16rem;
- margin: 0.1rem 0;
- margin-right: 0.2rem;
- }
- .ser_school{
- display:flex;
- flex-wrap: wrap;
- margin-top: 0.2rem;
- }
- .ser_sc_info{
- width: 1.85rem;
- height: 1.9rem;
- text-align: center;
- }
- .ser_sc_info img{
- width: 0.7rem;
- height: 0.7rem;
- margin-top: 0.1rem;
- margin-bottom: 0.2rem;
- }
- .ser_sc_info div{
- color: #333333;
- font-size: 0.16rem;
- }
- .ser_comms{
- margin: 0.3rem 0;
-
- }
- .ser_lbt{
- /* white-space: nowrap; */
- }
- .ser_con {
- display: inline-block;
- width: 4.14rem;
- height: 3.4rem;
- background-color: #f5f7f9ff;
- padding: 0.2rem;
- box-sizing: border-box;
- /* margin-right: 0.3rem; */
- }
- .ser_con img{
- width: 100%;
- height: 2.5rem;
- margin-bottom: 0.1rem;
- }
- .ser_con div{
- color: #333333;
- font-size: 0.16rem;
- text-align: center;
- line-height: 0.4rem;
- }
- .ser_swiper_container{
- margin: 0.5rem 0;
- }
|