|
@@ -0,0 +1,105 @@
|
|
|
+.popupDataexport .van-popup {
|
|
|
+ background-color: rgba(0, 0, 0, 0);
|
|
|
+}
|
|
|
+.popupDataexport .warm {
|
|
|
+ width: 6.06rem;
|
|
|
+ height: 8.9rem;
|
|
|
+ background-color: #FFF;
|
|
|
+ border-radius: 0.16rem;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.popupDataexport .warm .close {
|
|
|
+ width: 0.4rem;
|
|
|
+ height: 0.4rem;
|
|
|
+ display: block;
|
|
|
+ position: absolute;
|
|
|
+ right: 0.16rem;
|
|
|
+ top: 0.16rem;
|
|
|
+ z-index: 2;
|
|
|
+ background-image: url(/images/dataExport/close.png);
|
|
|
+ background-size: contain;
|
|
|
+}
|
|
|
+.popupDataexport .warm .content_box {
|
|
|
+ padding: 0.48rem 0.6rem 0.32rem 0.6rem;
|
|
|
+}
|
|
|
+.popupDataexport .warm .content_box .title {
|
|
|
+ font-size: 0.36rem;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 0.52rem;
|
|
|
+ text-align: center;
|
|
|
+ color: #171826;
|
|
|
+}
|
|
|
+.popupDataexport .warm .content_box .text_box {
|
|
|
+ font-size: 0.28rem;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 0.4rem;
|
|
|
+ color: #5F5E64;
|
|
|
+ margin-top: 0.16rem;
|
|
|
+}
|
|
|
+.popupDataexport .warm .content_box .text_box .blue {
|
|
|
+ color: #2ABED1;
|
|
|
+}
|
|
|
+.popupDataexport .warm .content_box .qr_box {
|
|
|
+ border: 0.02rem solid #0000001A;
|
|
|
+ border-radius: 0.16rem;
|
|
|
+ width: 2.82rem;
|
|
|
+ height:2.82rem;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ margin: auto;
|
|
|
+ margin-top: 0.48rem;
|
|
|
+}
|
|
|
+.popupDataexport .warm .content_box .qr_box img {
|
|
|
+ width: 2.68rem;
|
|
|
+ height: 2.68rem;
|
|
|
+}
|
|
|
+.popupDataexport .warm .content_box .desc {
|
|
|
+ text-align: center;
|
|
|
+ font-size: 0.28rem;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 0.4rem;
|
|
|
+ color: #1B1A2A;
|
|
|
+ margin-top: 0.24rem;
|
|
|
+}
|
|
|
+.popupDataexport .warm .btn_box {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ margin-top: 0.48rem;
|
|
|
+}
|
|
|
+.popupDataexport .warm .btn_box .btn {
|
|
|
+ width: 0.48rem;
|
|
|
+ height: 0.48rem;
|
|
|
+ justify-content: center;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+.popupDataexport .warm .btn_box .choosed {
|
|
|
+ width: 0.48rem;
|
|
|
+ height: 0.48rem;
|
|
|
+ background-image: url(/images/dataExport/choose_right.png);
|
|
|
+ background-size: contain;
|
|
|
+}
|
|
|
+.popupDataexport .warm .btn_box .nochoose {
|
|
|
+ width: 0.36rem;
|
|
|
+ height: 0.36rem;
|
|
|
+ border-radius: 50%;
|
|
|
+ border: 0.02rem solid #0000001A;
|
|
|
+}
|
|
|
+.popupDataexport .warm .btn_box .text {
|
|
|
+ font-size: 0.24rem;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 0.36rem;
|
|
|
+ color: #9B9CA3;
|
|
|
+ margin-left: 0.08rem
|
|
|
+}
|
|
|
+.popupDataexport .warm .footer {
|
|
|
+ border-top: 0.02rem solid #0000001A;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ color: #2ABED1;
|
|
|
+ font-size: 0.36rem;
|
|
|
+ height: 0.9rem;
|
|
|
+}
|