123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- .export-fans {
- background: #a11dad;
- height: 100%;
- width: 100%;
- }
- .jbsw_header_bg {
- min-height: 4rem;
- background: url(/assets/css/frontend/export_fans/head_bg.png) no-repeat;
- background-size: 104% 120%;
- background-position: -0.04rem -01.14rem;
- }
- .jbsw_content {
- border: 1px solid #a11dad;
- padding: 0 0.28rem;
- }
- .jbsw_content p {
- margin-top: -1rem;
- font-size: 0.18rem;
- line-height: 0.28rem;
- text-indent: 2em;
- color: rgba(255, 255, 255, 0.8);
- margin-bottom: 0.1rem;
- }
- .jbsw_content .jbsw_code_zone {
- width: 3.18rem;
- height: 2.8rem;
- background-color: #fee0ff;
- border-radius: 0.1rem;
- margin-bottom: 0.24rem;
- padding: 0.26rem;
- }
- .jbsw_content .jbsw_code_zone .jbsw_code_1 {
- overflow: hidden;
- margin-bottom: 0.1rem;
- }
- .jbsw_content .jbsw_code_zone .jbsw_code_1 img {
- float: left;
- width: 0.5rem;
- height: 0.42rem;
- margin-right: 0.2rem;
- }
- .jbsw_content .jbsw_code_zone .jbsw_code_1 .jbsw_code_1_inner {
- width: 1.95rem;
- float: left;
- }
- .jbsw_content .jbsw_code_zone .jbsw_code_1 .jbsw_code_1_inner h2 {
- font-size: 0.16rem;
- line-height: 0.2rem;
- margin-bottom: 0.08rem;
- }
- .jbsw_content .jbsw_code_zone .jbsw_code_1 .jbsw_code_1_inner p {
- margin: 0;
- text-indent: 0;
- color: #000;
- font-size: 0.16rem;
- line-height: 0.2rem;
- margin-bottom: 0.08rem;
- }
- .jbsw_content .jbsw_code_zone .jbsw_code_2 {
- width: 1.28rem;
- height: 1.28rem;
- padding: 0.05rem;
- margin: 0 auto;
- background-color: #fff;
- margin-bottom: 0.28rem;
- }
- .jbsw_content .jbsw_code_zone .jbsw_code_2 img {
- width: 100%;
- height: 100%;
- }
- .jbsw_content .jbsw_code_zone .jbsw_code_3 h2 {
- text-align: center;
- font-size: 0.16rem;
- line-height: 0.2rem;
- margin-bottom: 0.08rem;
- }
- .jbsw_mask_container {
- position: fixed;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- background: rgba(0, 0, 0, 0.7);
- z-index: 9999999;
- overflow: hidden;
- }
- .jbsw_mask_container .jbsw_mask {
- position: absolute;
- top: 50%;
- left: 50%;
- background: url(/assets/css/frontend/export_fans/mask_bg.png) no-repeat;
- background-size: 100% 100%;
- width: 65%;
- height: 50%;
- transform: translateX(-50%) translateY(-50%);
- }
- .jbsw_mask_container .jbsw_mask p.outter {
- margin-top: 55%;
- font-size: 0.16rem;
- line-height: 0.25rem;
- height: 1rem;
- overflow: hidden;
- text-indent: 2em;
- color: rgba(255, 255, 255, 0.8);
- padding: 0 0.2rem;
- }
- .jbsw_mask_container .jbsw_mask .jbsw_mask_code {
- height: 1rem;
- padding: 0 0.17rem;
- position: absolute;
- bottom: 0.1rem;
- overflow: hidden;
- }
- .jbsw_mask_container .jbsw_mask .jbsw_mask_code .jbsw_mask_code_inner {
- float: left;
- padding: 0.2rem 0;
- width: 60%;
- }
- .jbsw_mask_container .jbsw_mask .jbsw_mask_code .jbsw_mask_code_inner h2 {
- font-size: 0.14rem;
- line-height: 0.18rem;
- }
- .jbsw_mask_container .jbsw_mask .jbsw_mask_code .jbsw_mask_code_inner p {
- /*margin-top: 0.06rem;*/
- font-size: 0.12rem;
- line-height: 0.18rem;
- color: #000;
- text-indent: 0;
- }
- .jbsw_mask_container .jbsw_mask .jbsw_mask_code .jbsw_mask_code_container {
- float: left;
- padding: 0.05rem;
- background-color: #fff;
- box-sizing: border-box;
- margin-top: 0.2rem;
- width: 40%;
- }
- .jbsw_mask_container .jbsw_mask .jbsw_mask_code .jbsw_mask_code_container img {
- width: 100%;
- height: 100%;
- float: left;
- }
- .btn_close_3{
- float:right;
- margin-bottom:.1rem;
- width:.3rem;
- height:.3rem;
- background: url(/assets/img/frontend/christmas_style/christmas_close.png) no-repeat center center;
- background-size:cover;
- }
|