123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- .ab_header {
- width: 100%;
- height: 3.9rem;
- position: relative;
- }
-
- .ab_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: left;
- letter-spacing: 0.02rem;
- line-height: 0.3rem;
- margin: 0;
- text-indent: 2em;
- margin-bottom: 0.3rem;
- }
- .area_top{
- display: flex;
- }
- .area_left{
- flex: 3;
- text-align: right;
- }
- .area_num{
- color: #2D8CF0;
- font-weight: bold;
- font-size: 0.48rem;
- }
- .area_tit{
- color: #333333;
- font-weight: bold;
- font-size: 0.18rem;
- line-height: 0.6rem;
- }
- .area_jia{
- color: #2D8CF0;
- font-weight: bold;
- font-size: 0.36rem;
- margin-top: -0.1rem;
- }
- .area_com {
- color: #666666;
- font-size: 0.14rem;
- line-height: 0.24rem;
- }
- .area_right {
- flex: 3;
- text-align: left;
- }
- .area_spacing{
- height: 2.5rem;
- display: flex;
- flex-direction:column-reverse;
- }
- .area_top img{
- width: 5rem;
- height: 5rem;
- margin: 0 1rem;
- }
|