From ae25a95132dd9d9ec2968cc27241c40ddabd4305 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期五, 29 十一月 2024 12:00:50 +0800 Subject: [PATCH] 修改微信扫码后引导提示页 --- customer_list/ch/ai_html/views/mobileDownload/css/downLoad.css | 234 ++++++++++++++++++++++++++++++---------------------------- 1 files changed, 121 insertions(+), 113 deletions(-) diff --git a/customer_list/ch/ai_html/views/mobileDownload/css/downLoad.css b/customer_list/ch/ai_html/views/mobileDownload/css/downLoad.css index 89b4048..6eb1786 100644 --- a/customer_list/ch/ai_html/views/mobileDownload/css/downLoad.css +++ b/customer_list/ch/ai_html/views/mobileDownload/css/downLoad.css @@ -1,167 +1,175 @@ .header_page { - width: 100%; - height: 130px; - display: flex; - justify-content: space-between; - padding-bottom: 20px; - border-bottom: 1px solid #f1f2f3; + width: 100%; + height: 130px; + display: flex; + justify-content: space-between; + padding-bottom: 20px; + border-bottom: 1px solid #f1f2f3; } .header_page .left_img { - width: 40%; - height: 130px; - border-radius: 15%; - border: 1px solid #ccc; + width: 40%; + height: 130px; + border-radius: 15%; + border: 1px solid #ccc; } .header_page .right_selectSystem { - margin-left: 30px; - width: 60%; - align-items: flex-start; - display: flex; - flex-direction: column; - justify-content: center; + margin-left: 30px; + width: 60%; + align-items: flex-start; + display: flex; + flex-direction: column; + justify-content: center; } .right_selectSystem .select__title { - text-align: left; - font-weight: 700; - font-size: 20px; - line-height: 26px; + text-align: left; + font-weight: 700; + font-size: 20px; + line-height: 26px; } .right_selectSystem .select__desc { - text-align: left; - line-height: 26px; - font-size: 14px; - color: #636366; + text-align: left; + line-height: 26px; + font-size: 14px; + color: #636366; } .van-swipe-item { - margin: 8px 10px 0 0; - box-sizing: border-box; + margin: 8px 10px 0 0; + box-sizing: border-box; } .swipe_image { - width: 100%; - height: 500px; - /* border: 1px solid #f1f2f3; */ - border: 1px solid #d3dbe3; - border-radius: 10px; + width: 100%; + height: 500px; + /* border: 1px solid #f1f2f3; */ + border: 1px solid #d3dbe3; + border-radius: 10px; } .feat_all { - width: 100%; - height: 35px; - display: flex; - margin-top: 10px; - justify-content: space-between; - align-items: center; + width: 100%; + height: 35px; + display: flex; + margin-top: 10px; + justify-content: space-between; + align-items: center; } .feat_all .left_feat { - font-weight: 700; - font-size: 20px; + font-weight: 700; + font-size: 20px; } .version_all { - width: 100%; - height: 35px; - display: flex; - justify-content: space-between; - align-items: center; + width: 100%; + height: 35px; + display: flex; + justify-content: space-between; + align-items: center; } .select__desc_ { - text-align: left; - line-height: 26px; - font-size: 14px; - color: #636366; + text-align: left; + line-height: 26px; + font-size: 14px; + color: #636366; } .interface_all { - width: 100%; - height: 35px; - color: #1d1d1f; - padding-bottom: 10px; - border-bottom: 1px solid #f1f2f3; - display: flex; - font-size: 13px; - justify-content: flex-start; - align-items: center; + width: 100%; + height: 35px; + color: #1d1d1f; + padding-bottom: 10px; + border-bottom: 1px solid #f1f2f3; + display: flex; + font-size: 13px; + justify-content: flex-start; + align-items: center; } .left_preview { - width: 100%; - height: 35px; - margin-top: 10px; - font-weight: 700; - font-size: 20px; - display: flex; - justify-content: flex-start; - align-items: center; + width: 100%; + height: 35px; + margin-top: 10px; + font-weight: 700; + font-size: 20px; + display: flex; + justify-content: flex-start; + align-items: center; } .feat_privacy { - margin-top: 10px; - width: 100%; - height: 50px; - text-align: left; - color: #636366; - font-size: 13px; - letter-spacing: 1px; - font-weight: 400; + margin-top: 10px; + width: 100%; + height: 50px; + text-align: left; + color: #636366; + font-size: 13px; + letter-spacing: 1px; + font-weight: 400; } .feat_regulation { - width: 100%; - height: 50px; - padding-bottom: 20px; - border-bottom: 1px solid #f1f2f3; - text-align: left; - color: #636366; - margin-top: 10px; - font-size: 13px; - letter-spacing: 1px; - font-weight: 400; + width: 100%; + height: 50px; + padding-bottom: 20px; + border-bottom: 1px solid #f1f2f3; + text-align: left; + color: #636366; + margin-top: 10px; + font-size: 13px; + letter-spacing: 1px; + font-weight: 400; } .feat-privacy__card { - padding: 20px; - width: 100%; - border-radius: 16px; - background-color: #ffffff; - box-sizing: border-box; - box-shadow: 2px 2px 10px #d6d6d6; + padding: 20px; + width: 100%; + border-radius: 16px; + background-color: #ffffff; + box-sizing: border-box; + box-shadow: 2px 2px 10px #d6d6d6; } .privacy-type__img { - width: 100%; - height: 100%; - object-fit: contain; - text-align: center; + width: 100%; + height: 100%; + object-fit: contain; + text-align: center; } .privacy-type__heading { - margin-top: 9px; - color: #111; - text-align: center; - font-size: 15px; - line-height: 19px; - font-weight: 600; + margin-top: 9px; + color: #111; + text-align: center; + font-size: 15px; + line-height: 19px; + font-weight: 600; } .privacy-type__description { - margin-top: 6px; - color: #666; - text-align: center; - font-size: 13px; - line-height: 19px; - font-weight: 400; + margin-top: 6px; + color: #666; + text-align: center; + font-size: 13px; + line-height: 19px; + font-weight: 400; } .feta_info { - display: flex; - justify-content: space-between; - align-items: center; - font-size: 13px; - line-height: 49px; - border-bottom: 1px solid #f1f2f3; + display: flex; + justify-content: space-between; + align-items: center; + font-size: 13px; + line-height: 49px; + border-bottom: 1px solid #f1f2f3; } .feta_info .left_info { - color: #aaa; + color: #aaa; } .feta_info .right_info { - color: #1d1d1f; + color: #1d1d1f; +} + +.wx_open_link { + width: 100%; + height: 100%; + background-repeat: no-repeat; + background-size: contain; + background-position: center; } -- Gitblit v1.9.3