123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- .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%;
- background-color: white;
- }
-
- .piece_color {
- background-color: #f5f6f9ff;
- position: relative;
- }
-
- .piece_item {
- width: 13rem;
- margin: 0 auto;
- padding: 1rem 0 0.2rem;
- }
- .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;
- }
- .area_approve {
- position: absolute;
- left: 50%;
- transform: translate(-50%, 0);
- }
- .area_bot{
- margin-top: 0.3rem;
- }
- .ab_minsin{
- width: 100%;
- height: 3.2rem;
- position: absolute;
- }
- .piece_items {
- width: 13rem;
- padding: 0.8rem 0 0.2rem;
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- }
- .area_four{
- display: flex;
- justify-content: space-between;
- }
- .area_fs{
- width: 2.8rem;
- height: 3rem;
- background-color: white;
- color: #333333;
- text-align: center;
- padding: 0 0.2rem;
- box-sizing: border-box;
- }
- .area_fs img{
- width: 0.9rem;
- height: 0.8rem;
- margin: 0.1rem auto 0;
- }
- .area_fs div {
- font-size: 0.18rem;
- line-height: 0.4rem;
- }
- .area_fs p {
- font-size: 0.14rem;
- line-height: 0.24rem;
- margin-top: 0;
- }
|