123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191 |
- .section-agr ul {
- margin: 0.5rem 0.35rem;
- font-size: 0.24rem;
- line-height: 0.4rem;
- color: rgba(255, 255, 255, 0.8);
- padding-bottom: 0.2rem;
- }
- .biao {
- font-size: 0.24rem;
- display: inline-block;
- color: #fff;
- margin-left: 0.15rem;
- }
- .fexl {
- display: flex;
- flex-wrap: nowrap;
- align-items: center;
- justify-content: flex-start;
- margin-top: 0.75rem;
- }
- .box {
- width: 0.22rem;
- height: 0.22rem;
- position: static;
- background: #9913cb;
- z-index: 5;
- margin-left: 0.47rem;
- }
- input[type=checkbox]::after {
- color: #aaaa;
- width: 0.21rem;
- height: 0.21rem;
- display: inline-block;
- visibility: visible;
- text-align: center;
- content: ' ';
- border: solid 0.1px;
- border-radius: 3px;
- background: blueviolet;
- position: absolute;
- margin-left: 0.01rem;
- }
- input[type=checkbox]:checked::after {
- content: "✓";
- font-size: 0.16rem;
- font-weight: bold;
- line-height: 0.25rem;
- color: #ffff;
- /* background: url(./images/未选中.png);
- background-size: 100%; */
- }
- .imgs {
- width: 3.7rem;
- height: 1.3rem;
- position: absolute;
- top: 9.12rem;
- z-index: 0;
- left: 0.1rem;
- }
- .a_a {
- color: #e59067;
- text-decoration: none;
- }
- .h3a {
- position: absolute;
- left: 0.48rem;
- font-size: 0.32rem;
- font-family: PingFang SC;
- font-weight: 500;
- color: #252525;
- top: 9.35rem;
- }
- .yin {
- display: none;
- }
- #weiboapp {
- width: 6rem;
- height: 2rem;
- position: absolute;
- z-index: 111;
- text-align: center;
- left: 0.75rem;
- top: 4.4rem;
- line-height: 0.97rem;
- font-size: 0.26rem;
- border-radius: 0.06rem;
- border-bottom-left-radius: 0.5rem;
- background: url(../images/405.png);
- background-size: 100%;
- color: #ffefff;
- }
- #coverage {
- display: none;
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 100;
- background-color: rgba(0, 0, 0, 0.7);
- }
- #coverages {
- display: none;
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 100;
- background-color: rgba(0, 0, 0, 0.7);
- }
- #qued {
- background: #ffffff;
- width: 2rem;
- height: 0.45rem;
- position: absolute;
- top: 5.6rem;
- z-index: 222;
- left: 4.5rem;
- text-align: center;
- border: double;
- line-height: 0.45rem;
- color: #bb6bbf;
- }
- #text_l {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 94%;
- line-height: 1em;
- color: #fbdda6;
- min-width: 7.5rem;
- position: absolute;
- top: 12rem;
- text-align: center;
- }
- .dialog-alert {
- left: 0.6rem;
- right: 0.6rem;
- z-index: 9990;
- background: url(../images/bg-failure.png) no-repeat;
- background-size: 100% 100%;
- position: fixed;
- border-radius: 0.1rem;
- min-height: auto;
- height: auto;
- top: 4rem;
- }
- .h1_a {
- font-size: 0.36rem;
- font-weight: bold;
- text-align: center;
- margin-top: 0.5rem;
- }
- .content {
- min-height: 1.2rem;
- margin: 0.2rem 0.6rem;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .btn {
- width: 4rem;
- height: 0.9rem;
- display: flex;
- align-items: center;
- justify-content: center;
- margin: 0 auto 0.3rem;
- border-radius: 0.1rem;
- background: url(../images/orderbtn.png) no-repeat;
- background-size: 100% 100%;
- color: white;
- font-weight: bold;
- font-size: 0.36rem;
- }
|