Commit 6b48faa0 by 梁建民

Merge branch 'ljm_self_sample' into Development

parents 14367469 205d9ea9
Showing with 4543 additions and 57 deletions
NODE_ENV=local
NODE_ENV_H5=secret
\ No newline at end of file
......@@ -3,7 +3,6 @@ node_modules
# local env files
.env.local
.env.*.local
# Log files
......
......@@ -3,17 +3,18 @@
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"dev": "vue-cli-service build --watch",
"local": "vue-cli-service serve --mode local",
"dev": "vue-cli-service build --watch --mode development",
"build": "vue-cli-service build",
"test": "vue-cli-service build --mode test"
"build-test": "vue-cli-service build --mode test"
},
"dependencies": {
"axios": "^0.18.0",
"vant": "^1.5.2",
"vant": "^2.0.1",
"vue": "^2.5.21",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
"vuex": "^3.0.1",
"weixin-js-sdk": "^1.4.0-test"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.3.0",
......
......@@ -2,7 +2,7 @@
<html lang="zh-CN">
<head>
<title></title>
<title>猎芯网 - 电子元器件_ic交易网_电子元件/元器件批发采购网上商城平台</title>
<meta name="author" content="www.ichunt.com">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0,user-scalable=no,minimal-ui">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
......@@ -16,11 +16,11 @@
<meta name="browsermode" content="application">
<meta name="x5-fullscreen" content="true">
<meta name="x5-page-mode" content="app">
<meta name="description" content="猎芯网,快速成长的专业电子元器件商城,贸泽(MOUSER)全系产品、e络盟(element14)树莓派系列产品授权经销商,已获得多轮风险投资。为客户提供电子元器件现货,IC采购,进口报关,电子元器件寄售,供应链金融等一站式电子元器件采购服务。">
<meta name="keywords" content="猎芯网,电子元器件采购,电子元器件商城,电子元器件现货,IC采购网,电子元器件寄售,电子元件,元器件商城,元器件采购,电子商城,">
<meta name="keywords" content="电子元器件,ic交易网,电子元件,元器件,电子元件商城,IC芯片,猎芯网">
<meta name="description" content="猎芯网(www.Ichunt.com)是国内外知名的买电子元器件、电子元件、元器件采购商城平台,IC交易网站。为客户提供电子元器件现货批发采购,IC采购,进口报关,元器件寄售,供应链金融等一站式电子元器件采购服务">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="stylesheet" href="/v3/dist/res/m/css/font/iconfont.css">
<script type="text/javascript" src="get_time.php"></script>
<link rel="stylesheet" href="<%= NODE_ENV_H5 %>v3/dist/res/m/css/font/iconfont.css">
<script type="text/javascript" src="<%= NODE_ENV_H5 %>h5/view/get_time.php"></script>
<script type="text/javascript">
var fwtimes = window.fwtime - (Math.floor((new Date().getTime()) / 1000)); //获取服务器时间差
</script>
......@@ -28,7 +28,7 @@
<script src="<%= BASE_URL %>static/js/flexible.min.js" type="text/javascript" charset="utf-8"></script>
<script src="<%= BASE_URL %>static/js/shence.min.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<body class="boxsiz">
<noscript>
<strong>网站出现了一点小问题,正在紧急修复中.......</strong>
</noscript>
......@@ -55,10 +55,44 @@
var cval = getCookie(name);
if (cval != null) document.cookie = name + "=" + cval + ";expires=" + exp.toGMTString();
}
//标准获取地址栏参数,不乱码
function GetRequest(value) {
//url例子:www.bicycle.com?id="123456"&Name="bicycle";
if(window.location.pathname=="/s/") {
var url = location.search //?id="123456"&Name="bicycle";
}else{
var url = decodeURI(location.search); //?id="123456"&Name="bicycle";
}
var url_t = decodeURI(location.href),url="";
if(url_t.indexOf("?")!=-1){
url="?"+url_t.split("?")[1];
}
var object = {};
if(url.indexOf("?") != -1)//url中存在问号,也就说有参数。
{
var str = url.substr(1); //得到?后面的字符串
var strs = str.split("&"); //将得到的参数分隔成数组[id="123456",Name="bicycle"];
for(var i = 0; i < strs.length; i ++)
{
object[strs[i].split("=")[0]]=strs[i].split("=")[1]
}
}
return object[value];
}
var cookiex = getCookie("Yo4teW_csrf") || "", csrf = "csrf";
var cookieHostname = window.location.hostname.split(".")[1] + "." + window.location.hostname.split(".")[2];
//adtag写进cookie
if(GetRequest("adtag")){
SetCookie("adtag",GetRequest("adtag"),1,cookieHostname)
}else{
if(GetRequest("ADTAG")){
SetCookie("adtag",GetRequest("ADTAG"),1,cookieHostname)
}
if (GetRequest("utm_source")) {
SetCookie("adtag", GetRequest("utm_source"), 1,cookieHostname)
}
}
var browser = {
versions: function () {
var u = navigator.userAgent, app = navigator.appVersion;
......@@ -125,32 +159,7 @@
document.getElementsByTagName('head')[0].appendChild(hm);
})();
//腾讯统计
var host_v = window.location.host;
if (host_v == "m.ichunt.com") {
if (isMiniProgram) {
var _mtac = {};
(function () {
var mta = document.createElement("script");
mta.src = "//pingjs.qq.com/h5/stats.js?v2.0.4";
mta.setAttribute("name", "MTAH5");
mta.setAttribute("sid", "500626053");
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(mta, s);
})();
} else {
var _mtac = {"performanceMonitor": 1, "senseQuery": 1};
(function () {
var mta = document.createElement("script");
mta.src = "//pingjs.qq.com/h5/stats.js?v2.0.4";
mta.setAttribute("name", "MTAH5");
mta.setAttribute("sid", "500482933");
mta.setAttribute("cid", "500485800");
document.getElementsByTagName('head')[0].appendChild(mta);
})();
}
}
</script>
<script type="text/javascript">
......@@ -213,8 +222,10 @@
sdk_url: __PUBLIC__ + '/res/m/js/global/sensorsdata.min.js',
heatmap_url: __PUBLIC__ + '/res/m/js/global/heatmap.min.js',
name: 'sensors',
server_url: 'http://shence.ichunt.com:8106/sa?project=production',
heatmap: {}
server_url: 'https://shence.ichunt.com:4006/sa?project=production',
heatmap: {},
source_channel:['adtag','utm_source'],
is_track_single_page:true
});
//以异步加载 SDK 为例,神策 SDK 初始化完成,此时调用设置公共属性的方法,来保证之后的事件都有这两个属性。
sensors.registerPage({
......@@ -253,7 +264,7 @@
sdk_url: __PUBLIC__ + '/res/m/js/global/sensorsdata.min.js',
heatmap_url: __PUBLIC__ + '__PUBLIC__/res/m/js/global/heatmap.min.js',
name: 'sensors',
server_url: 'http://shence.ichunt.com:8106/sa',
server_url: 'https://shence.ichunt.com:4006/sa',
heatmap: {}
});
//以异步加载 SDK 为例,神策 SDK 初始化完成,此时调用设置公共属性的方法,来保证之后的事件都有这两个属性。
......
......@@ -4,14 +4,14 @@ window.onload = function() {
// console.log(start);
// 在页面关闭前,调用sa的track方法
window.onbeforeunload = function() {
var end = new Date();
// 如果用户一直不关闭页面,可能出现超大值,可以根据业务需要处理,例如设置一个上限
var duration = (end.getTime() - start.getTime()) / 1000;
// console.log(duration);
// 定义一个记录页面停留时间的事件pageView,并且保存需要的属性(停留时间和当前页面的地址)
sensors.track('pageclose', {
pageStayTime: duration,
pageUrl: window.location.href
});
var end = new Date();
// 如果用户一直不关闭页面,可能出现超大值,可以根据业务需要处理,例如设置一个上限
var duration = (end.getTime() - start.getTime()) / 1000;
// console.log(duration);
// 定义一个记录页面停留时间的事件pageView,并且保存需要的属性(停留时间和当前页面的地址)
sensors.track('pageclose', {
pageStayTime: duration,
pageUrl: window.location.href
});
};
}
\ No newline at end of file
<template>
<div id="app">
<keep-alive exclude="">
<keep-alive exclude="newsDetail,pointchange,wallet,walletRetrieve,walletDetail,walletRecord,walletStatus,walletWithdraw,walletRecharge,xianhuo,lxshop,brand,brandList,sampleapply,risk,risksuccess">
<router-view class="router-view"></router-view>
</keep-alive>
</div>
......
......@@ -74,6 +74,9 @@ img {
float: left;
_display: inline;
}
.f-orange {
color: #ffa200!important;
}
.fr {
float: right;
......@@ -124,10 +127,19 @@ html, body {
-webkit-overflow-scrolling: touch;
}
body {
overflow-x: hidden;
}
.f-blue{color:#1080d0;}
.f-red{color:#ff0000;}
.f-999{color:#999;}
.f-333{color:#666;}
.fw{font-weight: bold;}
.ta-c{text-align: center;}
.ta-l{text-align: left;}
.ta-r{text-align: right;}
.mt-10{margin-top: 10px;}
.emptys {
margin-left: -1px;
width: 1px;
......
.brand{
background: #f8f8f8;
.van-index-bar__index {
font-size: 14px;
line-height: 18px;
}
.data-box{
padding-top: 44px;
.data-group{
.data-content{
background: #fff;
li{
height: 48px;
line-height: 48px;
padding: 5px 40px 4px 0px;
clear:both;
box-sizing: border-box;
.brand_img{
float: left;
width: 80px;
height: 40px;
margin-right: 10px;
}
p{
float: left;
height: 40px;
font-size: 14px;
line-height: 40px;
color: #666666;
}
}
}
}
}
.van-tabs{
position: fixed;
padding-top:0px;
top:44px;
left:0px;right:0px;
background: #fff;
height:44px;
z-index: 2;
}
}
.brand{background:#f8f8f8}.brand .van-index-bar__index{font-size:14px;line-height:18px}.brand .data-box{padding-top:44px}.brand .data-box .data-group .data-content{background:#fff}.brand .data-box .data-group .data-content li{height:48px;line-height:48px;padding:5px 40px 4px 0px;clear:both;box-sizing:border-box}.brand .data-box .data-group .data-content li .brand_img{float:left;width:80px;height:40px;margin-right:10px}.brand .data-box .data-group .data-content li p{float:left;height:40px;font-size:14px;line-height:40px;color:#666666}.brand .van-tabs{position:fixed;padding-top:0px;top:44px;left:0px;right:0px;background:#fff;height:44px;z-index:2}
\ No newline at end of file
.brandList{
.brand_detail{ width: 100%; background: #ffffff; position: fixed; z-index: 9; }
.brand_detail .brand_detail_box{ width: 95.2%; height: 50%; margin: 10px 9px; }
.brand_detail .brand_detail_box .brand_detail_img{ float: left; width: 68px; height: 50px; margin-right: 20px; }
.brand_detail .brand_detail_box .brand_detail_block{ float: left; width: 70%; height: 50px; }
.brand_detail .brand_detail_box .brand_detail_block li{ height: 12px; font-family: "Helvetica"; font-size: 12px; line-height: 12px; color: #666666; }
.brand_detail .brand_detail_box .brand_detail_block .detail_name{ margin-bottom: 8px; }
.brand_detail .brand_detail_box .brand_detail_block .main_brand{ height: 31px; }
.brand_detail .brand_detail_box .brand_detail_block .main_brand span{ float: left; height: 31px; font-family: "Microsoft Yahei"; font-size: 12px; line-height: 17px; }
.brand_detail .brand_detail_box .brand_detail_block .main_brand .main_brand_text{ width: 70%; /*height: 0.5rem;*/ height: 31px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.brand_detail .brand_introduce{ width: 95.2%; margin:10px; font-family: "Helvetica"; font-size: 12px; line-height:20px; color: #666666;overflow: hidden;height:60px;text-overflow: ellipsis;}
.brand_detail .down{ height: 40px; overflow-y: hidden; }
.brand_detail .up{ height: auto; }
.brand_detail .introduce_btn{ width:100%; height:26px; padding: 10px 0; }
.brand_detail .introduce_btn .introduce_down{ display: block; width: 12px; height: 7px; margin: 0 auto; background: url(https://static.ichunt.com/dist/res/m/images/question_content_down.png); background-size: contain; background-repeat: no-repeat; }
.brand_detail .introduce_btn .introduce_up{ display: block; width: 12px; height: 7px; margin: 0 auto; background: url(https://static.ichunt.com/dist/res/m/images/question_content_up.png); background-size: contain; background-repeat: no-repeat; }
.rank_condition{ width: 100%; padding: 0 13px; background: #ffffff;height:45px; }
.rank_condition li{ float: left; position: relative; /*width: 1.75rem; */height: 45px; font-family: "Microsoft Yahei"; font-size: 14px; line-height:45px; color: #333333; }
.rank_condition .overall_rank{ width: 22% }
.rank_condition .stock_rank{ width: 22% }
.rank_condition .price_rank{ width: 22% }
.rank_condition .stock_having{ width: 34% }
.rank_condition .act{ color: #e10601; }
.rank_condition li div{ width: 6px; height: 10px; position: absolute; top: 20px; left: 35px; }
.rank_condition li div .rank_up{ float: left; margin-bottom: 2px; width: 6px; height: 3px; }
.rank_condition li div .rank_down{ float: left; width: 6px; height: 3px; }
.rank_condition li div .rank_up_black{ background: url(https://static.ichunt.com/dist/res/m/images/rank_up_black.png); background-size: contain; background-repeat: no-repeat; }
.rank_condition li div .rank_down_black{ background: url(https://static.ichunt.com/dist/res/m/images/rank_down_black.png); background-size: contain; background-repeat: no-repeat; }
.rank_condition li div .rank_up_red{ background: url(https://static.ichunt.com/dist/res/m/images/rank_up_red.png); background-size: contain; background-repeat: no-repeat; }
.rank_condition li div .rank_down_red{ background: url(https://static.ichunt.com/dist/res/m/images/rank_down_red.png); background-size: contain; background-repeat: no-repeat; }
.border-top6{border-top:1px solid #ebedf0;border-bottom:1px solid #ebedf0;}
.rank_condition .stock_having span{ width: 15px; height: 15px; position: absolute; top: 15px; left: 0; z-index: 10;}
.rank_condition .stock_having .noact{ background: url(https://static.ichunt.com/dist/res/m/images/rank_noselected.png); background-size: contain; background-repeat: no-repeat; }
.rank_condition .stock_having .act{ background: url(https://static.ichunt.com/dist/res/m/images/rank_selected.png); background-size: contain; background-repeat: no-repeat; }
.data-list-box{
padding-top: 185px;
}
}
.brandList .brand_detail{width:100%;background:#ffffff;position:fixed;z-index:9}.brandList .brand_detail .brand_detail_box{width:95.2%;height:50%;margin:10px 9px}.brandList .brand_detail .brand_detail_box .brand_detail_img{float:left;width:68px;height:50px;margin-right:20px}.brandList .brand_detail .brand_detail_box .brand_detail_block{float:left;width:70%;height:50px}.brandList .brand_detail .brand_detail_box .brand_detail_block li{height:12px;font-family:"Helvetica";font-size:12px;line-height:12px;color:#666666}.brandList .brand_detail .brand_detail_box .brand_detail_block .detail_name{margin-bottom:8px}.brandList .brand_detail .brand_detail_box .brand_detail_block .main_brand{height:31px}.brandList .brand_detail .brand_detail_box .brand_detail_block .main_brand span{float:left;height:31px;font-family:"Microsoft Yahei";font-size:12px;line-height:17px}.brandList .brand_detail .brand_detail_box .brand_detail_block .main_brand .main_brand_text{width:70%;height:31px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.brandList .brand_detail .brand_introduce{width:95.2%;margin:10px;font-family:"Helvetica";font-size:12px;line-height:20px;color:#666666;overflow:hidden;height:60px;text-overflow:ellipsis}.brandList .brand_detail .down{height:40px;overflow-y:hidden}.brandList .brand_detail .up{height:auto}.brandList .brand_detail .introduce_btn{width:100%;height:26px;padding:10px 0}.brandList .brand_detail .introduce_btn .introduce_down{display:block;width:12px;height:7px;margin:0 auto;background:url(https://static.ichunt.com/dist/res/m/images/question_content_down.png);background-size:contain;background-repeat:no-repeat}.brandList .brand_detail .introduce_btn .introduce_up{display:block;width:12px;height:7px;margin:0 auto;background:url(https://static.ichunt.com/dist/res/m/images/question_content_up.png);background-size:contain;background-repeat:no-repeat}.brandList .rank_condition{width:100%;padding:0 13px;background:#ffffff;height:45px}.brandList .rank_condition li{float:left;position:relative;height:45px;font-family:"Microsoft Yahei";font-size:14px;line-height:45px;color:#333333}.brandList .rank_condition .overall_rank{width:22%}.brandList .rank_condition .stock_rank{width:22%}.brandList .rank_condition .price_rank{width:22%}.brandList .rank_condition .stock_having{width:34%}.brandList .rank_condition .act{color:#e10601}.brandList .rank_condition li div{width:6px;height:10px;position:absolute;top:20px;left:35px}.brandList .rank_condition li div .rank_up{float:left;margin-bottom:2px;width:6px;height:3px}.brandList .rank_condition li div .rank_down{float:left;width:6px;height:3px}.brandList .rank_condition li div .rank_up_black{background:url(https://static.ichunt.com/dist/res/m/images/rank_up_black.png);background-size:contain;background-repeat:no-repeat}.brandList .rank_condition li div .rank_down_black{background:url(https://static.ichunt.com/dist/res/m/images/rank_down_black.png);background-size:contain;background-repeat:no-repeat}.brandList .rank_condition li div .rank_up_red{background:url(https://static.ichunt.com/dist/res/m/images/rank_up_red.png);background-size:contain;background-repeat:no-repeat}.brandList .rank_condition li div .rank_down_red{background:url(https://static.ichunt.com/dist/res/m/images/rank_down_red.png);background-size:contain;background-repeat:no-repeat}.brandList .border-top6{border-top:1px solid #ebedf0;border-bottom:1px solid #ebedf0}.brandList .rank_condition .stock_having span{width:15px;height:15px;position:absolute;top:15px;left:0;z-index:10}.brandList .rank_condition .stock_having .noact{background:url(https://static.ichunt.com/dist/res/m/images/rank_noselected.png);background-size:contain;background-repeat:no-repeat}.brandList .rank_condition .stock_having .act{background:url(https://static.ichunt.com/dist/res/m/images/rank_selected.png);background-size:contain;background-repeat:no-repeat}.brandList .data-list-box{padding-top:185px}
\ No newline at end of file
.car-page{
color:#333;
.lxBox{
padding-bottom: 44px;
.logintip{
top:88px;
}
.dataBox{
padding-top: 88px;
}
}
.zyBox{
padding-bottom: 44px;
.logintip{
top:44px;
}
.headxianhuoqihuo{
height:43px;
line-height: 43px;
border-bottom:1px solid #d6d7dc;
.zyqxtype{
font-size: 16px;
}
}
.dataBox{
padding-top: 88px;
}
}
.logintip{
position: fixed;
background: #fff6e5;
height:44px;
line-height: 44px;
color:#666;
top:44px;
left:0px;
right: 0px;
font-size: 14px;
text-align: center;
z-index: 3;
a{
background: #e10601;
border-radius: 4px;
text-align: center;
width: 70px;
height: 23px;
color: #fff;
font-size: 12px;
display: inline-block;
line-height: 23px;
cursor: pointer;
margin-left: 10px;
}
}
.editBox{
position: fixed;
padding:0 3%;
height:44px;
line-height: 44px;
color:#666;
left:0px;
right: 0px;
font-size: 12px;
border-bottom:1px solid #d6d7dc;
z-index: 3;
background: #fff;
box-sizing: border-box;
.remind{
color:#999;
i{color:#ffa200;position: relative;top:2px;left:5px;}
}
a{color:#1080d0;font-size: 14px;}
}
.lyNav{
color:#333;
position: fixed;
left:0px;
top:44px;
right:0px;
height:44px;
border-bottom:1px solid #d6d7dc;
z-index:3;
background-color: #fff;
box-sizing: border-box;
span{
cursor: pointer;
width:50%;
box-sizing: border-box;
font-size: 14px;
text-align: center;
line-height: 44px;
font{color:#333;}
&.act{
color:#1080d0;
}
}
}
}
.shop-block{ font-size: 12px;border-bottom: 1px solid #d6d7dc;}
.shop-block .t-r{text-align: right;}
.shop-block .delete-tier{position: relative;top:2px;font-size: 20px;}
.shop-block h4{ font-size: 14px; padding: 12px 0; font-weight: 400; line-height: 20px; border-bottom: 1px solid #d6d7dc; word-wrap: break-word; word-break: break-all; }
.shop-block ul{ padding: 2% 3%; padding-left: 0; }
.shop-block li{ font-size: 12px; word-wrap: break-word;height:22px;line-height: 22px; word-break: break-all; position: relative;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.shop-block li span{float: left;width: 50px; }
.shop-block li p{padding-left: 50px; font-size: 12px; color: #333333;}
.shop-block .ichunt-blue{ font-size: 12px; font-weight: 400; padding: 1px 3px; margin-left: 5px; background: #1080d0; color: #fff; border-radius: 3px; }
.shop-block .ichunt-orange{ font-size: 12px; font-weight: 400; padding: 1px 3px; margin-left: 5px; background: #ffa200; color: #fff; border-radius: 3px; }
.shop-block .add-num{ padding: 0 3%; }
.shop-block .add-num .mui-numbox{ float: right; padding: 0 30px; width: 130px; height: 30px; border: 1px solid #e1e1e1; border-radius: 0;box-sizing: border-box;}
.shop-block .add-num .mui-numbox button{ height: 28px; width: 30px; font-size: 22px; line-height: 28px; background-color: #fff; color: #666;box-sizing: border-box;}
.shop-block .add-num .mui-numbox button i{font-size: 14px;}
.shop-block .add-num .mui-numbox button.no_click{ color: #999; }
.shop-block .add-num .mui-numbox input{ height: 28px; background: #fff; color: #333; font-size: 12px;box-sizing: border-box;}
.shop-block .subtotal{padding: 2% 3%; font-weight: bold; text-align: right; }
.shop-block .morePrice{ margin-bottom: 15px; }
.shop-block .morePrice p{height:18px;line-height: 18px;}
.shop-block .more-height{ font-size: 12px; margin-right: 10%; height: 24px;margin-top: 5px; line-height:24px; border: 1px solid #e5e5e5; text-align: center; color: #666; }
.shop-block .more-height .iconfont{ font-size: 10px; margin-left: 5px; }
.shop-lose{ color: #999999; }
.shop-lose h4 a{ color: #999999; }
.shop-lose li p{ color: #999999; }
.shop-lose .lose-but{ height: 30px; padding-right: 3%; margin-bottom: 10px;}
.shop-lose .lose-but span{float: left; display:block; margin-top: 3px; font-size: 12px; background-color: #999; color: #fff; padding: 0 10px; height: 22px;line-height:22px; border-radius: 14px;}
.shop-lose .lose-but .but-bor-red{ display: block; color: #e10601; border: 1px solid #e10601; height: 28px; line-height: 28px; padding:0 10px; border-radius: 14px; }
.shop-but{ height: 44px;border-top: 1px solid #d6d7dc; position: fixed; bottom: 0; width: 100%; background-color: #fff; z-index: 99; }
.shop-but .mui-checkbox label{/* height: 26px; */ line-height: 45px;}
.shop-but .mui-checkbox span{padding-left: 20px; font-size: 14px; }
.shop-but .sum{ text-align: right;padding-right: 10px; padding-bottom: 0;box-sizing: border-box; }
.shop-but .sum h4{ font-size: 16px; line-height: 22px; padding-top: 4px; }
.shop-but .sum p{ font-size: 12px; line-height: 16px;}
.shop-but .button{position: relative;}
.shop-but .button a{display: block; height: 44px; line-height: 44px; font-size: 16px; border-radius: 0; text-align: center; color: #fff; background:red}
.shop-but .button.dis a{background: #ccc;}
.shop-but .button span{ font-size: 12px; }
.shop-but .button .sxx{position: absolute;color:#1080d0;line-height: 44px;top:0px;left:-113%;background: #fff;display:none;}
.shop-but .checkallbox{line-height: 40px;padding-left:10px;box-sizing: border-box;margin-top: 10px;}
.shop-but .button .but-orange{background: #ffa200;}
.shop-but .clearbtn{line-height: 44px;font-size: 14px!important;margin-right: 20px;}
.shop-but .delbtn{width:130px;}
.mui-btn
{
font-size: 14px;
font-weight: 400;
line-height: 1.42;
position: relative;
display: inline-block;
margin-bottom: 0;
padding: 6px 12px;
cursor: pointer;
-webkit-transition: all;
transition: all;
-webkit-transition-timing-function: linear;
transition-timing-function: linear;
-webkit-transition-duration: .2s;
transition-duration: .2s;
text-align: center;
vertical-align: top;
white-space: nowrap;
color: #333;
border: 1px solid #ccc;
border-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
background-color: #fff;
background-clip: padding-box;
}
.mui-numbox
{
position: relative;
display: inline-block;
overflow: hidden;
width: 120px;
height: 35px;
padding: 0 40px 0 40px;
vertical-align: top;
vertical-align: middle;
border: solid 1px #bbb;
border-radius: 3px;
}
.mui-numbox [class*=numbox-btn], .mui-numbox [class*=btn-numbox]
{
font-size: 18px;
font-weight: normal;
line-height: 100%;
position: absolute;
top: 0;
overflow: hidden;
width: 40px;
height: 100%;
padding: 0;
color: #555;
border: none;
border-radius: 0;
background-color: #f9f9f9;
}
.mui-numbox [class*=numbox-btn]:active, .mui-numbox [class*=btn-numbox]:active
{
background-color: #ccc;
}
.mui-numbox [class*=numbox-btn][disabled], .mui-numbox [class*=btn-numbox][disabled]
{
color: #c0c0c0;
}
.mui-numbox .mui-numbox-btn-plus, .mui-numbox .mui-btn-numbox-plus
{
right: 0;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.mui-numbox .mui-numbox-btn-minus, .mui-numbox .mui-btn-numbox-minus
{
left: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.mui-numbox .mui-numbox-input, .mui-numbox .mui-input-numbox
{
display: inline-block;
overflow: hidden;
padding:0 3px;
width: 100% !important;
height: 100%;
margin: 0;
text-align: center;
text-overflow: ellipsis;
word-break: normal;
border: none !important;
border-right: solid 1px #ccc !important;
border-left: solid 1px #ccc !important;
border-radius: 0 !important;
}
.mui-input-row .mui-numbox
{
float: right;
box-sizing: border-box;
margin: 2px 8px;
}
.icon-bot {
top: 9px;
position: relative;
content: "";
height: 0;
width: 0;
pointer-events: none;
border: solid transparent;
border-top-color: #4d4d4d;
border-width: 4px;
margin-left: 5px;
}
.icon-top {
bottom: 9px;
position: relative;
content: "";
height: 0;
width: 0;
pointer-events: none;
border: solid transparent;
border-bottom-color: #4d4d4d;
border-width: 4px;
margin-left: 5px;
}
//.dataNo{display: none;}
/*微信购物车-空*/
.shop-empty{ padding: 25% 3% 10% 3%; text-align: center; }
.shop-empty dt{}
.shop-empty dt i{ font-size: 34px; }
.shop-empty dd{ padding-top: 5%; }
.shop-empty dd h4{ font-size: 16px; padding-bottom: 10%; font-weight: bold;}
.shop-empty dd p a{ font-size: 14px;color:#1080d0; }
.lyClass {
height: auto !important;
}
.lyMoreData {
height: 54px;
overflow: hidden;
}
.zdychec{
.van-checkbox__icon{
position:relative;
left:10px;
}
}
.zdychec1{
position:relative;
top:10px;
left:10px;
}
\ No newline at end of file
.car-page{color:#333}.car-page .lxBox{padding-bottom:44px}.car-page .lxBox .logintip{top:88px}.car-page .lxBox .dataBox{padding-top:88px}.car-page .zyBox{padding-bottom:44px}.car-page .zyBox .logintip{top:44px}.car-page .zyBox .headxianhuoqihuo{height:43px;line-height:43px;border-bottom:1px solid #d6d7dc}.car-page .zyBox .headxianhuoqihuo .zyqxtype{font-size:16px}.car-page .zyBox .dataBox{padding-top:88px}.car-page .logintip{position:fixed;background:#fff6e5;height:44px;line-height:44px;color:#666;top:44px;left:0px;right:0px;font-size:14px;text-align:center;z-index:3}.car-page .logintip a{background:#e10601;border-radius:4px;text-align:center;width:70px;height:23px;color:#fff;font-size:12px;display:inline-block;line-height:23px;cursor:pointer;margin-left:10px}.car-page .editBox{position:fixed;padding:0 3%;height:44px;line-height:44px;color:#666;left:0px;right:0px;font-size:12px;border-bottom:1px solid #d6d7dc;z-index:3;background:#fff;box-sizing:border-box}.car-page .editBox .remind{color:#999}.car-page .editBox .remind i{color:#ffa200;position:relative;top:2px;left:5px}.car-page .editBox a{color:#1080d0;font-size:14px}.car-page .lyNav{color:#333;position:fixed;left:0px;top:44px;right:0px;height:44px;border-bottom:1px solid #d6d7dc;z-index:3;background-color:#fff;box-sizing:border-box}.car-page .lyNav span{cursor:pointer;width:50%;box-sizing:border-box;font-size:14px;text-align:center;line-height:44px}.car-page .lyNav span font{color:#333}.car-page .lyNav span.act{color:#1080d0}.shop-block{font-size:12px;border-bottom:1px solid #d6d7dc}.shop-block .t-r{text-align:right}.shop-block .delete-tier{position:relative;top:2px;font-size:20px}.shop-block h4{font-size:14px;padding:12px 0;font-weight:400;line-height:20px;border-bottom:1px solid #d6d7dc;word-wrap:break-word;word-break:break-all}.shop-block ul{padding:2% 3%;padding-left:0}.shop-block li{font-size:12px;word-wrap:break-word;height:22px;line-height:22px;word-break:break-all;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-block li span{float:left;width:50px}.shop-block li p{padding-left:50px;font-size:12px;color:#333333}.shop-block .ichunt-blue{font-size:12px;font-weight:400;padding:1px 3px;margin-left:5px;background:#1080d0;color:#fff;border-radius:3px}.shop-block .ichunt-orange{font-size:12px;font-weight:400;padding:1px 3px;margin-left:5px;background:#ffa200;color:#fff;border-radius:3px}.shop-block .add-num{padding:0 3%}.shop-block .add-num .mui-numbox{float:right;padding:0 30px;width:130px;height:30px;border:1px solid #e1e1e1;border-radius:0;box-sizing:border-box}.shop-block .add-num .mui-numbox button{height:28px;width:30px;font-size:22px;line-height:28px;background-color:#fff;color:#666;box-sizing:border-box}.shop-block .add-num .mui-numbox button i{font-size:14px}.shop-block .add-num .mui-numbox button.no_click{color:#999}.shop-block .add-num .mui-numbox input{height:28px;background:#fff;color:#333;font-size:12px;box-sizing:border-box}.shop-block .subtotal{padding:2% 3%;font-weight:bold;text-align:right}.shop-block .morePrice{margin-bottom:15px}.shop-block .morePrice p{height:18px;line-height:18px}.shop-block .more-height{font-size:12px;margin-right:10%;height:24px;margin-top:5px;line-height:24px;border:1px solid #e5e5e5;text-align:center;color:#666}.shop-block .more-height .iconfont{font-size:10px;margin-left:5px}.shop-lose{color:#999999}.shop-lose h4 a{color:#999999}.shop-lose li p{color:#999999}.shop-lose .lose-but{height:30px;padding-right:3%;margin-bottom:10px}.shop-lose .lose-but span{float:left;display:block;margin-top:3px;font-size:12px;background-color:#999;color:#fff;padding:0 10px;height:22px;line-height:22px;border-radius:14px}.shop-lose .lose-but .but-bor-red{display:block;color:#e10601;border:1px solid #e10601;height:28px;line-height:28px;padding:0 10px;border-radius:14px}.shop-but{height:44px;border-top:1px solid #d6d7dc;position:fixed;bottom:0;width:100%;background-color:#fff;z-index:99}.shop-but .mui-checkbox label{line-height:45px}.shop-but .mui-checkbox span{padding-left:20px;font-size:14px}.shop-but .sum{text-align:right;padding-right:10px;padding-bottom:0;box-sizing:border-box}.shop-but .sum h4{font-size:16px;line-height:22px;padding-top:4px}.shop-but .sum p{font-size:12px;line-height:16px}.shop-but .button{position:relative}.shop-but .button a{display:block;height:44px;line-height:44px;font-size:16px;border-radius:0;text-align:center;color:#fff;background:red}.shop-but .button.dis a{background:#ccc}.shop-but .button span{font-size:12px}.shop-but .button .sxx{position:absolute;color:#1080d0;line-height:44px;top:0px;left:-113%;background:#fff;display:none}.shop-but .checkallbox{line-height:40px;padding-left:10px;box-sizing:border-box;margin-top:10px}.shop-but .button .but-orange{background:#ffa200}.shop-but .clearbtn{line-height:44px;font-size:14px!important;margin-right:20px}.shop-but .delbtn{width:130px}.mui-btn{font-size:14px;font-weight:400;line-height:1.42;position:relative;display:inline-block;margin-bottom:0;padding:6px 12px;cursor:pointer;-webkit-transition:all;transition:all;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.2s;transition-duration:.2s;text-align:center;vertical-align:top;white-space:nowrap;color:#333;border:1px solid #ccc;border-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background-color:#fff;background-clip:padding-box}.mui-numbox{position:relative;display:inline-block;overflow:hidden;width:120px;height:35px;padding:0 40px 0 40px;vertical-align:top;vertical-align:middle;border:solid 1px #bbb;border-radius:3px}.mui-numbox [class*=numbox-btn],.mui-numbox [class*=btn-numbox]{font-size:18px;font-weight:normal;line-height:100%;position:absolute;top:0;overflow:hidden;width:40px;height:100%;padding:0;color:#555;border:none;border-radius:0;background-color:#f9f9f9}.mui-numbox [class*=numbox-btn]:active,.mui-numbox [class*=btn-numbox]:active{background-color:#ccc}.mui-numbox [class*=numbox-btn][disabled],.mui-numbox [class*=btn-numbox][disabled]{color:#c0c0c0}.mui-numbox .mui-numbox-btn-plus,.mui-numbox .mui-btn-numbox-plus{right:0;border-top-right-radius:3px;border-bottom-right-radius:3px}.mui-numbox .mui-numbox-btn-minus,.mui-numbox .mui-btn-numbox-minus{left:0;border-top-left-radius:3px;border-bottom-left-radius:3px}.mui-numbox .mui-numbox-input,.mui-numbox .mui-input-numbox{display:inline-block;overflow:hidden;padding:0 3px;width:100% !important;height:100%;margin:0;text-align:center;text-overflow:ellipsis;word-break:normal;border:none !important;border-right:solid 1px #ccc !important;border-left:solid 1px #ccc !important;border-radius:0 !important}.mui-input-row .mui-numbox{float:right;box-sizing:border-box;margin:2px 8px}.icon-bot{top:9px;position:relative;content:"";height:0;width:0;pointer-events:none;border:solid transparent;border-top-color:#4d4d4d;border-width:4px;margin-left:5px}.icon-top{bottom:9px;position:relative;content:"";height:0;width:0;pointer-events:none;border:solid transparent;border-bottom-color:#4d4d4d;border-width:4px;margin-left:5px}.shop-empty{padding:25% 3% 10% 3%;text-align:center}.shop-empty dt i{font-size:34px}.shop-empty dd{padding-top:5%}.shop-empty dd h4{font-size:16px;padding-bottom:10%;font-weight:bold}.shop-empty dd p a{font-size:14px;color:#1080d0}.lyClass{height:auto !important}.lyMoreData{height:54px;overflow:hidden}.zdychec .van-checkbox__icon{position:relative;left:10px}.zdychec1{position:relative;top:10px;left:10px}
\ No newline at end of file
{"version":3,"sources":["index.less"],"names":[],"mappings":"AAAA,SACE,MAAK","file":"index.min.css"}
\ No newline at end of file
.chain-main{
.customs_one{
margin: 25px auto; margin-bottom: 40px; width: 90.666%;
.customs{
-webkit-box-shadow: 0 0 15px #333;box-shadow: 0 0 15px #333; -webkit-transition: 0.5s ease-out; transition: 0.5s ease-out; min-height: 143.5px; top: 35px; right: 0rem;width: 100%; border-radius: 3px; background:rgba(0,0,0,0.5);
.cus_input{
padding: 20px 12.5px 5px 12.5px;
dl {
height: 40px; background: #fff; margin-bottom: 1px; border-top: none;
dt { font-size: 14px; width:27%; text-align: right; float: left; height:40px; line-height:40px; color: #666; font-weight: bold; }
dd {
font-size: 14px; width: 73%; float: left; height: 40px; line-height: 40px;
input,textarea{width: 96%; height: 20px; line-height:20px; margin: 10px 0; padding: 0; font-size: 14px; float: left; border: 0; color: #333; border-radius: 0;}
.verifyCode{ width: 38%; }
.codeButton{
background: none; color:#1080d0;width: 80px;padding: 0; text-align: center; height: 20px; line-height: 20px; margin-left: 25px;float:right;margin-right: 15px;
&.dis{color: #999;}
}
}
}
.updateCodeImg{
.code-text{width:55%!important;}
.code{
width:45%!important;
img{width:100%;height:40px;}
}
}
.dl_name{ border-radius: 3px 3px 0 0; }
.dl_text{
border-top: 0; width:100%;height: 145px; margin-bottom: 10px; border-radius: 3px;
dt{ margin-top:14px; height: 20px; line-height: 20px }
dd{
padding: 0; position: relative; margin-top: 15px; height: auto;
textarea{ resize: none; font-size: 14px; line-height: 19px; height: 115px; margin: 0; }
}
}
}
.smsCode{ border-radius: 0 0 3px 3px; }
dd .msg{ height: 13px; line-height: 13px; clear: both; display: block; margin-left: -60px; color: #333;position: relative;top:-10px; }
}
.contact_way{
.box_select {
position: relative;
.select-top {
cursor: pointer;
i { float: right; position: relative; top: 8px; right:2.5px; content: ""; height: 0; width: 0; pointer-events: none; border: solid transparent; border-top-color: #2f2f2f; border-width: 25px 20px; }
}
.select-bot{
z-index: 400; position: absolute; top: 19px; left: -5px; width: 38px; border: 5px solid #ccc; line-height: 19px; background: #fff;
li { padding-left: 5px; cursor: pointer }
li.act,li:hover{color: #006cc7}
}
.select_input{
.input_w_38{width: 25px; padding: 0; border-right: 5px solid #ccc;}
.input_w_183 { width: 107px; padding-left: 5px; }
}
}
}
.tipMsg{ padding: 0 13px; line-height: 13px; height: 13px; font-size: 14px; }
.cus_but{
height: 40px; margin-top: 5px;
a{ display: block; text-align: center; font-size:14px; height:40px; line-height:40px; background: #fff; color: #1080d0; border-radius: 0 0 3px 3px;
&:hover{font-weight: bold; }
}
}
}
.customs_box{
width:100%;position: relative;margin-bottom:75px;
.customs_title{ position: absolute; z-index: 10; left: 20px; font-size:16px; font-weight: bold; color: #333; }
.customs_email{ position: absolute; z-index: 10; left: 20px; bottom: 65px; font-size: 12px; color: #999; }
.customs_img{ margin-bottom: 25px;img{ width: 100%; height: auto; } }
.title_top{ top: -40px; }
.title_center_1{ left: 160px; }
.title_center_2{ left: 125px; }
.title_center_go{width:100%;text-align: center;left:0px;}
}
.customs_box0{margin-bottom: 50px;}
.scm_but{
text-align: center;padding-bottom: 30px;
.cus_but_bottom{ font-size:18px; font-weight: bold; color: #666; }
.cus_arrow{ display: inline-block; width: 16px; height: 13px; margin-left: 10px; background: url(../../images/chain/cus_arrow.png); background-size: contain; background-repeat: no-repeat; }
}
}
.chain-main .customs_one{margin:25px auto;margin-bottom:40px;width:90.666%}.chain-main .customs_one .customs{-webkit-box-shadow:0 0 15px #333;box-shadow:0 0 15px #333;-webkit-transition:.5s ease-out;transition:.5s ease-out;min-height:143.5px;top:35px;right:0rem;width:100%;border-radius:3px;background:rgba(0,0,0,0.5)}.chain-main .customs_one .customs .cus_input{padding:20px 12.5px 5px 12.5px}.chain-main .customs_one .customs .cus_input dl{height:40px;background:#fff;margin-bottom:1px;border-top:none}.chain-main .customs_one .customs .cus_input dl dt{font-size:14px;width:27%;text-align:right;float:left;height:40px;line-height:40px;color:#666;font-weight:bold}.chain-main .customs_one .customs .cus_input dl dd{font-size:14px;width:73%;float:left;height:40px;line-height:40px}.chain-main .customs_one .customs .cus_input dl dd input,.chain-main .customs_one .customs .cus_input dl dd textarea{width:96%;height:20px;line-height:20px;margin:10px 0;padding:0;font-size:14px;float:left;border:0;color:#333;border-radius:0}.chain-main .customs_one .customs .cus_input dl dd .verifyCode{width:38%}.chain-main .customs_one .customs .cus_input dl dd .codeButton{background:none;color:#1080d0;width:80px;padding:0;text-align:center;height:20px;line-height:20px;margin-left:25px;float:right;margin-right:15px}.chain-main .customs_one .customs .cus_input dl dd .codeButton.dis{color:#999}.chain-main .customs_one .customs .cus_input .updateCodeImg .code-text{width:55%!important}.chain-main .customs_one .customs .cus_input .updateCodeImg .code{width:45%!important}.chain-main .customs_one .customs .cus_input .updateCodeImg .code img{width:100%;height:40px}.chain-main .customs_one .customs .cus_input .dl_name{border-radius:3px 3px 0 0}.chain-main .customs_one .customs .cus_input .dl_text{border-top:0;width:100%;height:145px;margin-bottom:10px;border-radius:3px}.chain-main .customs_one .customs .cus_input .dl_text dt{margin-top:14px;height:20px;line-height:20px}.chain-main .customs_one .customs .cus_input .dl_text dd{padding:0;position:relative;margin-top:15px;height:auto}.chain-main .customs_one .customs .cus_input .dl_text dd textarea{resize:none;font-size:14px;line-height:19px;height:115px;margin:0}.chain-main .customs_one .customs .smsCode{border-radius:0 0 3px 3px}.chain-main .customs_one .customs dd .msg{height:13px;line-height:13px;clear:both;display:block;margin-left:-60px;color:#333;position:relative;top:-10px}.chain-main .customs_one .contact_way .box_select{position:relative}.chain-main .customs_one .contact_way .box_select .select-top{cursor:pointer}.chain-main .customs_one .contact_way .box_select .select-top i{float:right;position:relative;top:8px;right:2.5px;content:"";height:0;width:0;pointer-events:none;border:solid transparent;border-top-color:#2f2f2f;border-width:25px 20px}.chain-main .customs_one .contact_way .box_select .select-bot{z-index:400;position:absolute;top:19px;left:-5px;width:38px;border:5px solid #ccc;line-height:19px;background:#fff}.chain-main .customs_one .contact_way .box_select .select-bot li{padding-left:5px;cursor:pointer}.chain-main .customs_one .contact_way .box_select .select-bot li.act,.chain-main .customs_one .contact_way .box_select .select-bot li:hover{color:#006cc7}.chain-main .customs_one .contact_way .box_select .select_input .input_w_38{width:25px;padding:0;border-right:5px solid #ccc}.chain-main .customs_one .contact_way .box_select .select_input .input_w_183{width:107px;padding-left:5px}.chain-main .customs_one .tipMsg{padding:0 13px;line-height:13px;height:13px;font-size:14px}.chain-main .customs_one .cus_but{height:40px;margin-top:5px}.chain-main .customs_one .cus_but a{display:block;text-align:center;font-size:14px;height:40px;line-height:40px;background:#fff;color:#1080d0;border-radius:0 0 3px 3px}.chain-main .customs_one .cus_but a:hover{font-weight:bold}.chain-main .customs_box{width:100%;position:relative;margin-bottom:75px}.chain-main .customs_box .customs_title{position:absolute;z-index:10;left:20px;font-size:16px;font-weight:bold;color:#333}.chain-main .customs_box .customs_email{position:absolute;z-index:10;left:20px;bottom:65px;font-size:12px;color:#999}.chain-main .customs_box .customs_img{margin-bottom:25px}.chain-main .customs_box .customs_img img{width:100%;height:auto}.chain-main .customs_box .title_top{top:-40px}.chain-main .customs_box .title_center_1{left:160px}.chain-main .customs_box .title_center_2{left:125px}.chain-main .customs_box .title_center_go{width:100%;text-align:center;left:0px}.chain-main .customs_box0{margin-bottom:50px}.chain-main .scm_but{text-align:center;padding-bottom:30px}.chain-main .scm_but .cus_but_bottom{font-size:18px;font-weight:bold;color:#666}.chain-main .scm_but .cus_arrow{display:inline-block;width:16px;height:13px;margin-left:10px;background:url(../../images/chain/cus_arrow.png);background-size:contain;background-repeat:no-repeat}/*# sourceMappingURL=chain.min.css.map */
\ No newline at end of file
{"version":3,"sources":["chain.less"],"names":[],"mappings":"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","file":"chain.min.css"}
\ No newline at end of file
body {
padding-top: 0px;
background: #072565;
}
.findthing-content {
width: 100%;
height: 100%;
}
.findthing-content .seo-head {
width: 100%;
height: 7.6rem;
background: url("../../images/findthing/banner22.png") no-repeat;
background-size: 100% 100%;
box-sizing: border-box;
padding-top: 1.3rem;
}
.findthing-content .seo-head .head-nav {
width: 100%;
height: 22px;
background: #c9b086;
}
.findthing-content .seo-head .head-nav li {
float: left;
width: 20%;
text-align: center;
height: 22px;
font-size: 12px;
box-sizing: border-box;
padding-top: 2px;
}
.findthing-content .seo-head .head-nav li a {
color: #181c27;
display: block;
cursor: pointer;
width: 100%;
height: 18px;
line-height: 16px;
box-sizing: border-box;
border-right: 1px solid #9f8d70;
}
.findthing-content .seo-head .head-nav li a.last-nav {
border-right: 0px;
}
.findthing-content .seo-section .form-box1 {
padding-top: 15px;
}
.findthing-content .seo-section .form-box1 .form-group {
width: 9.2rem;
height: 50px;
line-height: 50px;
text-align: center;
margin: 0 auto;
margin-bottom: 15px;
background: #fff;
border-radius: 4px;
overflow: hidden;
}
.findthing-content .seo-section .form-box1 .form-group .pr {
position: relative;
}
.findthing-content .seo-section .form-box1 .form-group span {
width: 3.2rem;
height: 50px;
line-height: 50px;
font-size: 14px;
text-align: justify;
text-align-last: justify;
padding: 0 0.2rem;
box-sizing: border-box;
}
.findthing-content .seo-section .form-box1 .form-group span font {
color: red;
}
.findthing-content .seo-section .form-box1 .form-group span .hiddenvi {
visibility: hidden;
}
.findthing-content .seo-section .form-box1 .form-group .input-box {
width: 6rem;
height: 50px;
line-height: 50px;
background-color: #ffffff;
box-sizing: border-box;
padding: 0 0.2rem;
}
.findthing-content .seo-section .form-box1 .form-group .input-box input {
font-size: 14px;
text-align: left;
width: 100%;
float: left;
height: 100%;
}
.findthing-content .seo-section .form-box1 .form-group .input-box .code {
position: absolute;
right: 0px;
height: 50px;
width: 3rem;
top: 0px;
cursor: pointer;
color: #1080d0;
text-align: center;
line-height: 50px;
font-size: 14px;
}
.findthing-content .seo-section .form-box1 .form-group .input-box .code.dis {
color: #ccc;
}
.findthing-content .seo-section .form-box1 .form-group .input-box .img-code {
position: absolute;
right: 0px;
height: 50px;
width: 3rem;
top: 0px;
cursor: pointer;
}
.findthing-content .seo-section .form-box1 .submit-button {
border-radius: 50px;
width: 9.2rem;
height: 50px;
margin: 0 auto;
background: url("../../images/findthing/submitbtn.png") no-repeat;
background-size: 100% 100%;
cursor: pointer;
}
.findthing-content .seo-section .form-box1 .form1-tips {
text-align: center;
color: red;
font-size: 14px;
margin-top: 15px;
margin-bottom: 5px;
}
.findthing-content .seo-section .form-box1 .form1-warn {
font-size: 12px;
color: #8c98b2;
width: 9.2rem;
margin: 0 auto;
}
.findthing-content .seo-section .form-box1 .form1-warn font {
color: red;
}
.findthing-content .seo-section .img-show-static {
height: 14.706rem;
background: url("../../images/seo/staticx.png") no-repeat;
background-size: 100% 100%;
margin-top: 30px;
}
.findthing-content .seo-section .zizi-box {
height: 10.333rem;
width: 8.4rem;
background: url("../../images/seo/lxzz.png") no-repeat;
background-size: 100% 100%;
margin: 0 auto;
box-sizing: border-box;
padding-top: 3.786rem;
}
.findthing-content .seo-section .zizi-box .zizi-ct {
width: 7.333rem;
height: 3.4rem;
border-style: solid;
border-width: 0.08rem;
border-color: #c1b193;
margin: 0 auto;
box-sizing: border-box;
padding-top: 0.826rem;
}
.findthing-content .seo-section .zizi-box .zizi-ct .slide-box {
margin: 0 auto;
width: 3rem;
height: 2.28rem;
}
.findthing-content .seo-section .zizi-box .zizi-ct .slide-box .slide-pic {
width: 3rem;
height: 2.28rem;
}
.findthing-content .seo-section .foot-box {
height: 2.2rem;
background: url("../../images/seo/foot.png") no-repeat;
background-size: 100% 100%;
margin: 0 auto;
}
.findthing-content .seo-section .foot-box .foot-box-ct {
margin-top: 50px;
height: 30px;
line-height: 30px;
background-color: #e8b778;
text-align: center;
font-size: 14px;
color: #181c27;
position: relative;
top: -10px;
}
.findthing-content .seo-section .foot-box .foot-box-ct i {
font-size: 14px!important;
}
.findthing-content .seo-section .foot-box .foot-box-ct a {
color: #181c27 !important;
}
/*# sourceMappingURL=index.css.map */
\ No newline at end of file
{"version":3,"sources":["index.less"],"names":[],"mappings":"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","file":"index.css"}
\ No newline at end of file
.findthing-content{
background: #072565;
width:100%;
.seo-head{
width:100%;
height:7.6rem;
background: url("../../images/findthing/banner22.png") no-repeat;
background-size: 100% 100%;
box-sizing: border-box;
padding-top:1.3rem;
.head-nav{
width:100%;height:22px;
background: #c9b086;
li{float: left;width:20%;text-align: center;height:22px;font-size: 12px;box-sizing: border-box;padding-top:2px;
a{color:#181c27;cursor: pointer;display: block;cursor: pointer;width:100%;height:18px;line-height: 16px;box-sizing: border-box;border-right: 1px solid #9f8d70;}
a.last-nav{border-right: 0px;}
}
}
}
.seo-section{
.form-box1{
.form-group{width:9.2rem;height:50px;line-height: 50px;text-align: center;
margin:0 auto;
margin-top:15px;
background: #fff;
border-radius: 4px;
overflow: hidden;
.pr{position: relative;}
span{
font{color:red;}
.hiddenvi{visibility: hidden;}
width: 3.2rem;
height:50px;
line-height: 50px;
font-size: 16px;
text-align:right;
padding: 0 0.2rem;
box-sizing: border-box;
}
.input-box{
width: 6rem;
height:50px;
line-height: 50px;
background-color: #ffffff;
box-sizing: border-box;
padding: 0 0.2rem;
input{
font-size: 16px;
text-align: left;
width:100%;
float:left;
height:100%;
}
.code{position: absolute;right:0px;height:50px;line-height:50px;width:3rem;top:0px;cursor: pointer;color:#1080d0;text-align: center;line-height:50px; font-size: 15px;}
.code.dis{color:#ccc;}
.img-code{position: absolute;right:0px;height:50px;width:3rem;top:0px;cursor: pointer;}
}
}
.submit-button{
border-radius: 50px;
width:9.2rem;height:50px;
margin:0 auto;
background: url("../../images/findthing/submitbtn.png") no-repeat;
background-size: 100% 100%;
cursor: pointer;
}
.form1-tips{text-align: center;color:red;font-size: 14px;margin-top: 15px;margin-bottom: 5px;}
.form1-warn{font-size: 12px;color:#8c98b2;width:9.2rem;margin:0 auto;margin-top:5px;font{color:red}}
}
.img-show-static{
height:14.706rem;
background: url("../../images/seo/staticx.png") no-repeat;
background-size: 100% 100%;
margin-top: 30px;
}
.zizi-box{
height:10.333rem;
width:8.4rem;
background: url("../../images/seo/lxzz.png") no-repeat;
background-size: 100% 100%;
margin:0 auto;
box-sizing: border-box;
padding-top:3.786rem;
.zizi-ct{
width: 7.333rem;
height: 3.4rem;
border-style: solid;
border-width: 0.08rem;
border-color:#c1b193;
margin:0 auto;
box-sizing: border-box;
padding-top:0.826rem;
.slide-box{
margin:0 auto;
width:3rem;height:2.28rem;
.slide-pic{ width:3rem;height:2.28rem;}
}
}
}
.foot-box{
.foot-box-ct{
margin-top: 50px;
height: 30px;
line-height: 30px;
background-color: #e8b778;
text-align: center;
font-size: 14px;
color: #181c27;
position: relative;top:-10px;
i{font-size: 14px!important;}
a{ color: #181c27!important;}
}
height:2.2rem;
background: url("../../images/seo/foot.png") no-repeat;
background-size: 100% 100%;
margin:0 auto;
}
}
}
\ No newline at end of file
.findthing-content{background:#072565;width:100%}.findthing-content .seo-head{width:100%;height:7.6rem;background:url("../../images/findthing/banner22.png") no-repeat;background-size:100% 100%;box-sizing:border-box;padding-top:1.3rem}.findthing-content .seo-head .head-nav{width:100%;height:22px;background:#c9b086}.findthing-content .seo-head .head-nav li{float:left;width:20%;text-align:center;height:22px;font-size:12px;box-sizing:border-box;padding-top:2px}.findthing-content .seo-head .head-nav li a{color:#181c27;display:block;cursor:pointer;width:100%;height:18px;line-height:16px;box-sizing:border-box;border-right:1px solid #9f8d70}.findthing-content .seo-head .head-nav li a.last-nav{border-right:0px}.findthing-content .seo-section .form-box1 .form-group{width:9.2rem;height:50px;line-height:50px;text-align:center;margin:0 auto;margin-top:15px;background:#fff;border-radius:4px;overflow:hidden}.findthing-content .seo-section .form-box1 .form-group .pr{position:relative}.findthing-content .seo-section .form-box1 .form-group span{width:3.2rem;height:50px;line-height:50px;font-size:16px;text-align:right;padding:0 .2rem;box-sizing:border-box}.findthing-content .seo-section .form-box1 .form-group span font{color:red}.findthing-content .seo-section .form-box1 .form-group span .hiddenvi{visibility:hidden}.findthing-content .seo-section .form-box1 .form-group .input-box{width:6rem;height:50px;line-height:50px;background-color:#ffffff;box-sizing:border-box;padding:0 .2rem}.findthing-content .seo-section .form-box1 .form-group .input-box input{font-size:16px;text-align:left;width:100%;float:left;height:100%}.findthing-content .seo-section .form-box1 .form-group .input-box .code{position:absolute;right:0px;height:50px;width:3rem;top:0px;cursor:pointer;color:#1080d0;text-align:center;line-height:50px;font-size:15px}.findthing-content .seo-section .form-box1 .form-group .input-box .code.dis{color:#ccc}.findthing-content .seo-section .form-box1 .form-group .input-box .img-code{position:absolute;right:0px;height:50px;width:3rem;top:0px;cursor:pointer}.findthing-content .seo-section .form-box1 .submit-button{border-radius:50px;width:9.2rem;height:50px;margin:0 auto;background:url("../../images/findthing/submitbtn.png") no-repeat;background-size:100% 100%;cursor:pointer}.findthing-content .seo-section .form-box1 .form1-tips{text-align:center;color:red;font-size:14px;margin-top:15px;margin-bottom:5px}.findthing-content .seo-section .form-box1 .form1-warn{font-size:12px;color:#8c98b2;width:9.2rem;margin:0 auto;margin-top:5px}.findthing-content .seo-section .form-box1 .form1-warn font{color:red}.findthing-content .seo-section .img-show-static{height:14.706rem;background:url("../../images/seo/staticx.png") no-repeat;background-size:100% 100%;margin-top:30px}.findthing-content .seo-section .zizi-box{height:10.333rem;width:8.4rem;background:url("../../images/seo/lxzz.png") no-repeat;background-size:100% 100%;margin:0 auto;box-sizing:border-box;padding-top:3.786rem}.findthing-content .seo-section .zizi-box .zizi-ct{width:7.333rem;height:3.4rem;border-style:solid;border-width:.08rem;border-color:#c1b193;margin:0 auto;box-sizing:border-box;padding-top:.826rem}.findthing-content .seo-section .zizi-box .zizi-ct .slide-box{margin:0 auto;width:3rem;height:2.28rem}.findthing-content .seo-section .zizi-box .zizi-ct .slide-box .slide-pic{width:3rem;height:2.28rem}.findthing-content .seo-section .foot-box{height:2.2rem;background:url("../../images/seo/foot.png") no-repeat;background-size:100% 100%;margin:0 auto}.findthing-content .seo-section .foot-box .foot-box-ct{margin-top:50px;height:30px;line-height:30px;background-color:#e8b778;text-align:center;font-size:14px;color:#181c27;position:relative;top:-10px}.findthing-content .seo-section .foot-box .foot-box-ct i{font-size:14px!important}.findthing-content .seo-section .foot-box .foot-box-ct a{color:#181c27 !important}/*# sourceMappingURL=index.min.css.map */
\ No newline at end of file
{"version":3,"sources":["index.less"],"names":[],"mappings":"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","file":"index.min.css"}
\ No newline at end of file
@charset "UTF-8";
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
html * {
outline: 0;
-webkit-text-size-adjust: none !important;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
html,
body {
font-family: sans-serif;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
margin: 0;
padding: 0;
}
button,
input,
select,
textarea {
font-size: 100%;
border: none;
-webkit-appearance: none;
}
input[type=button],
input[type=file],
input[type=submit] {
cursor: pointer;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
ol,
ul,
dl {
list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
font-weight: 500;
}
em,
b,
i {
font-style: normal;
}
a {
text-decoration: none;
}
img {
border: none;
}
.clr {
*zoom: 1;
clear: both;
}
.clr:after {
content: ".";
clear: both;
height: 0;
visibility: hidden;
display: block;
}
.fl {
float: left;
_display: inline;
}
.f-orange {
color: #ffa200 !important;
}
.fr {
float: right;
_display: inline;
}
.va-t {
vertical-align: top;
}
.va-m {
vertical-align: middle;
}
.va-b {
vertical-align: bottom;
}
.i-hide {
display: none;
}
.i-show {
display: block;
}
.lineBlock {
display: inline-block;
*display: inline;
zoom: 1;
letter-spacing: normal;
word-spacing: normal;
}
.lbBox {
font-size: 0 !important;
*word-spacing: -1px !important;
}
.boxsiz {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html,
body {
width: 100%;
height: 100%;
-webkit-overflow-scrolling: touch;
}
body {
overflow-x: hidden;
}
.emptys {
margin-left: -1px;
width: 1px;
height: 100%;
font-size: 0;
vertical-align: middle;
}
@media (min-width: 750px) {
html {
background: rgba(0, 0, 0, 0.5);
}
html body {
max-width: 480px;
margin: 0 auto;
background: #fff;
}
html body .main-interface .container-wrap::-webkit-scrollbar {
width: 10px;
height: 11px;
}
html body .main-interface .container-wrap::-webkit-scrollbar-thumb {
background-color: #ffffff;
box-shadow: 0px 0px 0px 0px rgba(73, 73, 73, 0.92);
border-radius: 10px;
border: solid 1px #e5e5e5;
padding: 2px;
}
html body .main-interface .container-wrap::-webkit-scrollbar-track {
background-color: #eeeeee;
box-shadow: inset 1px 3px 5px 0px rgba(192, 186, 186, 0.75);
border-radius: 10px;
}
}
#app {
height: 100%;
}
/**导航**/
.navigator {
order: 1;
width: 100%;
height: 2rem;
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 2019;
}
.navigator ul {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 100%;
background-color: #ffffff;
box-shadow: 0rem 0rem 0.12rem 0rem rgba(196, 196, 196, 0.87);
justify-content: center;
align-items: center;
}
.navigator ul li {
position: relative;
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
}
.navigator ul li a {
display: block;
}
.navigator ul li a .cart {
position: absolute;
left: 50%;
top: -8px;
margin-left: -2px;
color: #fff;
font-size: 12px;
font-weight: 500;
text-align: center;
padding: 0 3px;
min-width: 16px;
line-height: 14px;
border: 1px solid #fff;
border-radius: 16px;
background-color: #f44;
transform: translateX(50%);
transform-origin: 100%;
}
.navigator ul li a i {
width: 26px;
height: 26px;
display: block;
margin: 0 auto;
color: #d5d5d5;
font-size: 25px;
text-align: center;
}
.navigator ul li a .ico-1 {
background: url("../images/home/i1.png") no-repeat center center;
background-size: cover;
}
.navigator ul li a .ico-2 {
background: url("../images/home/i2.png") no-repeat center center;
background-size: cover;
}
.navigator ul li a .ico-3 {
background: url("../images/home/i3.png") no-repeat center center;
background-size: cover;
}
.navigator ul li a .ico-4 {
background: url("../images/home/i4.png") no-repeat center center;
background-size: cover;
}
.navigator ul li a .ico-5 {
background: url("../images/home/i5.png") no-repeat center center;
background-size: cover;
}
.navigator ul li a p {
margin-top: 0.133rem;
font-size: 10px;
color: #adadad;
}
.navigator ul li.curr i {
color: #57a1f4;
}
.navigator ul li.curr .ico-1 {
background: url("../images/home/i1_s.png") no-repeat center center;
background-size: cover;
}
.navigator ul li.curr .ico-2 {
background: url("../images/home/i2_s.png") no-repeat center center;
background-size: cover;
}
.navigator ul li.curr .ico-3 {
background: url("../images/home/i3_s.png") no-repeat center center;
background-size: cover;
}
.navigator ul li.curr .ico-4 {
background: url("../images/home/i4_s.png") no-repeat center center;
background-size: cover;
}
.navigator ul li.curr .ico-5 {
background: url("../images/home/i5_s.png") no-repeat center center;
background-size: cover;
}
.navigator ul li.curr p {
color: #4e8eee;
}
/**加载动画**/
.loading-background {
background: transparent;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
justify-content: center;
flex-direction: column;
z-index: 99;
}
/**侧边栏**/
.slide-bar {
position: fixed;
right: 0;
bottom: 23%;
z-index: 3000;
}
.slide-bar .customer-service {
width: 1.053rem;
height: 1.053rem;
border-radius: 4px;
background: rgba(78, 142, 238, 0.8);
display: flex;
align-items: center;
justify-content: center;
}
.slide-bar .customer-service .icon-kefu {
color: #fff;
font-size: 25px;
}
.slide-bar .backtop {
margin-top: 16px;
width: 1.053rem;
height: 1.053rem;
border-radius: 4px;
background: rgba(78, 142, 238, 0.8);
display: flex;
align-items: center;
justify-content: center;
}
.slide-bar .backtop .icon-xiangshang1 {
color: #fff;
font-size: 28px;
}
/**客服模块**/
.kefu .t0 {
text-align: center;
height: 100px;
line-height: 100px;
}
.kefu .t0 .icon-kefu {
font-size: 60px;
color: #1080d0;
}
.kefu .t1 {
padding: 0 10%;
margin-bottom: 20px;
}
.kefu .t1 a {
display: block;
height: 33px;
line-height: 33px;
font-size: 14px;
background: #1080d0;
color: #fff;
text-decoration: none;
text-align: center;
border: none;
}
.kefu .t2 {
padding: 0 10%;
margin-bottom: 20px;
}
.kefu .t2 a {
border-color: #e5e5e5;
color: #1080d0;
border: 1px solid #1080d0;
text-decoration: none;
text-align: center;
display: block;
height: 33px;
line-height: 33px;
font-size: 13px;
}
.kefu .t2 a .icon-qq {
font-size: 13px;
margin-right: 10px;
}
.celerity-nav{
position: fixed;
right: 0;
bottom: 100px;
z-index: 86;
display: block;
width: 40px;
text-align: center;
height: 40px;
}
.celerity-nav dt{
position: relative;
z-index: 2;
width: 40px;
height: 40px;
text-align: center;
padding: 5px 0px;
opacity: .6;
background: #1080d0;
border-radius: 3px;
}
.celerity-nav dt i {
font-size: 12px;
display: block;
float: left;
color: #fff;
width: 10px;
height: 40px;
line-height: 30px;
}
.celerity-nav dt span {
font-size: 12px;
color: #fff;
width: 27px;
height: 30px;
padding-left: 2px;
line-height: 16px;
display: block;
float: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.celerity-nav dd {
position: absolute;
right: -160px;
z-index: 1;
top: -2px;
height: 45px;
text-align: center;
width: 135px;
opacity: 1;
background: #1080d0;
border-radius: 3px;
-webkit-transition: 0.8s ease-out;
transition: 0.8s ease-out;
}
.celerity-nav dd p {
height: 45px;
padding-top: 3px;
width: 45px;
color: #fff;
float: left;
}
.celerity-nav dd a {
display: block;
font-size: 12px;
color: #fff;
}
/*# sourceMappingURL=global.css.map */
margin-bottom: 20px; }
.kefu .t2 a {
border-color: #e5e5e5;
color: #1080d0;
border: 1px solid #1080d0;
text-decoration: none;
text-align: center;
display: block;
height: 33px;
line-height: 33px;
font-size: 13px; }
.kefu .t2 a .icon-qq {
font-size: 13px;
margin-right: 10px; }
/*# sourceMappingURL=global.css.map */
{
"version": 3,
"mappings": "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",
"sources": ["base.scss","global.scss"],
"names": [],
"file": "global.css"
}
......@@ -3,10 +3,12 @@
$imgUrlDev: '../img/';
$imgUrl: '../images/';
#app {
height: 100%;
}
/**导航**/
.navigator {
order: 1;
width: 100%;
......@@ -16,6 +18,7 @@ $imgUrl: '../images/';
left: 0;
right: 0;
z-index: 2019;
ul {
@include dispFlex();
height: 100%;
......@@ -23,12 +26,15 @@ $imgUrl: '../images/';
box-shadow: 0rem 0rem 0.12rem 0rem rgba(196, 196, 196, 0.87);
justify-content: center;
align-items: center;
li {
position: relative;
@include boxFlex();
text-align: center;
a {
display: block;
.cart {
position: absolute;
left: 50%;
......@@ -47,6 +53,7 @@ $imgUrl: '../images/';
transform: translateX(50%);
transform-origin: 100%;
}
i {
width: 26px;
height: 26px;
......@@ -56,56 +63,69 @@ $imgUrl: '../images/';
font-size: 25px;
text-align: center;
}
.ico-1 {
background: url("#{$imgUrl}home/i1.png") no-repeat center center;
background-size: cover;
}
.ico-2 {
background: url("#{$imgUrl}home/i2.png") no-repeat center center;
background-size: cover;
}
.ico-3 {
background: url("#{$imgUrl}home/i3.png") no-repeat center center;
background-size: cover;
}
.ico-4 {
background: url("#{$imgUrl}home/i4.png") no-repeat center center;
background-size: cover;
}
.ico-5 {
background: url("#{$imgUrl}home/i5.png") no-repeat center center;
background-size: cover;
}
p {
margin-top: 0.133rem;
font-size: 10px;
color: #adadad;
}
}
&.curr {
i {
color: #57a1f4;
}
.ico-1 {
background: url("#{$imgUrl}home/i1_s.png") no-repeat center center;
background-size: cover;
}
.ico-2 {
background: url("#{$imgUrl}home/i2_s.png") no-repeat center center;
background-size: cover;
}
.ico-3 {
background: url("#{$imgUrl}home/i3_s.png") no-repeat center center;
background-size: cover;
}
.ico-4 {
background: url("#{$imgUrl}home/i4_s.png") no-repeat center center;
background-size: cover;
}
.ico-5 {
background: url("#{$imgUrl}home/i5_s.png") no-repeat center center;
background-size: cover;
}
p {
color: #4e8eee;
}
......@@ -114,9 +134,10 @@ $imgUrl: '../images/';
}
}
/**加载动画**/
.loading-background {
background: transparent;
position: absolute;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
......@@ -126,11 +147,13 @@ $imgUrl: '../images/';
z-index: 99;
}
/**侧边栏**/
.slide-bar {
position: fixed;
right: 0;
bottom: 23%;
z-index: 3000;
.customer-service {
width: 1.053rem;
height: 1.053rem;
......@@ -139,13 +162,15 @@ $imgUrl: '../images/';
display: flex;
align-items: center;
justify-content: center;
.icon-kefu {
color: #fff;
font-size: 25px;
}
}
.backtop {
margin-top: 16px;
margin-top: 5px;
width: 1.053rem;
height: 1.053rem;
border-radius: 4px;
......@@ -153,26 +178,47 @@ $imgUrl: '../images/';
display: flex;
align-items: center;
justify-content: center;
color:#fff;
a{color:#fff;}
.icon-xiangshang1 {
color: #fff;
font-size: 28px;
}
}
.carslide{
position: relative;
.carNumx{
position: absolute;
right:2px; top:2px;
height:15px;
width: 15px;
background: red;
border-radius: 15px;
color:#fff;
font-weight: normal;
font-size: 12px;
text-align: center;
line-height: 15px;
}
}
}
/**客服模块**/
.kefu {
.t0 {
text-align: center;
height: 100px;
line-height: 100px;
.icon-kefu {
font-size: 60px;
color: #1080d0;
}
}
.t1 {
padding: 0 10%;
margin-bottom: 20px;
a {
display: block;
height: 33px;
......@@ -185,9 +231,11 @@ $imgUrl: '../images/';
border: none;
}
}
.t2 {
padding: 0 10%;
margin-bottom: 20px;
a {
border-color: #e5e5e5;
color: #1080d0;
......@@ -198,10 +246,168 @@ $imgUrl: '../images/';
height: 33px;
line-height: 33px;
font-size: 13px;
.icon-qq {
font-size: 13px;
margin-right: 10px;
}
}
}
}
\ No newline at end of file
}
/**数字转码**/
font[class^="rowNum"]{
font-size: 0 !important;
*word-spacing: -1px !important;
}
font[class^="asfgd"] {
position: relative;
background-image: url(https://static.ichunt.com/dist/res/m/images/number/aff.svg);
display: inline-block;
letter-spacing: normal;
word-spacing: normal;
font-style: normal;
}
.asfgdqwer, .asfgdtyhg, .asfgdpolk, .asfgdpoqw {
background-position: 0 -1px !important;
background-repeat: no-repeat !important;
width: 7px;
height: 10px;
}
.asfgdrfdf, .asfgderfd, .asfgdwdsa, .asfgdpoer {
background-position: -1px -17px !important;
background-repeat: no-repeat !important;
width: 4px;
height: 10px;
}
.asfgdasde, .asfgdqwsz, .asfgdrtgd, .asfgdpovv {
background-position: 0 -34px !important;
background-repeat: no-repeat !important;
width: 7px;
height: 10px;
}
.asfgdwsxc, .asfgdwsxz, .asfgdrfvb, .asfgdpoee {
background-position: 0 -53px !important;
background-repeat: no-repeat !important;
width: 6px;
height: 10px;
}
.asfgdqazs, .asfgdqasd, .asfgdqwag, .asfgdpogh {
background-position: 0 -73px !important;
background-repeat: no-repeat !important;
width: 7px;
height: 10px;
}
.asfgdrtyh, .asfgdyutr, .asfgdeews, .asfgdpotg {
background-position: 0 -95px !important;
background-repeat: no-repeat !important;
width: 7px;
height: 10px;
}
.asfgdpluj, .asfgdikjf, .asfgdesgj, .asfgdpfff {
background-position: 0 -113px !important;
background-repeat: no-repeat !important;
width: 7px;
height: 10px;
}
.asfgdtrdb, .asfgdiksf, .asfgdsgkp, .asfgdprty {
background-position: 0 -133px !important;
background-repeat: no-repeat !important;
width: 7px;
height: 10px;
}
.asfgdpehl, .asfgdstgb, .asfgderll, .asfgdpokf {
background-position: 0 -153px !important;
background-repeat: no-repeat !important;
width: 7px;
height: 10px;
}
.asfgdpehg, .asfgdstgf, .asfgderlf, .asfgdpogk {
background-position: 0 -177px !important;
background-repeat: no-repeat !important;
width: 7px;
height: 10px;
}
/**分享样式**/
.share-mask{
position: fixed;bottom:0;top:0;left:0;right:0;background: rgba(0,0,0,0.3);z-index: 9999999;
img{width:90%;float:right;}
}
/**兼容旧版本栅格布局**/
.mui-row:before, .mui-row:after
{
display: table;
content: ' ';
}
.mui-row:after
{
clear: both;
}
.mui-col-xs-1, .mui-col-sm-1, .mui-col-xs-2, .mui-col-sm-2, .mui-col-xs-3, .mui-col-sm-3, .mui-col-xs-4, .mui-col-sm-4, .mui-col-xs-5, .mui-col-sm-5, .mui-col-xs-6, .mui-col-sm-6, .mui-col-xs-7, .mui-col-sm-7, .mui-col-xs-8, .mui-col-sm-8, .mui-col-xs-9, .mui-col-sm-9, .mui-col-xs-10, .mui-col-sm-10, .mui-col-xs-11, .mui-col-sm-11, .mui-col-xs-12, .mui-col-sm-12
{
position: relative;
min-height: 1px;
}
.mui-row > [class*='mui-col-']
{
float: left;
}
.mui-col-xs-12,mui-col-sm-12
{
width: 100%;
}
.mui-col-xs-11,mui-col-sm-11
{
width: 91.66666667%;
}
.mui-col-xs-10,mui-col-sm-10
{
width: 83.33333333%;
}
.mui-col-xs-9,mui-col-sm-9
{
width: 75%;
}
.mui-col-xs-8,mui-col-sm-8
{
width: 66.66666667%;
}
.mui-col-xs-7,mui-col-sm-7
{
width: 58.33333333%;
}
.mui-col-xs-6,mui-col-sm-6
{
width: 50%;
}
.mui-col-xs-5,mui-col-sm-5
{
width: 41.66666667%;
}
.mui-col-xs-4,mui-col-sm-4
{
width: 33.33333333%;
}
.mui-col-xs-3,mui-col-sm-3
{
width: 25%;
}
.mui-col-xs-2,mui-col-sm-2
{
width: 16.66666667%;
}
.mui-col-xs-1,mui-col-sm-1
{
width: 8.33333333%;
}
.lxshop .lxshop-content .f-blue {
color: #1080d0;
}
.lxshop .lxshop-content .sosoarr {
display: none;
background-color: #fff;
font-size: 15px;
font-weight: 400;
height: 44px;
line-height: 44px;
overflow: hidden;
width: 100%;
-webkit-box-shadow: 0 2px 5px #eeeeee;
box-shadow: 0 2px 5px #eeeeee;
table-layout: fixed;
border-bottom: 1px solid #d6d7dc;
}
.lxshop .lxshop-content .sosoarr {
text-align: center;
padding: 0 15%;
box-sizing: border-box;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.lxshop .lxshop-content .layer-fix {
display: block;
position: fixed;
top: 44px;
left: 0;
right: 0;
z-index: 10;
}
.lxshop .lxshop-content .sift-box {
position: relative;
padding-top: 5px;
padding-left: 2.5%;
height: 36px;
line-height: 36px;
border-bottom: 1px solid #d6d7dc;
background-color: #fff;
}
.lxshop .lxshop-content .sift-box dl {
float: left;
width: 35%;
margin-right: 0;
height: 35px;
color: #333;
}
.lxshop .lxshop-content .sift-box dl dt {
text-align: center;
font-size: 12px;
height: 30px;
line-height: 30px;
background: #f8f8f8;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 0 5px;
}
.lxshop .lxshop-content .sift-box dl dd {
position: absolute;
top: 42px;
left: 0;
width: 100%;
bottom: 140px;
z-index: 3;
display: none;
}
.lxshop .lxshop-content .sift-box dl dd ul {
background: #fff;
padding-bottom: 3px;
height: 200px;
overflow-x: auto;
}
.lxshop .lxshop-content .sift-box dl dd ul li {
width: 46%;
color: #333;
font-size: 14px;
border: 1px solid #fff;
margin: 0 2%;
margin-top: 3px;
padding: 0 10px;
box-sizing: border-box;
height: 32px;
line-height: 32px;
}
.lxshop .lxshop-content .sift-box dl dd ul li.check {
border: 1px solid #1080d0;
color: #1080d0;
}
.lxshop .lxshop-content .sift-box dl dd .button {
border-top: 1px solid #d6d7dc;
height: 40px;
line-height: 40px;
background: #fff;
-webkit-box-shadow: 0 2px 5px #eeeeee;
box-shadow: 0 2px 5px #eeeeee;
}
.lxshop .lxshop-content .sift-box dl dd .button a {
width: 50%;
font-size: 14px;
height: 39px;
line-height: 39px;
display: block;
float: left;
text-align: center;
color: #333;
}
.lxshop .lxshop-content .sift-box dl dd .button a.but-blue {
background: #1080d0;
color: #fff;
text-decoration: none;
text-align: center;
border: none;
}
.lxshop .lxshop-content .sift-box dl.p_act {
border: 1px solid #d6d7dc;
border-bottom: none;
}
.lxshop .lxshop-content .sift-box dl.p_act dd {
display: block;
}
.lxshop .lxshop-content .sift-box dl.p_act dt {
background: #fff;
height: 34px;
line-height: 34px;
border-bottom: 2px solid #fff;
}
.lxshop .lxshop-content .search-list-box .data-group-supplier .name-shop {
padding: 10px 10px 10px 0;
margin-left: 10px;
background: #fff;
}
.lxshop .lxshop-content .search-list-box .data-group-supplier .name-shop img {
width: 60px;
height: 30px;
display: block;
float: left;
border: 1px solid #e5e5e5;
margin-right: 10px;
}
.lxshop .lxshop-content .search-list-box .data-group-supplier .name-shop .ad {
color: #666666;
font-size: 12px;
display: block;
line-height: 16px;
overflow: hidden;
height: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.lxshop .lxshop-content .search-list-box .data-group-supplier .more-number,
.lxshop .lxshop-content .search-list-box .data-group-supplier .more-numberxk {
color: #999999;
background: #f8f8f8;
height: 32px;
line-height: 32px;
font-size: 12px;
text-align: center;
}
.lxshop .lxshop-content .search-list-box .data-group-supplier .more-number .cup,
.lxshop .lxshop-content .search-list-box .data-group-supplier .more-numberxk .cup {
cursor: pointer;
color: #1080d0;
}
.lxshop .lxshop-content .search-list-box .data-group-supplier .more-number .cup:hover,
.lxshop .lxshop-content .search-list-box .data-group-supplier .more-numberxk .cup:hover {
cursor: pointer;
color: #0073c5;
font-weight: bold;
}
.lxshop .lxshop-content .data-group-supplier-no {
color: #999999;
font-size: 16px;
line-height: 28px;
}
.lxshop .lxshop-content .data-group-supplier-no .toisx {
text-align: center;
margin-top: 100px;
}
/*# sourceMappingURL=lxshop.css.map */
\ No newline at end of file
{"version":3,"sources":["lxshop.less"],"names":[],"mappings":"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","file":"lxshop.css"}
\ No newline at end of file
.lxshop{
.lxshop-content{
.f-blue{color: #1080d0;}
.sosoarr{ display: none; background-color: #fff; font-size: 15px; font-weight: 400; height: 44px; line-height: 44px; overflow: hidden; width: 100%; -webkit-box-shadow: 0 2px 5px #eeeeee; box-shadow: 0 2px 5px #eeeeee; table-layout: fixed; border-bottom: 1px solid #d6d7dc; }
.sosoarr{text-align: center; padding: 0 15%;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space: nowrap; }
.layer-fix{ display: block; position: fixed; top: 44px; left: 0; right: 0; z-index: 10; }
.sift-box{
position: relative; padding-top: 5px; padding-left: 2.5%; height: 36px; line-height: 36px; border-bottom: 1px solid #d6d7dc; background-color: #fff;
dl{
float: left; width: 35%; margin-right: 0; height: 35px;
color:#333;
dt{
text-align: center; font-size: 12px; height: 30px; line-height: 30px;
background: #f8f8f8;overflow:hidden;text-overflow:ellipsis;
white-space: nowrap; padding: 0 5px;
}
dd{
position: absolute; top: 42px;
left: 0; width: 100%; bottom: 140px;
z-index: 3;display: none;
ul{
background: #fff; padding-bottom: 3px;height: 200px; overflow-x: auto;
li{
width: 46%; color: #333; font-size: 14px; border: 1px solid #fff;margin:0 2%;
margin-top: 3px; padding: 0 10px;box-sizing: border-box; height: 32px; line-height: 32px;
&.check{
border: 1px solid #1080d0; color: #1080d0;
}
}
}
.button{
border-top: 1px solid #d6d7dc; height: 40px;
line-height: 40px; background: #fff; -webkit-box-shadow: 0 2px 5px #eeeeee;
box-shadow: 0 2px 5px #eeeeee;
a{
width: 50%; font-size: 14px; height: 39px;
line-height: 39px; display: block; float: left;
text-align: center;
color:#333;
&.but-blue {
background: #1080d0;
color: #fff;
text-decoration: none;
text-align: center;
border: none;
}
}
}
}
&.p_act{
border: 1px solid #d6d7dc;
border-bottom:none;
dd{display: block;}
dt{ background: #fff; height: 34px; line-height:34px; border-bottom: 2px solid #fff; }
}
}
}
.search-list-box{
.data-group-supplier{
.name-shop{
padding: 10px 10px 10px 0;
margin-left: 10px; background: #fff;
img{ width: 60px; height: 30px; display: block; float: left; border: 1px solid #e5e5e5; margin-right: 10px; }
.ad{color: #666666; font-size: 12px; display:block; line-height: 16px; overflow: hidden; height: 30px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-pack: distribute;justify-content: space-around;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
}
.more-number,.more-numberxk{
color: #999999; background: #f8f8f8; height: 32px; line-height: 32px; font-size: 12px; text-align: center;
.cup{cursor: pointer; color: #1080d0;
&:hover{cursor: pointer; color: #0073c5; font-weight: bold; }
}
}
}
}
.data-group-supplier-no{
color: #999999;
font-size: 16px;
line-height: 28px;
.toisx{text-align: center;margin-top: 100px;}
}
}
}
.lxshop .lxshop-content .f-blue{color:#1080d0}.lxshop .lxshop-content .sosoarr{display:none;background-color:#fff;font-size:15px;font-weight:400;height:44px;line-height:44px;overflow:hidden;width:100%;-webkit-box-shadow:0 2px 5px #eeeeee;box-shadow:0 2px 5px #eeeeee;table-layout:fixed;border-bottom:1px solid #d6d7dc}.lxshop .lxshop-content .sosoarr{text-align:center;padding:0 15%;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lxshop .lxshop-content .layer-fix{display:block;position:fixed;top:44px;left:0;right:0;z-index:10}.lxshop .lxshop-content .sift-box{position:relative;padding-top:5px;padding-left:2.5%;height:36px;line-height:36px;border-bottom:1px solid #d6d7dc;background-color:#fff}.lxshop .lxshop-content .sift-box dl{float:left;width:35%;margin-right:0;height:35px;color:#333}.lxshop .lxshop-content .sift-box dl dt{text-align:center;font-size:12px;height:30px;line-height:30px;background:#f8f8f8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 5px}.lxshop .lxshop-content .sift-box dl dd{position:absolute;top:42px;left:0;width:100%;bottom:140px;z-index:3;display:none}.lxshop .lxshop-content .sift-box dl dd ul{background:#fff;padding-bottom:3px;height:200px;overflow-x:auto}.lxshop .lxshop-content .sift-box dl dd ul li{width:46%;color:#333;font-size:14px;border:1px solid #fff;margin:0 2%;margin-top:3px;padding:0 10px;box-sizing:border-box;height:32px;line-height:32px}.lxshop .lxshop-content .sift-box dl dd ul li.check{border:1px solid #1080d0;color:#1080d0}.lxshop .lxshop-content .sift-box dl dd .button{border-top:1px solid #d6d7dc;height:40px;line-height:40px;background:#fff;-webkit-box-shadow:0 2px 5px #eeeeee;box-shadow:0 2px 5px #eeeeee}.lxshop .lxshop-content .sift-box dl dd .button a{width:50%;font-size:14px;height:39px;line-height:39px;display:block;float:left;text-align:center;color:#333}.lxshop .lxshop-content .sift-box dl dd .button a.but-blue{background:#1080d0;color:#fff;text-decoration:none;text-align:center;border:none}.lxshop .lxshop-content .sift-box dl.p_act{border:1px solid #d6d7dc;border-bottom:none}.lxshop .lxshop-content .sift-box dl.p_act dd{display:block}.lxshop .lxshop-content .sift-box dl.p_act dt{background:#fff;height:34px;line-height:34px;border-bottom:2px solid #fff}.lxshop .lxshop-content .search-list-box .data-group-supplier .name-shop{padding:10px 10px 10px 0;margin-left:10px;background:#fff}.lxshop .lxshop-content .search-list-box .data-group-supplier .name-shop img{width:60px;height:30px;display:block;float:left;border:1px solid #e5e5e5;margin-right:10px}.lxshop .lxshop-content .search-list-box .data-group-supplier .name-shop .ad{color:#666666;font-size:12px;display:block;line-height:16px;overflow:hidden;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.lxshop .lxshop-content .search-list-box .data-group-supplier .more-number,.lxshop .lxshop-content .search-list-box .data-group-supplier .more-numberxk{color:#999999;background:#f8f8f8;height:32px;line-height:32px;font-size:12px;text-align:center}.lxshop .lxshop-content .search-list-box .data-group-supplier .more-number .cup,.lxshop .lxshop-content .search-list-box .data-group-supplier .more-numberxk .cup{cursor:pointer;color:#1080d0}.lxshop .lxshop-content .search-list-box .data-group-supplier .more-number .cup:hover,.lxshop .lxshop-content .search-list-box .data-group-supplier .more-numberxk .cup:hover{cursor:pointer;color:#0073c5;font-weight:bold}.lxshop .lxshop-content .data-group-supplier-no{color:#999999;font-size:16px;line-height:28px}.lxshop .lxshop-content .data-group-supplier-no .toisx{text-align:center;margin-top:100px}
\ No newline at end of file
{"version":3,"sources":["lxshop.less"],"names":[],"mappings":"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","file":"lxshop.min.css"}
\ No newline at end of file
.news .borderBottom {
border-bottom: 1px solid #e5e5e5;
}
.news .navList {
border-bottom: 1px solid #e5e5e5;
padding: 0 10px;
clear: both;
height: 40px;
line-height: 40px;
font-size: 14px;
background: #fff;
overflow: hidden;
}
.news .navList p {
text-align: center;
width: 33.33%;
color: #333;
float: left;
cursor: pointer;
height: 40px;
line-height: 40px;
}
.news .navList p.act {
color: #e10601;
border-bottom: 2px solid #e10601;
}
.news .navListfixed {
border-bottom: 1px solid #e5e5e5;
padding: 0 10px;
clear: both;
height: 40px;
line-height: 40px;
font-size: 14px;
background: #fff;
overflow: hidden;
position: fixed;
top: 39px;
left: 0;
right: 0px;
}
.news .navListfixed p {
text-align: center;
width: 33.33%;
color: #333;
float: left;
cursor: pointer;
height: 40px;
line-height: 40px;
}
.news .navListfixed p.act {
color: #e10601;
border-bottom: 2px solid #e10601;
}
.news .navList44 p {
width: 25%;
}
.news .listBox li {
padding: 10px;
height: 100px;
border-bottom: 1px solid #e5e5e5;
box-sizing: border-box;
}
.news .listBox li img {
height: 75px;
width: 27%;
float: left;
border: 0px;
outline: none;
}
.news .listBox li .boxgrt {
height: 75px;
width: 66%;
float: right;
}
.news .listBox li .boxgrt .title {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
color: #333;
font-size: 0.32rem;
font-weight: bold;
height: 50px;
line-height: 25px;
}
.news .listBox li .boxgrt .titleLook {
font-size: 14px;
color: #999;
margin-top: 5px;
}
.news .a {
margin-bottom: 0.5rem;
}
.news .new-head {
height: 49px;
background: #f3f3f3;
padding: 0 0.4rem;
display: flex;
flex-direction: row;
align-items: center;
}
.news .new-head .logo {
width: 30px;
height: 30px;
display: block;
}
.news .new-head .logo img {
width: 30px;
height: 30px;
display: block;
}
.news .new-head .t1 {
font-size: 16px;
color: #1080d0;
font-weight: 500;
margin-left: 0.267rem;
}
.news .down-list ul {
padding: 0 0.4rem;
}
.news .down-list ul li {
padding: 0.4rem 0;
border-bottom: 1px solid #e5e5e5;
}
.news .down-list ul li:last-child {
border-bottom: none;
}
.news .down-list ul li .t1 {
font-size: 16px;
color: #333333;
line-height: 24px;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.news .down-list ul li .bar {
display: flex;
flex-direction: row;
justify-content: space-between;
margin-top: 0.387rem;
align-items: flex-end;
}
.news .down-list ul li .bar .t2 {
font-size: 14px;
color: #999999;
}
.news .down-list ul li .bar .btn {
width: 85px;
height: 30px;
border-radius: 3px;
border: solid 1px #1080d0;
display: block;
font-size: 14px;
color: #1080d0;
text-align: center;
line-height: 30px;
}
.news .islogin {
height: 50px;
background: #f3f3f3;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.news .islogin img {
width: 20px;
height: 20px;
}
.news .islogin a {
margin-left: 0.28rem;
font-size: 12px;
color: #333333;
}
/*# sourceMappingURL=down.css.map */
\ No newline at end of file
{"version":3,"sources":["down.less"],"names":[],"mappings":"AAAA,KAEE;EACE,gCAAA;;AAHJ,KAME;EACE,gCAAA;EACA,eAAA;EACA,WAAA;EACA,YAAA;EACA,iBAAA;EACA,eAAA;EACA,gBAAA;EACA,gBAAA;;AAdJ,KAME,SAUE;EACE,kBAAA;EACA,aAAA;EACA,WAAA;EACA,WAAA;EACA,eAAA;EACA,YAAA;EACA,iBAAA;;AAvBN,KAME,SAoBE,EAAC;EACC,cAAA;EACA,gCAAA;;AA5BN,KAgCE;EAzBE,gCAAA;EACA,eAAA;EACA,WAAA;EACA,YAAA;EACA,iBAAA;EACA,eAAA;EACA,gBAAA;EACA,gBAAA;EAoBA,eAAA;EACA,SAAA;EACA,OAAA;EACA,UAAA;;AArCJ,KAgCE,cAhBE;EACE,kBAAA;EACA,aAAA;EACA,WAAA;EACA,WAAA;EACA,eAAA;EACA,YAAA;EACA,iBAAA;;AAvBN,KAgCE,cANE,EAAC;EACC,cAAA;EACA,gCAAA;;AA5BN,KAwCE,WACE;EACE,UAAA;;AA1CN,KA8CE,SACE;EACE,aAAA;EACA,aAAA;EA9CF,gCAAA;EAgDE,sBAAA;;AAnDN,KA8CE,SACE,GAME;EACE,YAAA;EACA,UAAA;EACA,WAAA;EACA,WAAA;EACA,aAAA;;AA1DR,KA8CE,SACE,GAcE;EACE,YAAA;EACA,UAAA;EACA,YAAA;;AAhER,KA8CE,SACE,GAcE,QAKE;EACE,gBAAA;EACA,uBAAA;EACA,oBAAA;EACA,qBAAA;EACA,4BAAA;EACA,WAAA;EACA,kBAAA;EACA,iBAAA;EACA,YAAA;EACA,iBAAA;;AA5EV,KA8CE,SACE,GAcE,QAkBE;EACE,eAAA;EACA,WAAA;EACA,eAAA;;AAlFV,KAwFE;EACE,qBAAA;;AAzFJ,KA4FE;EACE,YAAA;EACA,mBAAA;EACA,iBAAA;EACA,aAAA;EACA,mBAAA;EACA,mBAAA;;AAlGJ,KA4FE,UAOE;EACE,WAAA;EACA,YAAA;EACA,cAAA;;AAtGN,KA4FE,UAOE,MAIE;EACE,WAAA;EACA,YAAA;EACA,cAAA;;AA1GR,KA4FE,UAkBE;EACE,eAAA;EACA,cAAA;EACA,gBAAA;EACA,qBAAA;;AAlHN,KAsHE,WACE;EACE,iBAAA;;AAxHN,KAsHE,WACE,GAGE;EACE,iBAAA;EACA,gCAAA;;AAEA,KARN,WACE,GAGE,GAIG;EACC,mBAAA;;AA/HV,KAsHE,WACE,GAGE,GAQE;EACE,eAAA;EACA,cAAA;EACA,iBAAA;EACA,gBAAA;EACA,uBAAA;EACA,mBAAA;EACA,oBAAA;EACA,qBAAA;EACA,4BAAA;;AA3IV,KAsHE,WACE,GAGE,GAoBE;EACE,aAAA;EACA,mBAAA;EACA,8BAAA;EACA,oBAAA;EACA,qBAAA;;AAnJV,KAsHE,WACE,GAGE,GAoBE,KAOE;EACE,eAAA;EACA,cAAA;;AAvJZ,KAsHE,WACE,GAGE,GAoBE,KAYE;EACE,WAAA;EACA,YAAA;EACA,kBAAA;EACA,yBAAA;EACA,cAAA;EACA,eAAA;EACA,cAAA;EACA,kBAAA;EACA,iBAAA;;AAnKZ,KA0KE;EACE,YAAA;EACA,mBAAA;EACA,aAAA;EACA,mBAAA;EACA,mBAAA;EACA,uBAAA;;AAhLJ,KA0KE,SAOE;EACE,WAAA;EACA,YAAA;;AAnLN,KA0KE,SAWE;EACE,oBAAA;EACA,eAAA;EACA,cAAA","file":"down.css"}
\ No newline at end of file
.news { .borderBottom { border-bottom: 1px solid #e5e5e5; } .navList { border-bottom: 1px solid #e5e5e5; padding: 0 10px; clear: both; height: 40px; line-height: 40px; font-size: 14px; background: #fff; overflow: hidden; p { text-align: center; width: 33.33%; color: #333; float: left; cursor: pointer; height: 40px; line-height: 40px; } p.act { color: #e10601; border-bottom: 2px solid #e10601; } } .navListfixed { .navList; position: fixed; top: 39px; left: 0; right: 0px; } .navList44 { p { width: 25%; } } .listBox { li { padding: 10px; height: 100px; .borderBottom; box-sizing: border-box; img { height: 75px; width: 27%; float: left; border: 0px; outline: none; } .boxgrt { height: 75px; width: 66%; float: right; .title { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: #333; font-size: 0.32rem; font-weight: bold; height: 50px; line-height: 25px; } .titleLook { font-size: 14px; color: #999; margin-top: 5px; } } } } .a{ margin-bottom: 0.5rem; } .new-head { height: 49px; background: #f3f3f3; padding: 0 0.4rem; display: flex; flex-direction: row; align-items: center; .logo { width: 30px; height: 30px; display: block; img { width: 30px; height: 30px; display: block; } } .t1 { font-size: 16px; color: #1080d0; font-weight: 500; margin-left: 0.267rem; } } .down-list { ul { padding: 0 0.4rem; li { padding: 0.4rem 0; border-bottom: 1px solid #e5e5e5; &:last-child { border-bottom: none; } .t1 { font-size: 16px; color: #333333; line-height: 24px; overflow: hidden; text-overflow: ellipsis; white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .bar { display: flex; flex-direction: row; justify-content: space-between; margin-top: 0.387rem; align-items: flex-end; .t2 { font-size: 14px; color: #999999; } .btn { width: 85px; height: 30px; border-radius: 3px; border: solid 1px #1080d0; display: block; font-size: 14px; color: #1080d0; text-align: center; line-height: 30px; } } } } } .islogin{ height: 50px; background: #f3f3f3; display: flex; flex-direction: row; align-items: center; justify-content: center; img{ width: 20px; height: 20px; } a{ margin-left: 0.28rem; font-size: 12px; color: #333333; } } }
\ No newline at end of file
.news .borderBottom{border-bottom:1px solid #e5e5e5}.news .navList{border-bottom:1px solid #e5e5e5;padding:0 10px;clear:both;height:40px;line-height:40px;font-size:14px;background:#fff;overflow:hidden}.news .navList p{text-align:center;width:33.33%;color:#333;float:left;cursor:pointer;height:40px;line-height:40px}.news .navList p.act{color:#e10601;border-bottom:2px solid #e10601}.news .navListfixed{border-bottom:1px solid #e5e5e5;padding:0 10px;clear:both;height:40px;line-height:40px;font-size:14px;background:#fff;overflow:hidden;position:fixed;top:39px;left:0;right:0px}.news .navListfixed p{text-align:center;width:33.33%;color:#333;float:left;cursor:pointer;height:40px;line-height:40px}.news .navListfixed p.act{color:#e10601;border-bottom:2px solid #e10601}.news .navList44 p{width:25%}.news .listBox li{padding:10px;height:100px;border-bottom:1px solid #e5e5e5;box-sizing:border-box}.news .listBox li img{height:75px;width:27%;float:left;border:0px;outline:none}.news .listBox li .boxgrt{height:75px;width:66%;float:right}.news .listBox li .boxgrt .title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;font-size:.32rem;font-weight:bold;height:50px;line-height:25px}.news .listBox li .boxgrt .titleLook{font-size:14px;color:#999;margin-top:5px}.news .a{margin-bottom:.5rem}.news .new-head{height:49px;background:#f3f3f3;padding:0 .4rem;display:flex;flex-direction:row;align-items:center}.news .new-head .logo{width:30px;height:30px;display:block}.news .new-head .logo img{width:30px;height:30px;display:block}.news .new-head .t1{font-size:16px;color:#1080d0;font-weight:500;margin-left:.267rem}.news .down-list ul{padding:0 .4rem}.news .down-list ul li{padding:.4rem 0;border-bottom:1px solid #e5e5e5}.news .down-list ul li:last-child{border-bottom:none}.news .down-list ul li .t1{font-size:16px;color:#333333;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.news .down-list ul li .bar{display:flex;flex-direction:row;justify-content:space-between;margin-top:.387rem;align-items:flex-end}.news .down-list ul li .bar .t2{font-size:14px;color:#999999}.news .down-list ul li .bar .btn{width:85px;height:30px;border-radius:3px;border:solid 1px #1080d0;display:block;font-size:14px;color:#1080d0;text-align:center;line-height:30px}.news .islogin{height:50px;background:#f3f3f3;display:flex;flex-direction:row;align-items:center;justify-content:center}.news .islogin img{width:20px;height:20px}.news .islogin a{margin-left:.28rem;font-size:12px;color:#333333}
\ No newline at end of file
.news{ ul,li{font-family: "微软雅黑"!important;} .borderBottom{border-bottom:1px solid #e5e5e5;} .navList{ border-bottom:1px solid #e5e5e5; padding:0 10px; clear:both; height:40px; line-height:40px; font-size: 14px; background: #fff; overflow: hidden; p{ text-align:center;width:33.33%;color:#333;float: left;cursor: pointer;height:40px; line-height:40px; } p.act{color:#e10601;border-bottom:2px solid #e10601;} } .navListfixed{ .navList; position: fixed; top:39px; left:0; right:0px; } .navList44{ p{ width:25%; } } .listBox{ li{ padding:10px; height:100px; .borderBottom; box-sizing: border-box; img{height:75px;width:27%;float:left;border:0px;outline: none;} .boxgrt{height:75px;width:66%;float:right; .title{ overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color:#333;font-size: 0.32rem; font-weight: bold; height:50px; line-height: 25px; } .titleLook{font-size:14px;color:#999;margin-top: 5px;} } } } }
\ No newline at end of file
.news ul,.news li{font-family:"微软雅黑" !important}.news .borderBottom{border-bottom:1px solid #e5e5e5}.news .navList{border-bottom:1px solid #e5e5e5;padding:0 10px;clear:both;height:40px;line-height:40px;font-size:14px;background:#fff;overflow:hidden}.news .navList p{text-align:center;width:33.33%;color:#333;float:left;cursor:pointer;height:40px;line-height:40px}.news .navList p.act{color:#e10601;border-bottom:2px solid #e10601}.news .navListfixed{border-bottom:1px solid #e5e5e5;padding:0 10px;clear:both;height:40px;line-height:40px;font-size:14px;background:#fff;overflow:hidden;position:fixed;top:39px;left:0;right:0px}.news .navListfixed p{text-align:center;width:33.33%;color:#333;float:left;cursor:pointer;height:40px;line-height:40px}.news .navListfixed p.act{color:#e10601;border-bottom:2px solid #e10601}.news .navList44 p{width:25%}.news .listBox li{padding:10px;height:100px;border-bottom:1px solid #e5e5e5;box-sizing:border-box}.news .listBox li img{height:75px;width:27%;float:left;border:0px;outline:none}.news .listBox li .boxgrt{height:75px;width:66%;float:right}.news .listBox li .boxgrt .title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;font-size:.32rem;font-weight:bold;height:50px;line-height:25px}.news .listBox li .boxgrt .titleLook{font-size:14px;color:#999;margin-top:5px}/*# sourceMappingURL=index.min.css.map */
\ No newline at end of file
{"version":3,"sources":["index.less"],"names":[],"mappings":"AAAA,KACE,IADF,KACK,CAAA,GAAG,YAAa,MAAb,YADR,KAEE,eAAc,gCAFhB,KAIE,UACE,+BAAA,CACA,cAAA,CACA,UAAA,CACA,WAAA,CACA,gBAAA,CACA,cAAA,CACA,eAAA,CACA,gBAZJ,KAIE,SASE,GACE,iBAAA,CAAkB,YAAA,CAAa,UAAA,CAAW,UAAA,CAAY,cAAA,CAAgB,WAAA,CACtE,iBAfN,KAIE,SAaE,EAAC,KAAK,aAAA,CAAc,gCAjBxB,KAmBE,eAdE,+BAAA,CACA,cAAA,CACA,UAAA,CACA,WAAA,CACA,gBAAA,CACA,cAAA,CACA,eAAA,CACA,eAAA,CASA,cAAA,CACA,QAAA,CACA,MAAA,CACA,UAxBJ,KAmBE,cANE,GACE,iBAAA,CAAkB,YAAA,CAAa,UAAA,CAAW,UAAA,CAAY,cAAA,CAAgB,WAAA,CACtE,iBAfN,KAmBE,cAFE,EAAC,KAAK,aAAA,CAAc,gCAjBxB,KA0BE,WACE,GACE,UA5BN,KA+BE,SACE,IACE,YAAA,CACA,YAAA,CAhCU,+BAAA,CAkCV,sBApCN,KA+BE,SACE,GAKE,KAAI,WAAA,CAAY,SAAA,CAAU,UAAA,CAAW,UAAA,CAAW,aArCtD,KA+BE,SACE,GAME,SAAQ,WAAA,CAAY,SAAA,CAAU,YAtCpC,KA+BE,SACE,GAME,QACE,QACE,eAAA,CACA,sBAAA,CACA,mBAAA,CACA,oBAAA,CACA,2BAAA,CACA,UAAA,CAAW,gBAAA,CACX,gBAAA,CACA,WAAA,CACA,iBAhDV,KA+BE,SACE,GAME,QAYE,YAAW,cAAA,CAAe,UAAA,CAAW","file":"index.min.css"}
\ No newline at end of file
.exchange {
font-family: 'Helvetica Neue', Helvetica, sans-serif;
position: relative;
height: 100%;
overflow: hidden;
}
.exchange .f-r {
float: right;
}
.exchange .f-l {
float: left;
}
.exchange .point-list-head1 {
height: 42px;
line-height: 42px;
padding: 0 5%;
border-bottom: 1px solid #e1e1e1;
width: 100%;
display: inline;
white-space: nowrap;
overflow-x: scroll;
float: left;
overflow-y: hidden;
}
.exchange .point-list-head1 li {
display: inline-block;
width: 30%;
text-align: center;
font-size: 16px;
height: 42px;
line-height: 42px;
cursor: pointer;
box-sizing: border-box;
}
.exchange .point-list-head1 li.act {
color: #1080d0;
border-bottom: 2px solid #1080d0;
}
.exchange .exchange_content {
position: absolute;
top: 42px;
left: 0;
right: 0;
padding: 0 .32rem;
bottom: 0;
overflow-y: auto;
}
.exchange .exchange_content .data-group {
border-bottom: 1px solid #e1e1e1;
box-sizing: border-box;
}
.exchange .exchange_content .data-group .f-l {
height: 70px;
padding-top: 10px;
box-sizing: border-box;
}
.exchange .exchange_content .data-group .f-l .imgbox {
overflow: hidden;
margin-right: 10px;
}
.exchange .exchange_content .data-group .f-l .imgbox img {
width: 2rem;
height: 1.33rem;
border-radius: 4px;
}
.exchange .exchange_content .data-group .f-l.infotext {
width: 3.6rem;
}
.exchange .exchange_content .data-group .f-l.infotext .boxtextx {
height: 32.5px;
word-break: break-all;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
line-height: 16.5px;
color: #333;
font-size: 0.37rem;
}
.exchange .exchange_content .data-group .f-l.infotext span {
color: #999;
font-size: 0.32rem;
}
.exchange .exchange_content .data-group .f-r {
height: 70px;
line-height: 70px;
color: #ffa200;
font-size: 0.37rem;
}
.exchange {
font-family: 'Helvetica Neue', Helvetica, sans-serif;
position: relative;
height: 100%;
overflow: hidden;
.f-r {
float: right
}
.f-l {
float: left;
}
.point-list-head1 {
height: 42px;
line-height: 42px;
padding: 0 5%;
border-bottom: 1px solid #e1e1e1;
width: 100%;
display: inline;
white-space: nowrap;
overflow-x: scroll;
float: left;
overflow-y: hidden;
li {
display: inline-block;
width: 30%;
text-align: center;
font-size: 16px;
height: 42px;
line-height: 42px;
cursor: pointer;
box-sizing: border-box;
&.act {
color: #1080d0;
border-bottom: 2px solid #1080d0;
}
}
}
.exchange_content {
position: absolute;
top: 86px;
left: 0;
right: 0;
padding: 0 .32rem;
bottom: 0;
overflow-y: auto;
.data-group {
border-bottom: 1px solid #e1e1e1;
box-sizing: border-box;
.f-l {
height: 70px;
padding-top: 10px;
box-sizing: border-box;
.imgbox {
overflow: hidden;
margin-right:10px;
img {
width: 2rem;
height: 1.33rem;
border-radius: 4px;
}
}
&.infotext {
width:3.6rem;
.boxtextx {
height: 32.5px;
word-break: break-all;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
line-height: 16.5px;
color: #333;
font-size:0.37rem;
}
span {
color: #999;
font-size:0.32rem;
}
}
}
.f-r{
height:70px;
line-height: 70px;
color: #ffa200;
font-size:0.37rem;
}
}
}
}
\ No newline at end of file
.exchange{font-family:'Helvetica Neue',Helvetica,sans-serif;position:relative;height:100%;overflow:hidden}.exchange .f-r{float:right}.exchange .f-l{float:left}.exchange .point-list-head1{height:42px;line-height:42px;padding:0 5%;border-bottom:1px solid #e1e1e1;width:100%;display:inline;white-space:nowrap;overflow-x:scroll;float:left;overflow-y:hidden}.exchange .point-list-head1 li{display:inline-block;width:30%;text-align:center;font-size:16px;height:42px;line-height:42px;cursor:pointer;box-sizing:border-box}.exchange .point-list-head1 li.act{color:#1080d0;border-bottom:2px solid #1080d0}.exchange .exchange_content{position:absolute;top:86px;left:0;right:0;padding:0 .32rem;bottom:0;overflow-y:auto}.exchange .exchange_content .data-group{border-bottom:1px solid #e1e1e1;box-sizing:border-box}.exchange .exchange_content .data-group .f-l{height:70px;padding-top:10px;box-sizing:border-box}.exchange .exchange_content .data-group .f-l .imgbox{overflow:hidden;margin-right:10px}.exchange .exchange_content .data-group .f-l .imgbox img{width:2rem;height:1.33rem;border-radius:4px}.exchange .exchange_content .data-group .f-l.infotext{width:3.6rem}.exchange .exchange_content .data-group .f-l.infotext .boxtextx{height:32.5px;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:16.5px;color:#333;font-size:.37rem}.exchange .exchange_content .data-group .f-l.infotext span{color:#999;font-size:.32rem}.exchange .exchange_content .data-group .f-r{height:70px;line-height:70px;color:#ffa200;font-size:.37rem}
\ No newline at end of file
{"version":3,"sources":["exchange.less"],"names":[],"mappings":"AAAA,UACI,YAAa,qCAAb,CACA,iBAAA,CACA,WAAA,CACA,gBAJJ,SAMI,MACI,YAPR,SAUI,MACI,WAXR,SAaI,mBACI,WAAA,CACA,gBAAA,CACA,YAAA,CACA,+BAAA,CACA,UAAA,CACA,cAAA,CACA,kBAAA,CACA,iBAAA,CACA,UAAA,CACA,kBAvBR,SAaI,kBAYI,IACI,oBAAA,CACA,SAAA,CACA,iBAAA,CACA,cAAA,CACA,WAAA,CACA,gBAAA,CACA,cAAA,CACA,sBAEA,SAtBR,kBAYI,GAUK,KACG,aAAA,CACA,gCArChB,SA0CI,mBACI,iBAAA,CACA,QAAA,CACA,MAAA,CACA,OAAA,CACA,gBAAA,CACA,QAAA,CACA,gBAjDR,SA0CI,kBAQI,aACI,+BAAA,CACA,sBApDZ,SA0CI,kBAQI,YAII,MACI,WAAA,CACA,gBAAA,CACA,sBAzDhB,SA0CI,kBAQI,YAII,KAII,SACI,eAAA,CACA,kBA5DpB,SA0CI,kBAQI,YAII,KAII,QAGI,KACI,UAAA,CACA,cAAA,CACA,kBAIR,SA1BZ,kBAQI,YAII,KAcK,UACG,aADJ,SA1BZ,kBAQI,YAII,KAcK,SAEG,WACI,aAAA,CACA,oBAAA,CACA,sBAAA,CACA,mBAAA,CACA,2BAAA,CACA,oBAAA,CACA,eAAA,CACA,kBAAA,CACA,UAAA,CACA,iBAZR,SA1BZ,kBAQI,YAII,KAcK,SAeG,MACI,UAAA,CACA,iBArFxB,SA0CI,kBAQI,YAuCI,MACI,WAAA,CACA,gBAAA,CACA,aAAA,CACA","file":"exchange.min.css"}
\ No newline at end of file
.pointmall{
.point-mall-head{
padding:15px 12px;background: #fff;
.point-head-top{
height:80px;border-bottom:1px solid #e5e5e5;
.imgboxp{
background: #ccc;width:62px;height:62px;border-radius: 50%;margin-right: 15px;
img{width:62px;height:62px;border-radius: 50%;}
}
.point-user-info{
color:#333;padding-top: 6px;width:40%;height:60px;
.point-info-name{font-size: 16px;width:150px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;cursor: pointer;}
.point-info-namep{color: #1080d0; font-size:18px; font-weight: bold;a{color:#1080d0}}
.point-info-phone{font-size: 12px;margin-top: 12px;width:150px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
}
.point-qian{
height:60px;width:25%;padding-top:5px;
.qian-btn{height:26px;line-height:26px;width:90px;text-align: center;background: #1080d0;color:#fff;font-size: 14px;border-radius: 20px;cursor: pointer;}
.qian-btn i{margin-right: 5px;}
.qian-btn.dis{background: #ccc;}
.current-point{font-size:12px;color:#999;margin-top: 8px;width:120px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;text-align:right;}
.current-point font{color:#333;}
}
}
.point-head-bottom{
margin-top: 15px;
.points-bt{width:33.33%;text-align:center;font-size: 14px;cursor: pointer;a{color:#333;}}
.icon-box{height:60px;width:60px;color:#fff;border-radius: 50%;text-align:center;line-height: 60px;margin:0 auto;margin-bottom:10px;
i{font-size: 36px;}
}
.add-points{
cursor: pointer;
.icon-box{background: #fab011}
}
.points-detail{
.icon-box{background:#1ea1ff }
}
.change-detail{
.icon-box{background: #36d1dc;}
}
}
}
.point-line{height:5px;background: #f0f0f0;}
.point-mall-section{
background: #fff;padding:0 12px;
.point-section-title{
height:42px;line-height: 42px;padding-top: 6px;
.fl{color:#333333;font-size: 17px;}
.fr{color:#666666;font-size: 12px;}
}
.point-list-nav{
height:42px;line-height: 42px;
border-bottom:1px solid #e1e1e1;width:100%;
display: inline;white-space: nowrap;overflow-x:scroll;
float:left;overflow-y:hidden;
li{display:inline-block;width:33%;text-align: center;font-size: 16px;height:42px;line-height: 42px;cursor: pointer;position: relative;top:-3px;border-bottom:3px solid #fff;}
li.act{color:#1080d0;border-bottom:3px solid #1080d0;}
}
.data-points{
.data-box-point{
.box-group{
box-sizing: border-box;width:48%;height:215px;
border:1px solid #e5e5e5;
padding:10px 7px;margin-top: 10px;
.point-group-top{height:100px;border-radius: 5px;overflow-y:hidden;img{height:100px;width:100%;}}
.prize-name{color:#333333;font-size: 14px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;text-align:center;margin-top:10px;}
.points-nees{color:#ffa200;font-size: 14px;text-align:center;margin-bottom: 12px;}
.change-btn{
width:80%;height:24px;
line-height:24px;border-radius: 20px;
border:1px solid #1080d0;color:#1080d0;
text-align:center;font-size: 14px;
margin:0 auto;cursor: pointer;display:block;
}
.change-btn:focus{background: #1080d0;color:#fff;}
}
.box-group:nth-of-type(even){
float: right!important;
}
}
.mr0{margin-right:0;}
}
}
.add-points-mask{
background: rgba(0,0,0,0.5);position: fixed;top:0;bottom:0;left:0;right:0;
/**赚取积分弹窗**/
.add-points-content{
min-height:150px;width:260px;position: absolute;background: #fff;top:50%;left:50%;margin-left:-140px;margin-top: -110px;border-radius: 5px;padding:10px;
.close-point{color:#fff;font-size: 25px;position: absolute;top:240px;left:130px;}
.infoboxh{
border-bottom:1px solid #e5e5e5;min-height:70px;padding:10px ;
p{color:#333;font-size:14px;}
span{color:#999;font-size: 12px;display: inline-block;width:150px}
a{width:55.4px;height:23px;line-height:23px;text-align:center;color:#fff;background: #1080d0;border-radius: 20px;font-size: 12px;margin-top: 12px;}
a.dis{color:#999;background: #e5e5e5;}
}
.infoboxf{border:0;height:100px;}
}
}
}
.pointmall .point-mall-head{padding:15px 12px;background:#fff}.pointmall .point-mall-head .point-head-top{height:80px;border-bottom:1px solid #e5e5e5}.pointmall .point-mall-head .point-head-top .imgboxp{background:#ccc;width:62px;height:62px;border-radius:50%;margin-right:15px}.pointmall .point-mall-head .point-head-top .imgboxp img{width:62px;height:62px;border-radius:50%}.pointmall .point-mall-head .point-head-top .point-user-info{color:#333;padding-top:6px;width:40%;height:60px}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-name{font-size:16px;width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-namep{color:#1080d0;font-size:18px;font-weight:bold}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-namep a{color:#1080d0}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-phone{font-size:12px;margin-top:12px;width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pointmall .point-mall-head .point-head-top .point-qian{height:60px;width:25%;padding-top:5px}.pointmall .point-mall-head .point-head-top .point-qian .qian-btn{height:26px;line-height:26px;width:90px;text-align:center;background:#1080d0;color:#fff;font-size:14px;border-radius:20px;cursor:pointer}.pointmall .point-mall-head .point-head-top .point-qian .qian-btn i{margin-right:5px}.pointmall .point-mall-head .point-head-top .point-qian .qian-btn.dis{background:#ccc}.pointmall .point-mall-head .point-head-top .point-qian .current-point{font-size:12px;color:#999;margin-top:8px;width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}.pointmall .point-mall-head .point-head-top .point-qian .current-point font{color:#333}.pointmall .point-mall-head .point-head-bottom{margin-top:15px}.pointmall .point-mall-head .point-head-bottom .points-bt{width:33.33%;text-align:center;font-size:14px;cursor:pointer}.pointmall .point-mall-head .point-head-bottom .points-bt a{color:#333}.pointmall .point-mall-head .point-head-bottom .icon-box{height:60px;width:60px;color:#fff;border-radius:50%;text-align:center;line-height:60px;margin:0 auto;margin-bottom:10px}.pointmall .point-mall-head .point-head-bottom .icon-box i{font-size:36px}.pointmall .point-mall-head .point-head-bottom .add-points{cursor:pointer}.pointmall .point-mall-head .point-head-bottom .add-points .icon-box{background:#fab011}.pointmall .point-mall-head .point-head-bottom .points-detail .icon-box{background:#1ea1ff}.pointmall .point-mall-head .point-head-bottom .change-detail .icon-box{background:#36d1dc}.pointmall .point-line{height:5px;background:#f0f0f0}.pointmall .point-mall-section{background:#fff;padding:0 12px}.pointmall .point-mall-section .point-section-title{height:42px;line-height:42px;padding-top:6px}.pointmall .point-mall-section .point-section-title .fl{color:#333333;font-size:17px}.pointmall .point-mall-section .point-section-title .fr{color:#666666;font-size:12px}.pointmall .point-mall-section .point-list-nav{height:42px;line-height:42px;border-bottom:1px solid #e1e1e1;width:100%;display:inline;white-space:nowrap;overflow-x:scroll;float:left;overflow-y:hidden}.pointmall .point-mall-section .point-list-nav li{display:inline-block;width:33%;text-align:center;font-size:16px;height:42px;line-height:42px;cursor:pointer;position:relative;top:-3px;border-bottom:3px solid #fff}.pointmall .point-mall-section .point-list-nav li.act{color:#1080d0;border-bottom:3px solid #1080d0}.pointmall .point-mall-section .data-points .data-box-point .box-group{box-sizing:border-box;width:48%;height:215px;border:1px solid #e5e5e5;padding:10px 7px;margin-top:10px}.pointmall .point-mall-section .data-points .data-box-point .box-group .point-group-top{height:100px;border-radius:5px;overflow-y:hidden}.pointmall .point-mall-section .data-points .data-box-point .box-group .point-group-top img{height:100px;width:100%}.pointmall .point-mall-section .data-points .data-box-point .box-group .prize-name{color:#333333;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;margin-top:10px}.pointmall .point-mall-section .data-points .data-box-point .box-group .points-nees{color:#ffa200;font-size:14px;text-align:center;margin-bottom:12px}.pointmall .point-mall-section .data-points .data-box-point .box-group .change-btn{width:80%;height:24px;line-height:24px;border-radius:20px;border:1px solid #1080d0;color:#1080d0;text-align:center;font-size:14px;margin:0 auto;cursor:pointer;display:block}.pointmall .point-mall-section .data-points .data-box-point .box-group .change-btn:focus{background:#1080d0;color:#fff}.pointmall .point-mall-section .data-points .data-box-point .box-group:nth-of-type(even){float:right!important}.pointmall .point-mall-section .data-points .mr0{margin-right:0}.pointmall .add-points-mask{background:rgba(0,0,0,0.5);position:fixed;top:0;bottom:0;left:0;right:0}.pointmall .add-points-mask .add-points-content{min-height:150px;width:260px;position:absolute;background:#fff;top:50%;left:50%;margin-left:-140px;margin-top:-110px;border-radius:5px;padding:10px}.pointmall .add-points-mask .add-points-content .close-point{color:#fff;font-size:25px;position:absolute;top:240px;left:130px}.pointmall .add-points-mask .add-points-content .infoboxh{border-bottom:1px solid #e5e5e5;min-height:70px;padding:10px }.pointmall .add-points-mask .add-points-content .infoboxh p{color:#333;font-size:14px}.pointmall .add-points-mask .add-points-content .infoboxh span{color:#999;font-size:12px;display:inline-block;width:150px}.pointmall .add-points-mask .add-points-content .infoboxh a{width:55.4px;height:23px;line-height:23px;text-align:center;color:#fff;background:#1080d0;border-radius:20px;font-size:12px;margin-top:12px}.pointmall .add-points-mask .add-points-content .infoboxh a.dis{color:#999;background:#e5e5e5}.pointmall .add-points-mask .add-points-content .infoboxf{border:0;height:100px}/*# sourceMappingURL=index.min.css.map */
\ No newline at end of file
{"version":3,"sources":["index.less"],"names":[],"mappings":"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","file":"index.min.css"}
\ No newline at end of file
.pointer-detail {
font-family: 'Helvetica Neue', Helvetica, sans-serif;
position: relative;
height: 100%;
overflow: hidden;
}
.pointer-detail .f-r {
float: right;
}
.pointer-detail .f-l {
float: left;
}
.pointer-detail .point-list-head {
height: 42px;
line-height: 42px;
padding: 0 0.24rem;
border-bottom: 1px solid #e1e1e1;
box-sizing: border-box;
}
.pointer-detail .point-list-head .f-l {
width: 20%;
text-align: center;
font-size: 16px;
height: 42px;
line-height: 42px;
cursor: pointer;
box-sizing: border-box;
}
.pointer-detail .point-list-head .f-l.act {
color: #1080d0;
border-bottom: 2px solid #1080d0;
}
.pointer-detail .point-list-head .f-r {
color: #666;
font-size: 12px;
}
.pointer-detail .point-list-head .f-r font {
color: #ffa200;
font-size: 18px;
}
.pointer-detail .point_content {
position: absolute;
top: 42px;
left: 0;
right: 0;
padding: 0 12px;
bottom: 0;
overflow-y: auto;
}
.pointer-detail .point_content .data-group {
height: 60px;
border-bottom: 1px solid #e1e1e1;
}
.pointer-detail .point_content .data-group .f-l {
height: 60px;
padding-top: 10px;
box-sizing: border-box;
}
.pointer-detail .point_content .data-group .f-l div {
color: #333;
font-size: 14px;
line-height: 21px;
}
.pointer-detail .point_content .data-group .f-l span {
color: #999;
font-size: 12px;
line-height: 21px;
}
.pointer-detail .point_content .data-group .f-r {
line-height: 60px;
height: 60px;
color: #ffa200;
font-size: 18px;
}
.pointer-detail {
font-family: 'Helvetica Neue', Helvetica, sans-serif;
position: relative;
height: 100%;
overflow: hidden;
.f-r {
float: right
}
.f-l {
float: left;
}
.point-list-head {
height: 42px;
line-height: 42px;
padding: 0 0.24rem;
border-bottom: 1px solid #e1e1e1;
box-sizing: border-box;
.f-l {
width: 20%;
text-align: center;
font-size: 16px;
height: 42px;
line-height: 42px;
cursor: pointer;
box-sizing: border-box;
&.act {
color: #1080d0;
border-bottom: 2px solid #1080d0;
}
}
.f-r {
color: #666;
font-size: 12px;
font {
color: #ffa200;
font-size: 18px;
}
}
}
.point_content {
position: absolute;
top: 86px;
left: 0;
right: 0;
padding: 0 12px;
bottom: 0;
overflow-y: auto;
.has_data {
.data-group {
height: 60px;
border-bottom: 1px solid #e1e1e1;
.f-l {
height: 60px;
padding-top: 10px;
box-sizing: border-box;
div {
color: #333;
font-size: 14px;
line-height: 21px;
}
span {
color: #999;
font-size: 12px;
line-height: 21px;
}
}
.f-r {
line-height: 60px;
height: 60px;
color: #ffa200;
font-size: 18px;
}
}
}
}
}
\ No newline at end of file
.pointer-detail{font-family:'Helvetica Neue',Helvetica,sans-serif;position:relative;height:100%;overflow:hidden}.pointer-detail .f-r{float:right}.pointer-detail .f-l{float:left}.pointer-detail .point-list-head{height:42px;line-height:42px;padding:0 .24rem;border-bottom:1px solid #e1e1e1;box-sizing:border-box}.pointer-detail .point-list-head .f-l{width:20%;text-align:center;font-size:16px;height:42px;line-height:42px;cursor:pointer;box-sizing:border-box}.pointer-detail .point-list-head .f-l.act{color:#1080d0;border-bottom:2px solid #1080d0}.pointer-detail .point-list-head .f-r{color:#666;font-size:12px}.pointer-detail .point-list-head .f-r font{color:#ffa200;font-size:18px}.pointer-detail .point_content{position:absolute;top:86px;left:0;right:0;padding:0 12px;bottom:0;overflow-y:auto}.pointer-detail .point_content .has_data .data-group{height:60px;border-bottom:1px solid #e1e1e1}.pointer-detail .point_content .has_data .data-group .f-l{height:60px;padding-top:10px;box-sizing:border-box}.pointer-detail .point_content .has_data .data-group .f-l div{color:#333;font-size:14px;line-height:21px}.pointer-detail .point_content .has_data .data-group .f-l span{color:#999;font-size:12px;line-height:21px}.pointer-detail .point_content .has_data .data-group .f-r{line-height:60px;height:60px;color:#ffa200;font-size:18px}
\ No newline at end of file
{"version":3,"sources":["pointDetail.less"],"names":[],"mappings":"AAAA,gBACI,YAAa,qCAAb,CACA,iBAAA,CACA,WAAA,CACA,gBAJJ,eAKI,MACI,YANR,eASI,MACI,WAVR,eAaI,kBACI,WAAA,CACA,gBAAA,CACA,gBAAA,CACA,+BAAA,CACA,sBAlBR,eAaI,iBAOI,MACI,SAAA,CACA,iBAAA,CACA,cAAA,CACA,WAAA,CACA,gBAAA,CACA,cAAA,CACA,sBACA,eAfR,iBAOI,KAQK,KACG,aAAA,CACA,gCA9BhB,eAaI,iBAqBI,MACI,UAAA,CACA,eApCZ,eAaI,iBAqBI,KAII,MACI,aAAA,CACA,eAxChB,eA4CI,gBACI,iBAAA,CACA,QAAA,CACA,MAAA,CACA,OAAA,CACA,cAAA,CACA,QAAA,CACA,gBAnDR,eA4CI,eAQG,UACK,aACI,WAAA,CACA,gCAvDhB,eA4CI,eAQG,UACK,YAII,MACI,WAAA,CACA,gBAAA,CACA,sBA5DpB,eA4CI,eAQG,UACK,YAII,KAKI,KACI,UAAA,CACA,cAAA,CACA,iBAjExB,eA4CI,eAQG,UACK,YAII,KAWI,MACI,UAAA,CACA,cAAA,CACA,iBAvExB,eA4CI,eAQG,UACK,YAsBI,MACI,gBAAA,CACA,WAAA,CACA,aAAA,CACA","file":"pointDetail.min.css"}
\ No newline at end of file
/**积分兑换成功**/
.point-mall-change{padding:0 12px;padding-top:44px;}
.change-head-img{height:80px;width:90px;margin:0 auto;display: block;margin-bottom:30px;margin-top: 50px;}
.tip-success-change{text-align: center;color:#333;font-size: 16px;}
.tip-success-change b{color:#1080d0;}
.change-rule-tip,.check-change-tip{color:#333;font-size: 12px;margin:14px 0;text-align:center;}
.check-change-tip{color:#666;}
.go-change{width:220px;height:32px;line-height:31px;border-radius: 20px;border:1px solid #1080d0;color:#1080d0;text-align:center;margin:0 auto;cursor: pointer;display: block;font-size: 14px;margin-top: 30px;}
.point-addersstip{color:#333;font-size: 12px;text-align:center;margin:15px 0;}
.point-adderss-box{width:272px;min-height:90px;border:1px solid #e5e5e5;border-radius: 5px;margin:0 auto;margin-top: 15px;padding:10px;color:#666;font-size: 12px}
.inline-block-text,.inline-block-text div{display: inline-block;vertical-align: top;}
.pce80{width:200px;}
.address-link{width:220px;height:32px;line-height:32px;border-radius: 20px;border:1px solid #1080d0;color:#1080d0;text-align:center;cursor: pointer;display: block;margin:0 auto;margin-top: 25px;font-size: 14px}
.address-link:hover{color:#fff;background: #1080d0}
.no-point-address{text-align:center;padding-top: 25px;}
\ No newline at end of file
.point-mall-change{padding:0 12px;padding-top:44px}.change-head-img{height:80px;width:90px;margin:0 auto;display:block;margin-bottom:30px;margin-top:50px}.tip-success-change{text-align:center;color:#333;font-size:16px}.tip-success-change b{color:#1080d0}.change-rule-tip,.check-change-tip{color:#333;font-size:12px;margin:14px 0;text-align:center}.check-change-tip{color:#666}.go-change{width:220px;height:32px;line-height:31px;border-radius:20px;border:1px solid #1080d0;color:#1080d0;text-align:center;margin:0 auto;cursor:pointer;display:block;font-size:14px;margin-top:30px}.point-addersstip{color:#333;font-size:12px;text-align:center;margin:15px 0}.point-adderss-box{width:272px;min-height:90px;border:1px solid #e5e5e5;border-radius:5px;margin:0 auto;margin-top:15px;padding:10px;color:#666;font-size:12px}.inline-block-text,.inline-block-text div{display:inline-block;vertical-align:top}.pce80{width:200px}.address-link{width:220px;height:32px;line-height:32px;border-radius:20px;border:1px solid #1080d0;color:#1080d0;text-align:center;cursor:pointer;display:block;margin:0 auto;margin-top:25px;font-size:14px}.address-link:hover{color:#fff;background:#1080d0}.no-point-address{text-align:center;padding-top:25px}/*# sourceMappingURL=pointchange.min.css.map */
\ No newline at end of file
{"version":3,"sources":["pointchange.less"],"names":[],"mappings":"AACA,mBAAmB,cAAA,CAAe,iBAClC,iBAAiB,WAAA,CAAY,UAAA,CAAW,aAAA,CAAc,aAAA,CAAe,kBAAA,CAAmB,gBACxF,oBAAoB,iBAAA,CAAmB,UAAA,CAAW,eAClD,mBAAoB,GAAE,cACtB,iBAAiB,kBAAkB,UAAA,CAAW,cAAA,CAAgB,aAAA,CAAc,kBAC5E,kBAAkB,WAClB,WAAW,WAAA,CAAY,WAAA,CAAY,gBAAA,CAAiB,kBAAA,CAAoB,wBAAA,CAAyB,aAAA,CAAc,iBAAA,CAAkB,aAAA,CAAc,cAAA,CAAgB,aAAA,CAAe,cAAA,CAAgB,gBAC9L,kBAAkB,UAAA,CAAW,cAAA,CAAgB,iBAAA,CAAkB,cAC/D,mBAAmB,WAAA,CAAY,eAAA,CAAgB,wBAAA,CAAyB,iBAAA,CAAmB,aAAA,CAAc,eAAA,CAAiB,YAAA,CAAa,UAAA,CAAW,eAClJ,mBAAmB,kBAAmB,KAAI,oBAAA,CAAsB,mBAChE,OAAO,YACP,cAAc,WAAA,CAAY,WAAA,CAAY,gBAAA,CAAiB,kBAAA,CAAoB,wBAAA,CAAyB,aAAA,CAAc,iBAAA,CAAkB,cAAA,CAAgB,aAAA,CAAe,aAAA,CAAc,eAAA,CAAiB,eAClM,aAAa,OAAO,UAAA,CAAW,mBAC/B,kBAAkB,iBAAA,CAAkB","file":"pointchange.min.css"}
\ No newline at end of file
.pointer-rule{
/**积分规则**/
.point-mall-rule{padding:0 12px;}
.rule-content{padding-top:18px;p{margin-bottom: 10px;color:#666!important;font-size: 13px;}}
}
\ No newline at end of file
.pointer-rule .point-mall-rule{padding:0 12px}.pointer-rule .rule-content{padding-top:18px}.pointer-rule .rule-content p{margin-bottom:10px;color:#666 !important;font-size:13px}/*# sourceMappingURL=pointrule.min.css.map */
\ No newline at end of file
{"version":3,"sources":["pointrule.less"],"names":[],"mappings":"AAAA,aAEE,kBAAiB,eAFnB,aAGE,eAAc,iBAHhB,aAGE,cAA+B,CAAA,EAAE,kBAAA,CAAoB,UAAA,YAAqB","file":"pointrule.min.css"}
\ No newline at end of file
.ranking-content{
background:#885bfe;
*{padding:0px;margin:0px;}
.cp1{background: url("../../images/rank/p1.jpg") no-repeat ;height:227px;width:100%;background-size: 100% 100%; }
.cp2{background: url("../../images/rank/p2.jpg") no-repeat ;height:662px;width:100%;background-size: 100% 100%; }
.cp3{background: url("../../images/rank/p3.jpg") no-repeat ;height:799px;width:100%;background-size: 100% 100%; }
.cp4{
background: url("../../images/rank/p4.jpg") no-repeat ;
height:471px;width:100%;background-size: 100% 100%;
.content{
width:93%;
height:280px;
margin:0 auto;
position: relative;
top:172px;
p{
height:25px;
line-height: 25px;
text-align: center;
color:#fff;
font-size: 14px;
span{
overflow-x: hidden;
text-overflow: ellipsis;
width:33.33%;
&.l-z{
font{position: relative;left:4%;}
}
&.r-z{
font{position: relative;left:-8%;}
}
}
}
}
}
.cpbtn{
width: 196px;
height: 53px;
text-align: center;
margin: 20px auto;
display: block;
cursor: pointer;
background: url("../../images/rank/lijichong.png") no-repeat;background-size: 100% 100%;
}
.cp5{background: url("../../images/rank/p5.jpg") no-repeat ;height:725px;width:100%;background-size: 100% 100%; }
}
.ranking-content{background:#885bfe}.ranking-content *{padding:0px;margin:0px}.ranking-content .cp1{background:url("../../images/rank/p1.jpg") no-repeat;height:227px;width:100%;background-size:100% 100%}.ranking-content .cp2{background:url("../../images/rank/p2.jpg") no-repeat;height:662px;width:100%;background-size:100% 100%}.ranking-content .cp3{background:url("../../images/rank/p3.jpg") no-repeat;height:799px;width:100%;background-size:100% 100%}.ranking-content .cp4{background:url("../../images/rank/p4.jpg") no-repeat;height:471px;width:100%;background-size:100% 100%}.ranking-content .cp4 .content{width:93%;height:280px;margin:0 auto;position:relative;top:172px}.ranking-content .cp4 .content p{height:25px;line-height:25px;text-align:center;color:#fff;font-size:14px}.ranking-content .cp4 .content p span{overflow-x:hidden;text-overflow:ellipsis;width:33.33%}.ranking-content .cp4 .content p span.l-z font{position:relative;left:4%}.ranking-content .cp4 .content p span.r-z font{position:relative;left:-8%}.ranking-content .cpbtn{width:196px;height:53px;text-align:center;margin:20px auto;display:block;cursor:pointer;background:url("../../images/rank/lijichong.png") no-repeat;background-size:100% 100%}.ranking-content .cp5{background:url("../../images/rank/p5.jpg") no-repeat;height:725px;width:100%;background-size:100% 100%}
\ No newline at end of file
.risk {
width: 100%;
padding-bottom: 1rem; }
.risk .banner {
width: 100%;
height: 297px;
background: url("../../images/risk/bg.png") no-repeat top;
background-size: cover; }
.risk .content {
position: relative;
top: -21px; }
.risk .content .t1 {
text-align: center;
font-size: 20px;
color: #666666;
margin-bottom: 0.293rem; }
.risk .content .t2 {
text-align: center;
font-size: 13px;
color: #666666; }
.risk .content .form-box {
width: 8.8rem;
background-color: #f6f6f6;
border-radius: 2px;
margin: 0.453rem auto 0;
padding: 0.413rem 0.653rem 0.52rem 0.653rem; }
.risk .content .form-box .fx {
display: flex;
flex-direction: row;
justify-content: space-between; }
.risk .content .form-box .inpt-wrap {
margin-bottom: 0.4rem; }
.risk .content .form-box .inpt-wrap .inp {
width: 100%;
height: 25px;
padding: 10px 0;
background-color: #ffffff;
border-radius: 2px;
border: solid 1px #37d1a0;
font-size: 14px;
color: #999999;
text-indent: 1em; }
.risk .content .form-box .inpt-wrap .inps {
width: 54%;
height: 25px;
padding: 10px 0;
background-color: #ffffff;
border-radius: 2px;
border: solid 1px #37d1a0;
font-size: 14px;
color: #999999;
text-indent: 1em; }
.risk .content .form-box .inpt-wrap .imgcode {
width: 100px;
height: 45px; }
.risk .content .form-box .inpt-wrap .imgcode img {
width: 100px;
height: 45px; }
.risk .content .form-box .inpt-wrap .codebtn {
width: 100px;
height: 45px;
line-height: 45px;
background-color: #1080d0;
font-size: 14px;
color: #fefeff; }
.risk .content .form-box .inpt-wrap .codebtn.codebtndisabled {
background-color: #c2c2c2; }
.risk .content .form-box .btn {
height: 38px;
line-height: 38px;
text-align: center;
background-color: #1080d0;
border-radius: 2px;
display: block;
font-size: 17px;
color: #fefeff;
margin-top: 0.707rem; }
.risk .content .form-box .txt {
text-align: left;
font-size: 12px;
color: #0e8f66; }
.risk-success {
width: 100%; }
.risk-success .head {
height: 6.8rem;
background-color: #37d1a0; }
.risk-success .head .tit {
width: 7.933rem;
height: 1.893rem;
background-color: #ffffff;
box-shadow: 0px 3px 9px 0px rgba(17, 166, 119, 0.55);
border-radius: 2px;
font-size: 30px;
color: #f3b717;
line-height: 1.893rem;
margin: 0 auto;
text-align: center;
font-weight: 500; }
.risk-success .head .level {
text-align: center;
color: #ffffff;
font-size: 51px;
margin-top: 0.5rem;
margin-bottom: 0.64rem; }
.risk-success .head .txt {
text-align: center;
font-size: 25px;
color: #ffffff; }
.risk-success .head .tt {
text-align: center;
font-size: 12px;
color: #ffffff;
margin-top: 0.3rem; }
.risk-success .content {
padding-bottom: 3rem; }
.risk-success .content .list {
padding-top: 0.56rem; }
.risk-success .content .list li {
padding: 0 0 0.973rem 0; }
.risk-success .content .list li img {
width: 328px;
height: 45px;
margin: 0 auto;
display: block; }
.risk-success .content .list li .t1 {
text-align: center;
font-size: 18px;
color: #1080d0;
margin-top: 0.387rem;
margin-bottom: 0.613rem;
font-weight: bold; }
.risk-success .content .list li .t2 {
width: 84%;
margin: 0 auto;
font-size: 15px;
color: #333333;
text-align: justify; }
.risk-success .share {
position: fixed;
left: 0;
right: 0;
bottom: 10px;
margin: 0 auto;
width: 98%;
height: 59px;
background: url("../../images/risk/1.gif") no-repeat center;
background-size: cover;
display: block; }
.risk-success .shade {
position: fixed;
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
margin: 0 auto;
z-index: 99;
background: rgba(38, 38, 38, 0.85); }
.risk-success .shade .im {
position: absolute;
right: 7px;
top: 0;
width: 261px;
height: 345px;
background: url("../../images/risk/share.png") no-repeat;
background-size: cover;
z-index: 100; }
/*# sourceMappingURL=index.css.map */
{
"version": 3,
"mappings": "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",
"sources": ["index.scss"],
"names": [],
"file": "index.css"
}
.risk{width:100%;padding-bottom:1rem}.risk .banner{width:100%;height:297px;background:url("../../images/risk/bg.png") no-repeat top;background-size:cover}.risk .content{position:relative;top:-21px}.risk .content .t1{text-align:center;font-size:20px;color:#666666;margin-bottom:0.293rem}.risk .content .t2{text-align:center;font-size:13px;color:#666666}.risk .content .form-box{width:8.8rem;background-color:#f6f6f6;border-radius:2px;margin:0.453rem auto 0;padding:0.413rem 0.653rem 0.52rem 0.653rem}.risk .content .form-box .fx{display:flex;flex-direction:row;justify-content:space-between}.risk .content .form-box .inpt-wrap{margin-bottom:0.4rem}.risk .content .form-box .inpt-wrap .inp{width:100%;height:25px;padding:10px 0;background-color:#ffffff;border-radius:2px;border:solid 1px #37d1a0;font-size:14px;color:#999999;text-indent:1em}.risk .content .form-box .inpt-wrap .inps{width:54%;height:25px;padding:10px 0;background-color:#ffffff;border-radius:2px;border:solid 1px #37d1a0;font-size:14px;color:#999999;text-indent:1em}.risk .content .form-box .inpt-wrap .imgcode{width:100px;height:45px}.risk .content .form-box .inpt-wrap .imgcode img{width:100px;height:45px}.risk .content .form-box .inpt-wrap .codebtn{width:100px;height:45px;line-height:45px;background-color:#1080d0;font-size:14px;color:#fefeff}.risk .content .form-box .inpt-wrap .codebtn.codebtndisabled{background-color:#c2c2c2}.risk .content .form-box .btn{height:38px;line-height:38px;text-align:center;background-color:#1080d0;border-radius:2px;display:block;font-size:17px;color:#fefeff;margin-top:0.707rem}.risk .content .form-box .txt{margin-top:0.413rem;text-align:center;font-size:12px;color:#0e8f66}.risk-success{width:100%}.risk-success .head{height:6.693rem;background-color:#37d1a0}.risk-success .head .tit{width:7.933rem;height:1.893rem;background-color:#ffffff;box-shadow:0px 3px 9px 0px rgba(17,166,119,0.55);border-radius:2px;font-size:30px;color:#f3b717;line-height:1.893rem;margin:0 auto;text-align:center;font-weight:500}.risk-success .head .level{text-align:center;color:#ffffff;font-size:51px;margin-top:0.5rem;margin-bottom:0.64rem}.risk-success .head .txt{text-align:center;font-size:25px;color:#ffffff}.risk-success .content{padding-bottom:3rem}.risk-success .content .list{padding-top:0.56rem}.risk-success .content .list li{padding:0 0 0.973rem 0}.risk-success .content .list li img{width:328px;height:45px;margin:0 auto;display:block}.risk-success .content .list li .t1{text-align:center;font-size:18px;color:#1080d0;margin-top:0.387rem;margin-bottom:0.613rem;font-weight:bold}.risk-success .content .list li .t2{width:84%;margin:0 auto;font-size:15px;color:#333333;text-align:justify}.risk-success .share{position:fixed;left:0;right:0;bottom:10px;margin:0 auto;width:98%;height:59px;background:url("../../images/risk/1.gif") no-repeat center;background-size:cover;display:block}.risk-success .shade{position:fixed;width:100%;height:100%;left:0;right:0;top:0;margin:0 auto;z-index:99;background:rgba(38,38,38,0.95)}.risk-success .shade .im{position:absolute;right:7px;top:0;width:248px;height:281px;background:url("../../images/risk/share.png") no-repeat;background-size:cover;z-index:100}
/*# sourceMappingURL=index.min.css.map */
{
"version": 3,
"mappings": "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",
"sources": ["index.scss"],
"names": [],
"file": "index.min.css"
}
.risk {
width: 100%;
padding-bottom: 1rem;
.banner {
width: 100%;
height: 297px;
background: url("../../images/risk/bg.png") no-repeat top;
background-size: cover;
}
.content {
position: relative;
top: -21px;
.t1 {
text-align: center;
font-size: 20px;
color: #666666;
margin-bottom: 0.293rem;
}
.t2 {
text-align: center;
font-size: 13px;
color: #666666;
}
.form-box {
width: 8.8rem;
background-color: #f6f6f6;
border-radius: 2px;
margin: 0.453rem auto 0;
padding: 0.413rem 0.653rem 0.52rem 0.653rem;
.fx {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.inpt-wrap {
margin-bottom: 0.4rem;
.inp {
width: 100%;
height: 25px;
padding: 10px 0;
background-color: #ffffff;
border-radius: 2px;
border: solid 1px #37d1a0;
font-size: 14px;
color: #999999;
text-indent: 1em;
}
.inps {
width: 54%;
height: 25px;
padding: 10px 0;
background-color: #ffffff;
border-radius: 2px;
border: solid 1px #37d1a0;
font-size: 14px;
color: #999999;
text-indent: 1em;
}
.imgcode{
width: 100px;
height: 45px;
img{
width: 100px;
height: 45px;
}
}
.codebtn {
width: 100px;
height: 45px;
line-height: 45px;
background-color: #1080d0;
font-size: 14px;
color: #fefeff;
&.codebtndisabled {
background-color: #c2c2c2;
}
}
}
.btn {
height: 38px;
line-height: 38px;
text-align: center;
background-color: #1080d0;
border-radius: 2px;
display: block;
font-size: 17px;
color: #fefeff;
margin-top: 0.707rem;
}
.txt {
text-align: left;
font-size: 12px;
color: #0e8f66;
}
}
}
}
.risk-success {
width: 100%;
.head {
height: 6.8rem;
background-color: #37d1a0;
.tit {
width: 7.933rem;
height: 1.893rem;
background-color: #ffffff;
box-shadow: 0px 3px 9px 0px rgba(17, 166, 119, 0.55);
border-radius: 2px;
font-size: 30px;
color: #f3b717;
line-height: 1.893rem;
margin: 0 auto;
text-align: center;
font-weight: 500;
}
.level {
text-align: center;
color: #ffffff;
font-size: 51px;
margin-top: 0.5rem;
margin-bottom: 0.64rem;
}
.txt {
text-align: center;
font-size: 25px;
color: #ffffff;
}
.tt{
text-align: center;
font-size: 12px;
color: #ffffff;
margin-top: 0.3rem;
}
}
.content {
padding-bottom: 3rem;
.list {
padding-top: 0.56rem;
li {
padding: 0 0 0.973rem 0;
img {
width: 328px;
height: 45px;
margin: 0 auto;
display: block;
}
.t1 {
text-align: center;
font-size: 18px;
color: #1080d0;
margin-top: 0.387rem;
margin-bottom: 0.613rem;
font-weight: bold;
}
.t2 {
width: 84%;
margin: 0 auto;
font-size: 15px;
color: #333333;
text-align: justify;
}
}
}
}
.share {
position: fixed;
left: 0;
right: 0;
bottom: 10px;
margin: 0 auto;
width: 98%;
height: 59px;
background: url("../../images/risk/1.gif") no-repeat center;
background-size: cover;
display: block;
}
.shade{
position: fixed;
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
margin: 0 auto;
z-index: 99;
background: rgba(38,38,38,0.85);
.im{
position: absolute;
right: 7px;
top: 0;
width: 261px;
height: 345px;
background: url("../../images/risk/share.png") no-repeat;
background-size: cover;
z-index: 100;
}
}
}
\ No newline at end of file
.sample {
padding-bottom: 50px;
}
.sample .ele {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.sample .banner {
height: 173px;
width: 100%;
background: url("../../images/sample/samplebanner.png") no-repeat;
background-size: 100% 100%;
}
.sample .zititle {
padding: 15px;
}
.sample .zititle span {
color: #333;
font-size: 16px;
}
.sample .zititle font {
font-size: 12px;
color: #999;
margin-left: 10px;
height: 20px;
line-height: 20px;
}
.sample .fx_text {
color: #999;
text-align: right;
}
.sample .fx_text div {
padding: 0 15px 10px;
}
.sample .fx_text span {
color: #ffa200;
}
.sample .nav {
padding: 0 15px ;
}
.sample .nav .van-hairline--top-bottom::after {
border-width: 0 0 1px 0;
}
.sample .con .con-group {
padding: 15px;
padding-bottom: 0px;
}
.sample .con .con-group .img-box {
width: 2.933rem;
height: 2.933rem;
}
.sample .con .con-group .img-box img {
width: 100%;
height: 100%;
}
.sample .con .con-group .cb-box {
width: 6rem;
height: 2.933rem;
padding-bottom: 15px;
}
.sample .con .con-group .cb-box .title {
color: #333;
font-size: 16px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
margin-bottom: 0.15rem;
}
.sample .con .con-group .cb-box p {
color: #333;
font-size: 12px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
height: 0.45rem;
line-height: 0.45rem;
}
.sample .con .con-group .cb-box p span {
color: #666;
}
.sample .con .con-group .cb-box .btnx {
width: 3.5rem;
height: 0.7rem;
line-height: 0.7rem;
border-radius: 4px;
background: #1080d0;
color: #fff;
text-align: center;
cursor: pointer;
margin-top: 0.2rem;
}
@media screen and (max-width: 320px) {
.sample .con .con-group .cb-box {
width: 5.8rem;
height: 2.933rem;
}
.sample .con .con-group .cb-box .title {
margin-bottom: 0.05rem;
}
}
.sample .fix-btns {
position: fixed;
left: 0;
bottom: 0;
right: 0;
height: 50px;
line-height: 50px;
color: #fff;
font-size: 16px;
text-align: center;
background: #1080d0;
box-shadow: 0 0 10px #000;
cursor: pointer;
}
.sample .get-user-pop .get-user-con {
background: #fff;
width: 8.667rem;
height: 5.52rem;
border-radius: 3px;
position: fixed;
top: 50%;
left: 50%;
margin-left: -4.3335rem;
margin-top: -2.76rem;
box-shadow: 0 0 20px #e5e5e5;
z-index: 99999;
}
.sample .get-user-pop .get-user-con h3 {
color: #ffa200;
font-size: 16px;
height: 2.027rem;
line-height: 2.027rem;
text-align: center;
}
.sample .get-user-pop .get-user-con h3 i {
position: relative;
float: right;
top: -1.4rem;
color: #fff;
font-size: 20px;
}
.sample .get-user-pop .get-user-con h2 {
color: #000;
font-size: 14px;
text-align: center;
width: 60%;
margin: 0 auto;
}
.sample .get-user-pop .get-user-con span {
display: block;
cursor: pointer;
height: 30px;
line-height: 30px;
width: 150px;
text-align: center;
background: #1080d0;
color: #fff;
font-size: 14px;
border-radius: 30px;
margin: 0 auto;
margin-top: 50px;
}
.sample .get-user-pop .mask {
position: fixed;
bottom: 0;
top: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.3);
z-index: 999;
}
.sample{
padding-bottom:50px;
.ele{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.banner{
height:173px;width:100%;
background: url("../../images/sample/samplebanner.png") no-repeat;
background-size: 100% 100%;
}
.zititle{
padding:15px;
span{color:#333;font-size: 16px;}
font{font-size: 12px;color:#999;margin-left: 10px;height:20px;line-height: 20px;}
}
.fx_text{
color:#999;
text-align: right;
div{
padding:0 15px 10px;
}
span{
color:#ffa200
}
}
.nav{
padding:0 15px ;
.van-hairline--top-bottom::after {
border-width: 0 0 1px 0;
}
}
.con{
.con-group{
padding:15px;
padding-bottom: 0px;
.img-box{
width:2.933rem;height:2.933rem;
img{width:100%;height:100%;}
}
.cb-box{
width:6rem;height:2.933rem;padding-bottom: 15px;
.title{color:#333;font-size: 16px;.ele;margin-bottom: 0.15rem;}
p{color:#333;font-size: 12px;span{color:#666;}.ele;height:0.45rem;line-height: 0.45rem;}
.btnx{width:3.5rem;height:0.7rem;line-height: 0.7rem;border-radius: 4px;background: #1080d0;color:#fff;text-align: center;cursor: pointer;margin-top: 0.2rem;}
}
@media screen and (max-width: 320px) {
.cb-box{
width:5.8rem;height:2.933rem;
.title{margin-bottom: 0.05rem;}
}
}
}
}
.fix-btns{
position: fixed;left:0;bottom:0;right:0;height:50px;line-height: 50px;color:#fff;font-size: 16px;
text-align: center;background: #1080d0;box-shadow: 0 0 10px #000;cursor: pointer;
}
.get-user-pop{
.get-user-con{
background: #fff;width:8.667rem;
height:5.52rem;border-radius: 3px;
position: fixed;
top:50%;
left:50%;
margin-left: -4.3335rem;
margin-top: -2.76rem;
box-shadow: 0 0 20px #e5e5e5;
z-index: 99999;
h3{
color:#ffa200;font-size: 16px;height:2.027rem;
line-height:2.027rem;text-align: center;
i{position: relative;float: right;top:-1.4rem;color:#fff;font-size: 20px;}
}
h2{color:#000;font-size: 14px;text-align: center;width:60%;margin:0 auto;}
span{display: block;cursor: pointer;height:30px;line-height: 30px;width:150px;text-align: center;background: #1080d0;color:#fff;font-size: 14px;border-radius: 30px;margin:0 auto;margin-top: 50px;}
}
.mask{position: fixed;bottom:0;top:0;left:0;right:0;background: rgba(0,0,0,0.3);z-index: 999;}
}
}
.sample{padding-bottom:50px}.sample .ele{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.sample .banner{height:173px;width:100%;background:url("../../images/sample/samplebanner.png") no-repeat;background-size:100% 100%}.sample .zititle{padding:15px}.sample .zititle span{color:#333;font-size:16px}.sample .zititle font{font-size:12px;color:#999;margin-left:10px;height:20px;line-height:20px}.sample .fx_text{color:#999;text-align:right}.sample .fx_text div{padding:0 15px 10px}.sample .fx_text span{color:#ffa200}.sample .nav{padding:0 15px }.sample .nav .van-hairline--top-bottom::after{border-width:0 0 1px 0}.sample .con .con-group{padding:15px;padding-bottom:0px}.sample .con .con-group .img-box{width:2.933rem;height:2.933rem}.sample .con .con-group .img-box img{width:100%;height:100%}.sample .con .con-group .cb-box{width:6rem;height:2.933rem;padding-bottom:15px}.sample .con .con-group .cb-box .title{color:#333;font-size:16px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-bottom:.15rem}.sample .con .con-group .cb-box p{color:#333;font-size:12px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:.45rem;line-height:.45rem}.sample .con .con-group .cb-box p span{color:#666}.sample .con .con-group .cb-box .btnx{width:3.5rem;height:.7rem;line-height:.7rem;border-radius:4px;background:#1080d0;color:#fff;text-align:center;cursor:pointer;margin-top:.2rem}@media screen and (max-width:320px){.sample .con .con-group .cb-box{width:5.8rem;height:2.933rem}.sample .con .con-group .cb-box .title{margin-bottom:.05rem}}.sample .fix-btns{position:fixed;left:0;bottom:0;right:0;height:50px;line-height:50px;color:#fff;font-size:16px;text-align:center;background:#1080d0;box-shadow:0 0 10px #000;cursor:pointer}.sample .get-user-pop .get-user-con{background:#fff;width:8.667rem;height:5.52rem;border-radius:3px;position:fixed;top:50%;left:50%;margin-left:-4.3335rem;margin-top:-2.76rem;box-shadow:0 0 20px #e5e5e5;z-index:99999}.sample .get-user-pop .get-user-con h3{color:#ffa200;font-size:16px;height:2.027rem;line-height:2.027rem;text-align:center}.sample .get-user-pop .get-user-con h3 i{position:relative;float:right;top:-1.4rem;color:#fff;font-size:20px}.sample .get-user-pop .get-user-con h2{color:#000;font-size:14px;text-align:center;width:60%;margin:0 auto}.sample .get-user-pop .get-user-con span{display:block;cursor:pointer;height:30px;line-height:30px;width:150px;text-align:center;background:#1080d0;color:#fff;font-size:14px;border-radius:30px;margin:0 auto;margin-top:50px}.sample .get-user-pop .mask{position:fixed;bottom:0;top:0;left:0;right:0;background:rgba(0,0,0,0.3);z-index:999}
\ No newline at end of file
.sample-apply{
padding-bottom: 55px;
.ele{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.line{height:5px;background: #f3f3f3;}
.van-collapse-item__content{padding-top:0px;padding-bottom: 0px;}
.van-cell__title{font-size: 16px;}
.info-con{
.img-box{
border:1px solid #e5e5e5;box-sizing: border-box;
width:2rem;height:2rem;
img{width:100%;height:100%;}
}
.cb-box{
width:6.9rem;height:2rem;
.title{color:#333;font-size: 16px;.ele;margin-bottom: 0.08rem;}
p{color:#333;font-size: 12px;span{color:#666;}.ele;height:0.45rem;line-height: 0.45rem;}
}
@media screen and (max-width: 320px) {
.cb-box{
width:6.8rem;
position: relative;top:-0.1rem;
.title{margin-bottom: 0rem;}
}
}
}
.info-detail{
margin-top: 18px;
padding-bottom: 25px;
p{
color:#333;font-size: 12px;.ele;
span{color:#666;}
height:0.5rem;line-height: 0.5rem;
&.canshudetail{
overflow : hidden;
text-overflow: ellipsis;
white-space: normal;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
height:auto;
}
}
}
.form-info{
.form-group{
background: #fff;
padding:15px;
border-top:5px solid #f3f3f3;
h3{color:#666;font-size: 16px;span.fr{color:#333;}}
input{border:0px;display: block; padding:15px 16px;color:#333;font-size: 14px;width:100%;box-sizing: border-box;padding-bottom: 0px;}
textarea{border:0px;display: block;padding:15px 16px;color:#333;font-size: 14px;width:100%;box-sizing: border-box;padding-bottom: 0px;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
color:#999;
}
&.by{padding-top:25px;padding-bottom: 25px;}
&.adderss-sample{
padding-top:12px;padding-bottom: 12px;
p{color:#333;font-size: 12px;height:0.55rem;line-height: 0.55rem;width:90%;.ele}
span{position: relative;top:-0.8rem;}
}
}
}
.fix-btns{
position: fixed;left:0;bottom:0;right:0;height:50px;line-height: 50px;color:#fff;font-size: 16px;
text-align: center;background: #1080d0;box-shadow: 0 0 10px #000;cursor: pointer;
}
.submit-success-pop{
.get-user-con{
background: #fff;width:8.667rem;
height:6.4rem;border-radius: 3px;
position: fixed;
top:50%;
left:50%;
margin-left: -4.3335rem;
margin-top: -3.2rem;
box-shadow: 0 0 20px #e5e5e5;
z-index: 99999;
h3{
color:#ffa200;font-size: 16px;height:1.8rem;
line-height:1.8rem;text-align: center;
i{position: relative;float: right;top:-1.4rem;color:#fff;font-size: 20px;}
}
p{text-align: center;font-size: 12px;color:#666;margin-bottom: 0.5rem;}
h2{color:#000;font-size: 14px;text-align: center;width:60%;margin:0 auto;}
span{display: block;cursor: pointer;height:30px;line-height: 30px;width:150px;text-align: center;background: #1080d0;color:#fff;font-size: 14px;border-radius: 30px;margin:0 auto;margin-top: 30px;}
.tips{color:#999;font-size: 12px;text-align: center;margin-top: 15px;}
}
.mask{position: fixed;bottom:0;top:0;left:0;right:0;background: rgba(0,0,0,0.3);z-index: 999;}
}
}
\ No newline at end of file
.sample-apply{padding-bottom:55px}.sample-apply .ele{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.sample-apply .line{height:5px;background:#f3f3f3}.sample-apply .van-collapse-item__content{padding-top:0px;padding-bottom:0px}.sample-apply .van-cell__title{font-size:16px}.sample-apply .info-con .img-box{border:1px solid #e5e5e5;box-sizing:border-box;width:2rem;height:2rem}.sample-apply .info-con .img-box img{width:100%;height:100%}.sample-apply .info-con .cb-box{width:6.9rem;height:2rem}.sample-apply .info-con .cb-box .title{color:#333;font-size:16px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-bottom:.08rem}.sample-apply .info-con .cb-box p{color:#333;font-size:12px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:.45rem;line-height:.45rem}.sample-apply .info-con .cb-box p span{color:#666}@media screen and (max-width:320px){.sample-apply .info-con .cb-box{width:6.8rem;position:relative;top:-0.1rem}.sample-apply .info-con .cb-box .title{margin-bottom:0rem}}.sample-apply .info-detail{margin-top:18px;padding-bottom:25px}.sample-apply .info-detail p{color:#333;font-size:12px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:.5rem;line-height:.5rem}.sample-apply .info-detail p span{color:#666}.sample-apply .info-detail p.canshudetail{overflow:hidden;text-overflow:ellipsis;white-space:normal;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;height:auto}.sample-apply .form-info .form-group{background:#fff;padding:15px;border-top:5px solid #f3f3f3}.sample-apply .form-info .form-group h3{color:#666;font-size:16px}.sample-apply .form-info .form-group h3 span.fr{color:#333}.sample-apply .form-info .form-group input{border:0px;display:block;padding:15px 16px;color:#333;font-size:14px;width:100%;box-sizing:border-box;padding-bottom:0px}.sample-apply .form-info .form-group textarea{border:0px;display:block;padding:15px 16px;color:#333;font-size:14px;width:100%;box-sizing:border-box;padding-bottom:0px}.sample-apply .form-info .form-group input::-webkit-input-placeholder,.sample-apply .form-info .form-group textarea::-webkit-input-placeholder{color:#999}.sample-apply .form-info .form-group.by{padding-top:25px;padding-bottom:25px}.sample-apply .form-info .form-group.adderss-sample{padding-top:12px;padding-bottom:12px}.sample-apply .form-info .form-group.adderss-sample p{color:#333;font-size:12px;height:.55rem;line-height:.55rem;width:90%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.sample-apply .form-info .form-group.adderss-sample span{position:relative;top:-0.8rem}.sample-apply .fix-btns{position:fixed;left:0;bottom:0;right:0;height:50px;line-height:50px;color:#fff;font-size:16px;text-align:center;background:#1080d0;box-shadow:0 0 10px #000;cursor:pointer}.sample-apply .submit-success-pop .get-user-con{background:#fff;width:8.667rem;height:6.4rem;border-radius:3px;position:fixed;top:50%;left:50%;margin-left:-4.3335rem;margin-top:-3.2rem;box-shadow:0 0 20px #e5e5e5;z-index:99999}.sample-apply .submit-success-pop .get-user-con h3{color:#ffa200;font-size:16px;height:1.8rem;line-height:1.8rem;text-align:center}.sample-apply .submit-success-pop .get-user-con h3 i{position:relative;float:right;top:-1.4rem;color:#fff;font-size:20px}.sample-apply .submit-success-pop .get-user-con p{text-align:center;font-size:12px;color:#666;margin-bottom:.5rem}.sample-apply .submit-success-pop .get-user-con h2{color:#000;font-size:14px;text-align:center;width:60%;margin:0 auto}.sample-apply .submit-success-pop .get-user-con span{display:block;cursor:pointer;height:30px;line-height:30px;width:150px;text-align:center;background:#1080d0;color:#fff;font-size:14px;border-radius:30px;margin:0 auto;margin-top:30px}.sample-apply .submit-success-pop .get-user-con .tips{color:#999;font-size:12px;text-align:center;margin-top:15px}.sample-apply .submit-success-pop .mask{position:fixed;bottom:0;top:0;left:0;right:0;background:rgba(0,0,0,0.3);z-index:999}
\ No newline at end of file
.seo-content{
background: #10141d;
width:100%;
.seo-head{
width:100%;
height:11.4rem;
background: url("../../images/seo/head.png") no-repeat;
background-size: 100% 100%;
box-sizing: border-box;
padding-top:1.24rem;
.head-nav{
width:100%;height:22px;
background: #c9b086;
li{float: left;width:20%;text-align: center;height:22px;font-size: 12px;box-sizing: border-box;padding-top:2px;
a{color:#181c27;cursor: pointer;display: block;cursor: pointer;width:100%;height:18px;line-height: 16px;box-sizing: border-box;border-right: 1px solid #9f8d70;}
}
}
}
.seo-section{
.form-box1{
padding-top:30px;
.form-group{width:8.4rem;height:40px;line-height: 40px;text-align: center;
margin:0 auto;
margin-bottom:15px;
.pr{position: relative;}
span{
width: 2.506rem;
height:40px;
line-height: 40px;
background-color: #eecea4;
border-radius: 0.027rem;
font-size: 14px;
text-align:justify;
text-align-last:justify;
padding: 0 0.2rem;
box-sizing: border-box;
}
.input-box{
width: 5.573rem;
height:40px;
line-height: 40px;
background-color: #ffffff;
border-radius: 0.027rem;
border: solid 0.04rem #f2c58b;
box-sizing: border-box;
overflow: hidden;
i{float: left;height:100%;width:20%;font-size: 14px;position: relative;top:-1px;}
input{
font-size: 14px;
text-align: left;
width:80%;
float:left;
height:100%;
}
.code{position: absolute;right:0px;height:40px;line-height:40px;width:2rem;top:0px;cursor: pointer;color:#1080d0;text-align: center;line-height:40px; font-size: 12px;}
.code.dis{color:#ccc;}
.img-code{position: absolute;right:0px;height:40px;width:2rem;top:0px;cursor: pointer;}
}
}
.submit-button{
width:8.4rem;height:40px;text-align: center;line-height:40px;
margin:0 auto;
background: url("../../images/seo/submit.png") no-repeat;
background-size: 100% 100%;
font-size: 14px;
cursor: pointer;
color:#181c27;
}
.form1-tips{text-align: center;color:#fff;font-size: 14px;}
}
.img-show-static{
height:14.706rem;
background: url("../../images/seo/staticx.png") no-repeat;
background-size: 100% 100%;
margin-top: 30px;
}
.zizi-box{
height:10.333rem;
width:8.4rem;
background: url("../../images/seo/lxzz.png") no-repeat;
background-size: 100% 100%;
margin:0 auto;
box-sizing: border-box;
padding-top:3.786rem;
.zizi-ct{
width: 7.333rem;
height: 3.4rem;
border-style: solid;
border-width: 0.08rem;
border-color:#c1b193;
margin:0 auto;
box-sizing: border-box;
padding-top:0.826rem;
.slide-box{
margin:0 auto;
width:3rem;height:2.28rem;
.slide-pic{ width:3rem;height:2.28rem;}
}
}
}
.form-box2{
width:8.4rem;
margin:0 auto;
margin-top: 30px;
.title-form{
img{vertical-align: middle;display: inline-block;width:17px;height:17px;margin-right:5px;}
color: #f2cea1;
font-size: 17px;
text-align: center;
margin-bottom: 30px;
}
.form-group{
.pr{position: relative;}
margin-bottom: 17px;
.input-box{
.f-red{color:#ff0000;position: relative;left:0.2rem;}
.hiddenfont{visibility: hidden;}
width: 8.4rem;
height: 40px;
line-height: 40px;
box-sizing: border-box;
background-color: #ffffff;
border-radius: 0.053rem;
border: solid 0.04rem #f2c58b;
overflow: hidden;
i{float: left;height:100%;width:20%;font-size: 14px;text-align: center;position: relative;top:-1px;}
input{
font-size: 14px;
text-align: left;
width:80%;
float:left;
height:100%;
}
.code{position: absolute;right:0px;height:40px;width:2rem;top:0px;cursor: pointer;color:#1080d0;text-align: center;line-height:40px; font-size: 14px;}
.code.dis{color:#ccc;}
.img-code{position: absolute;right:0px;height: 40px;width:2rem;top:0px;cursor: pointer;}
}
}
}
.form2-tips{text-align: center;color:#fff;font-size: 14px;margin-top: 30px;}
.submit-button1{
width: 8.4rem;
height: 40px;
background-color: #eecea4;
border-radius: 40px;
margin:0 auto;
color: #181c27;
font-size: 14px;
cursor: pointer;
line-height: 40px;
text-align: center;
margin-bottom: 50px;
}
.foot-box{
.foot-box-ct{
height: 30px;
line-height: 30px;
background-color: #e8b778;
text-align: center;
font-size: 14px;
color: #181c27;
position: relative;top:-10px;
i{font-size: 14px!important;}
a{ color: #181c27!important;}
}
height:2.2rem;
background: url("../../images/seo/foot.png") no-repeat;
background-size: 100% 100%;
margin:0 auto;
}
}
}
\ No newline at end of file
.seo-content{background:#10141d;width:100%}.seo-content .seo-head{width:100%;height:11.4rem;background:url("../../images/seo/head.png") no-repeat;background-size:100% 100%;box-sizing:border-box;padding-top:1.24rem}.seo-content .seo-head .head-nav{width:100%;height:22px;background:#c9b086}.seo-content .seo-head .head-nav li{float:left;width:20%;text-align:center;height:22px;font-size:12px;box-sizing:border-box;padding-top:2px}.seo-content .seo-head .head-nav li a{color:#181c27;display:block;cursor:pointer;width:100%;height:18px;line-height:16px;box-sizing:border-box;border-right:1px solid #9f8d70}.seo-content .seo-section .form-box1{padding-top:30px}.seo-content .seo-section .form-box1 .form-group{width:8.4rem;height:40px;line-height:40px;text-align:center;margin:0 auto;margin-bottom:15px}.seo-content .seo-section .form-box1 .form-group .pr{position:relative}.seo-content .seo-section .form-box1 .form-group span{width:2.506rem;height:40px;line-height:40px;background-color:#eecea4;border-radius:.027rem;font-size:14px;text-align:justify;text-align-last:justify;padding:0 .2rem;box-sizing:border-box}.seo-content .seo-section .form-box1 .form-group .input-box{width:5.573rem;height:40px;line-height:40px;background-color:#ffffff;border-radius:.027rem;border:solid .04rem #f2c58b;box-sizing:border-box;overflow:hidden}.seo-content .seo-section .form-box1 .form-group .input-box i{float:left;height:100%;width:20%;font-size:14px;position:relative;top:-1px}.seo-content .seo-section .form-box1 .form-group .input-box input{font-size:14px;text-align:left;width:80%;float:left;height:100%}.seo-content .seo-section .form-box1 .form-group .input-box .code{position:absolute;right:0px;height:40px;width:2rem;top:0px;cursor:pointer;color:#1080d0;text-align:center;line-height:40px;font-size:12px}.seo-content .seo-section .form-box1 .form-group .input-box .code.dis{color:#ccc}.seo-content .seo-section .form-box1 .form-group .input-box .img-code{position:absolute;right:0px;height:40px;width:2rem;top:0px;cursor:pointer}.seo-content .seo-section .form-box1 .submit-button{width:8.4rem;height:40px;text-align:center;line-height:40px;margin:0 auto;background:url("../../images/seo/submit.png") no-repeat;background-size:100% 100%;font-size:14px;cursor:pointer;color:#181c27}.seo-content .seo-section .form-box1 .form1-tips{text-align:center;color:#fff;font-size:14px}.seo-content .seo-section .img-show-static{height:14.706rem;background:url("../../images/seo/staticx.png") no-repeat;background-size:100% 100%;margin-top:30px}.seo-content .seo-section .zizi-box{height:10.333rem;width:8.4rem;background:url("../../images/seo/lxzz.png") no-repeat;background-size:100% 100%;margin:0 auto;box-sizing:border-box;padding-top:3.786rem}.seo-content .seo-section .zizi-box .zizi-ct{width:7.333rem;height:3.4rem;border-style:solid;border-width:.08rem;border-color:#c1b193;margin:0 auto;box-sizing:border-box;padding-top:.826rem}.seo-content .seo-section .zizi-box .zizi-ct .slide-box{margin:0 auto;width:3rem;height:2.28rem}.seo-content .seo-section .zizi-box .zizi-ct .slide-box .slide-pic{width:3rem;height:2.28rem}.seo-content .seo-section .form-box2{width:8.4rem;margin:0 auto;margin-top:30px}.seo-content .seo-section .form-box2 .title-form{color:#f2cea1;font-size:17px;text-align:center;margin-bottom:30px}.seo-content .seo-section .form-box2 .title-form img{vertical-align:middle;display:inline-block;width:17px;height:17px;margin-right:5px}.seo-content .seo-section .form-box2 .form-group{margin-bottom:17px}.seo-content .seo-section .form-box2 .form-group .pr{position:relative}.seo-content .seo-section .form-box2 .form-group .input-box{width:8.4rem;height:40px;line-height:40px;box-sizing:border-box;background-color:#ffffff;border-radius:.053rem;border:solid .04rem #f2c58b;overflow:hidden}.seo-content .seo-section .form-box2 .form-group .input-box .f-red{color:#ff0000;position:relative;left:.2rem}.seo-content .seo-section .form-box2 .form-group .input-box .hiddenfont{visibility:hidden}.seo-content .seo-section .form-box2 .form-group .input-box i{float:left;height:100%;width:20%;font-size:14px;text-align:center;position:relative;top:-1px}.seo-content .seo-section .form-box2 .form-group .input-box input{font-size:14px;text-align:left;width:80%;float:left;height:100%}.seo-content .seo-section .form-box2 .form-group .input-box .code{position:absolute;right:0px;height:40px;width:2rem;top:0px;cursor:pointer;color:#1080d0;text-align:center;line-height:40px;font-size:14px}.seo-content .seo-section .form-box2 .form-group .input-box .code.dis{color:#ccc}.seo-content .seo-section .form-box2 .form-group .input-box .img-code{position:absolute;right:0px;height:40px;width:2rem;top:0px;cursor:pointer}.seo-content .seo-section .form2-tips{text-align:center;color:#fff;font-size:14px;margin-top:30px}.seo-content .seo-section .submit-button1{width:8.4rem;height:40px;background-color:#eecea4;border-radius:40px;margin:0 auto;color:#181c27;font-size:14px;cursor:pointer;line-height:40px;text-align:center;margin-bottom:50px}.seo-content .seo-section .foot-box{height:2.2rem;background:url("../../images/seo/foot.png") no-repeat;background-size:100% 100%;margin:0 auto}.seo-content .seo-section .foot-box .foot-box-ct{height:30px;line-height:30px;background-color:#e8b778;text-align:center;font-size:14px;color:#181c27;position:relative;top:-10px}.seo-content .seo-section .foot-box .foot-box-ct i{font-size:14px!important}.seo-content .seo-section .foot-box .foot-box-ct a{color:#181c27 !important}/*# sourceMappingURL=index.min.css.map */
\ No newline at end of file
{"version":3,"sources":["index.less"],"names":[],"mappings":"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","file":"index.min.css"}
\ No newline at end of file
.smt {
width: 100%; }
.smt .head {
position: relative;
width: 100%;
height: 7.693rem;
background: url("../../images/smt/bg.jpg") no-repeat center;
background-size: cover; }
.smt .head .head-form {
position: absolute;
bottom: -1.6rem;
left: 0;
right: 0;
margin: 0 0.467rem;
padding: 0 0 0.373rem 0;
background-color: #ffffff;
box-shadow: 2px 3px 4px 0px rgba(198, 211, 233, 0.75);
border-radius: 2px; }
.smt .head .head-form.head-form-mt {
bottom: -3rem; }
.smt .head .head-form .inp-wrap {
border-bottom: 1px solid #dcdcdc;
margin: 0 0.667rem; }
.smt .head .head-form .inp-wrap label {
width: 80px;
font-size: 15px;
color: #666666; }
.smt .head .head-form .inp-wrap label em {
color: #73a0e2;
margin-right: 0.253rem; }
.smt .head .head-form .inp-wrap input.inp {
padding: 10px 0;
height: 30px;
line-height: 30px;
color: #333333;
font-size: 14px; }
.smt .head .head-form .inp-wrap input.inp.w1 {
width: 44%; }
.smt .head .head-form .inp-wrap .code-text {
font-size: 14px;
background: none;
color: #1080d0; }
.smt .head .head-form .inp-wrap .code-text.code-text-disabled {
color: #999999; }
.smt .head .head-form .error {
font-size: 13px;
color: #ff6600;
position: absolute;
left: 1rem;
bottom: 58px;
font-weight: normal; }
.smt .head .head-form .btn {
margin: 0.707rem 0.667rem 0 0.667rem;
height: 39px;
line-height: 39px;
text-align: center;
background-color: #4e8eee;
border-radius: 2px;
font-size: 14px;
color: #ffffff;
display: block; }
.smt .section {
border-top: 2rem solid #dfe5ee;
background: #fff;
padding-bottom: 1rem; }
.smt .section.section-mt {
border-top: 3.5rem solid #dfe5ee; }
.smt .section .section-wrap {
padding: 0 0.467rem; }
.smt .section .section-wrap .tit {
padding: 0.387rem 0 0.4rem 0; }
.smt .section .section-wrap .tit .ico-1 {
width: 16px;
height: 17px;
background: url("../../images/smt/i1.png") no-repeat center top;
background-size: cover; }
.smt .section .section-wrap .tit .t1 {
font-size: 17px;
color: #2e2e2e;
margin-left: 0.293rem;
margin-right: 0.267rem; }
.smt .section .section-wrap .tit .t2 {
font-size: 13px;
color: #adacac; }
.smt .section .section-wrap.wrap-1 ul {
display: flex;
justify-content: space-between; }
.smt .section .section-wrap.wrap-1 ul li {
position: relative;
height: 80px;
width: 49%; }
.smt .section .section-wrap.wrap-1 ul li.i1 {
background: url("../../images/smt/i2.png") no-repeat center;
background-size: cover; }
.smt .section .section-wrap.wrap-1 ul li.i2 {
background: url("../../images/smt/i3.png") no-repeat center;
background-size: cover; }
.smt .section .section-wrap.wrap-1 ul li .t1 {
position: absolute;
left: 0;
right: 0;
top: 26px;
font-size: 15px;
color: #ffffff;
z-index: 1;
text-align: center; }
.smt .section .section-wrap.wrap-1 ul li a {
position: absolute;
left: 50%;
bottom: 6px;
font-size: 13px;
color: #ffffff;
z-index: 1;
text-decoration: underline;
margin-left: 10px; }
.smt .section .section-wrap.wrap-2 ul li {
margin-bottom: 0.373rem; }
.smt .section .section-wrap.wrap-2 ul li img {
width: 100%; }
.smt .section .section-wrap.wrap-3 ul li img, .smt .section .section-wrap.wrap-4 ul li img {
width: 100%; }
.smt .section .section-wrap.wrap-5 .tab {
display: flex;
align-items: center;
justify-content: center;
border-bottom: 1px solid #e5e5e5; }
.smt .section .section-wrap.wrap-5 .tab li {
position: relative;
font-size: 15px;
color: #2e2e2e;
flex: 1;
text-align: center;
padding: 0.28rem 0;
transition: all 0.4s ease; }
.smt .section .section-wrap.wrap-5 .tab li.curr {
color: #4e8eee; }
.smt .section .section-wrap.wrap-5 .tab li.curr:after {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
right: 0;
margin: 0 auto;
height: 5px;
background-color: #4e8eee;
display: block;
content: ""; }
.smt .section .section-wrap.wrap-5 .tab-wrap {
margin-top: 0.667rem; }
.smt .section .section-wrap.wrap-5 .tab-wrap li {
white-space: nowrap;
margin-bottom: 0.15rem; }
.smt .section .section-wrap.wrap-5 .tab-wrap li em {
width: 16px;
height: 16px;
text-align: center;
line-height: 16px;
background-color: #64cf6e;
font-size: 14px;
color: #ffffff;
border-radius: 50%; }
.smt .section .section-wrap.wrap-5 .tab-wrap li p {
white-space: normal;
font-size: 14px;
color: #666666;
margin-left: 0.4rem;
width: 90%;
text-align: justify; }
.smt .section .section-wrap.wrap-6 {
background-color: #dfe5ee;
padding: 0; }
.smt .section .section-wrap.wrap-6 .tit {
padding: 0.387rem 0.467rem 0.4rem 0.467rem;
background: #fff; }
.smt .section .section-wrap.wrap-6 .text {
padding: 0.267rem 0.467rem 0.387rem 0.467rem; }
.smt .section .section-wrap.wrap-6 .text .pic {
width: 100%; }
.smt .section .section-wrap.wrap-6 .text .pic img {
width: 100%; }
.smt .section .section-wrap.wrap-6 .text p {
margin-top: 0.3rem;
font-size: 13px;
color: #666666;
line-height: 21px; }
.smt .section .section-wrap.wrap-7 .tab {
display: flex;
align-items: center;
justify-content: center;
border-bottom: 1px solid #e5e5e5; }
.smt .section .section-wrap.wrap-7 .tab li {
position: relative;
font-size: 15px;
color: #2e2e2e;
flex: 1;
text-align: center;
padding: 0.28rem 0;
transition: all 0.4s ease; }
.smt .section .section-wrap.wrap-7 .tab li.curr {
color: #4e8eee; }
.smt .section .section-wrap.wrap-7 .tab li.curr:after {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
right: 0;
margin: 0 auto;
height: 5px;
background-color: #4e8eee;
display: block;
content: ""; }
.smt .section .section-wrap.wrap-7 .tab-wrap {
margin-top: 0.667rem; }
.smt .section .section-wrap.wrap-7 .tab-wrap li {
position: relative; }
.smt .section .section-wrap.wrap-7 .tab-wrap li p.t1 {
font-size: 14px;
color: #666666;
line-height: 22px;
white-space: nowrap; }
.smt .section .section-wrap.wrap-7 .tab-wrap li p.t1 span {
white-space: normal;
width: 80%;
text-align: justify; }
.smt .section .section-wrap.wrap-7 .tab-wrap li .t2 {
margin-top: 1rem;
margin-bottom: 1rem;
font-size: 14px;
color: #666666; }
.smt .section .section-wrap.wrap-7 .tab-wrap li .t2 i {
width: 20px;
height: 15px;
background: url("../../images/smt/i10.png") no-repeat center;
background-size: cover;
margin-right: 0.2rem; }
.smt .section .section-wrap.wrap-7 .tab-wrap li .qq {
position: absolute;
top: 0;
right: -12px;
width: 40px;
height: 40px;
background: url("../../images/smt/i9.png") no-repeat center;
background-size: cover;
display: block;
z-index: 1; }
.smt .apply {
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
width: 100%;
height: 54px;
background-color: #4e8eee;
font-size: 17px;
color: #ffffff;
text-align: center;
line-height: 54px;
display: block; }
.smt .smt-arr {
width: 15px;
height: 6px;
background: #4e8eee;
border-radius: 3px;
display: block;
margin-bottom: 0.2rem; }
.smt .smt-layer {
font-size: 14px;
color: #666666;
text-align: left; }
.smt .smt-layer-text {
white-space: nowrap;
font-size: 14px;
color: #666666;
line-height: 24px; }
.smt .smt-layer-text span {
white-space: normal;
width: 92%;
text-align: justify; }
/*# sourceMappingURL=index.css.map */
{
"version": 3,
"mappings": "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",
"sources": ["index.scss"],
"names": [],
"file": "index.css"
}
.smt{width:100%}.smt .head{position:relative;width:100%;height:7.693rem;background:url("../../images/smt/bg.jpg") no-repeat center;background-size:cover}.smt .head .head-form{position:absolute;bottom:-1.6rem;left:0;right:0;margin:0 0.467rem;padding:0 0 0.373rem 0;background-color:#ffffff;box-shadow:2px 3px 4px 0px rgba(198,211,233,0.75);border-radius:2px}.smt .head .head-form.head-form-mt{bottom:-3rem}.smt .head .head-form dl{border-bottom:1px solid #dcdcdc;margin:0 0.667rem;height:40px;background:#fff;border-top:none}.smt .head .head-form dl dt{font-size:14px;width:27%;text-align:right;float:left;height:40px;line-height:40px;color:#666}.smt .head .head-form dl dd{font-size:14px;width:73%;float:left;height:40px;line-height:40px}.smt .head .head-form dl dd input,.smt .head .head-form dl dd textarea{width:96%;height:20px;line-height:20px;margin:10px 0;padding:0;font-size:14px;float:left;border:0;color:#333;border-radius:0}.smt .head .head-form dl dd .verifyCode{width:38%}.smt .head .head-form dl dd .codeButton{background:none;color:#1080d0;width:80px;padding:0;text-align:center;height:20px;line-height:20px;margin-left:25px;float:right;margin-right:15px}.smt .head .head-form dl dd .codeButton.dis{color:#999}.smt .head .head-form .updateCodeImg .code-text{width:55% !important}.smt .head .head-form .updateCodeImg .code{width:45% !important}.smt .head .head-form .updateCodeImg .code img{width:100%;height:40px}.smt .head .head-form .inp-wrap{border-bottom:1px solid #dcdcdc;margin:0 0.667rem}.smt .head .head-form .inp-wrap label{width:80px;font-size:15px;color:#666666}.smt .head .head-form .inp-wrap label em{color:#73a0e2;margin-right:0.253rem}.smt .head .head-form .inp-wrap input.inp{padding:10px 0;height:30px;line-height:30px;color:#333333;font-size:14px}.smt .head .head-form .inp-wrap input.inp.w1{width:39%}.smt .head .head-form .inp-wrap .code-text{font-size:14px;background:none;color:#1080d0}.smt .head .head-form .inp-wrap .code-text.code-text-disabled{color:#999}.smt .head .head-form .error{font-size:13px;color:#ff6600;position:absolute;left:1rem;bottom:58px;font-weight:normal}.smt .head .head-form .btn{margin:0.707rem 0.667rem 0 0.667rem;height:39px;line-height:39px;text-align:center;background-color:#4e8eee;border-radius:2px;font-size:14px;color:#ffffff;display:block}.smt .section{border-top:2rem solid #dfe5ee;background:#fff;padding-bottom:1rem}.smt .section.section-mt{border-top:3.5rem solid #dfe5ee}.smt .section .section-wrap{padding:0 0.467rem}.smt .section .section-wrap .tit{padding:0.387rem 0 0.4rem 0}.smt .section .section-wrap .tit .ico-1{width:16px;height:17px;background:url("../../images/smt/i1.png") no-repeat center top;background-size:cover}.smt .section .section-wrap .tit .t1{font-size:17px;color:#2e2e2e;margin-left:0.293rem;margin-right:0.267rem}.smt .section .section-wrap .tit .t2{font-size:13px;color:#adacac}.smt .section .section-wrap.wrap-1 ul{display:flex;justify-content:space-between}.smt .section .section-wrap.wrap-1 ul li{position:relative;height:80px;width:49%}.smt .section .section-wrap.wrap-1 ul li.i1{background:url("../../images/smt/i2.png") no-repeat center;background-size:cover}.smt .section .section-wrap.wrap-1 ul li.i2{background:url("../../images/smt/i3.png") no-repeat center;background-size:cover}.smt .section .section-wrap.wrap-1 ul li .t1{position:absolute;left:0;right:0;top:26px;font-size:15px;color:#ffffff;z-index:1;text-align:center}.smt .section .section-wrap.wrap-1 ul li a{position:absolute;left:50%;bottom:6px;font-size:13px;color:#ffffff;z-index:1;text-decoration:underline;margin-left:10px}.smt .section .section-wrap.wrap-2 ul li{margin-bottom:0.373rem}.smt .section .section-wrap.wrap-2 ul li img{width:100%}.smt .section .section-wrap.wrap-3 ul li img,.smt .section .section-wrap.wrap-4 ul li img{width:100%}.smt .section .section-wrap.wrap-5 .tab{display:flex;align-items:center;justify-content:center;border-bottom:1px solid #e5e5e5}.smt .section .section-wrap.wrap-5 .tab li{position:relative;font-size:15px;color:#2e2e2e;flex:1;text-align:center;padding:0.28rem 0;transition:all 0.4s ease}.smt .section .section-wrap.wrap-5 .tab li.curr{color:#4e8eee}.smt .section .section-wrap.wrap-5 .tab li.curr:after{position:absolute;bottom:0;width:100%;left:0;right:0;margin:0 auto;height:5px;background-color:#4e8eee;display:block;content:""}.smt .section .section-wrap.wrap-5 .tab-wrap{margin-top:0.667rem}.smt .section .section-wrap.wrap-5 .tab-wrap li{white-space:nowrap;margin-bottom:0.15rem}.smt .section .section-wrap.wrap-5 .tab-wrap li em{width:16px;height:16px;text-align:center;line-height:16px;background-color:#64cf6e;font-size:14px;color:#ffffff;border-radius:50%}.smt .section .section-wrap.wrap-5 .tab-wrap li p{white-space:normal;font-size:14px;color:#666666;margin-left:0.4rem;width:90%;text-align:justify}.smt .section .section-wrap.wrap-6{background-color:#dfe5ee;padding:0}.smt .section .section-wrap.wrap-6 .tit{padding:0.387rem 0.467rem 0.4rem 0.467rem;background:#fff}.smt .section .section-wrap.wrap-6 .text{padding:0.267rem 0.467rem 0.387rem 0.467rem}.smt .section .section-wrap.wrap-6 .text .pic{width:100%}.smt .section .section-wrap.wrap-6 .text .pic img{width:100%}.smt .section .section-wrap.wrap-6 .text p{margin-top:0.3rem;font-size:13px;color:#666666;line-height:21px}.smt .section .section-wrap.wrap-7 .tab{display:flex;align-items:center;justify-content:center;border-bottom:1px solid #e5e5e5}.smt .section .section-wrap.wrap-7 .tab li{position:relative;font-size:15px;color:#2e2e2e;flex:1;text-align:center;padding:0.28rem 0;transition:all 0.4s ease}.smt .section .section-wrap.wrap-7 .tab li.curr{color:#4e8eee}.smt .section .section-wrap.wrap-7 .tab li.curr:after{position:absolute;bottom:0;width:100%;left:0;right:0;margin:0 auto;height:5px;background-color:#4e8eee;display:block;content:""}.smt .section .section-wrap.wrap-7 .tab-wrap{margin-top:0.667rem}.smt .section .section-wrap.wrap-7 .tab-wrap li{position:relative}.smt .section .section-wrap.wrap-7 .tab-wrap li p.t1{font-size:14px;color:#666666;line-height:22px;white-space:nowrap}.smt .section .section-wrap.wrap-7 .tab-wrap li p.t1 span{white-space:normal;width:80%;text-align:justify}.smt .section .section-wrap.wrap-7 .tab-wrap li .t2{margin-top:1rem;margin-bottom:1rem;font-size:14px;color:#666666}.smt .section .section-wrap.wrap-7 .tab-wrap li .t2 i{width:20px;height:15px;background:url("../../images/smt/i10.png") no-repeat center;background-size:cover;margin-right:0.2rem}.smt .section .section-wrap.wrap-7 .tab-wrap li .qq{position:absolute;top:0;right:-12px;width:40px;height:40px;background:url("../../images/smt/i9.png") no-repeat center;background-size:cover;display:block;z-index:1}.smt .apply{position:fixed;left:0;right:0;bottom:0;z-index:10;width:100%;height:54px;background-color:#4e8eee;font-size:17px;color:#ffffff;text-align:center;line-height:54px;display:block}.smt .smt-arr{width:15px;height:6px;background:#4e8eee;border-radius:3px;display:block;margin-bottom:0.2rem}.smt .smt-layer{font-size:14px;color:#666666;text-align:left}.smt .smt-layer-text{white-space:nowrap;font-size:14px;color:#666666;line-height:24px}.smt .smt-layer-text span{white-space:normal;width:92%;text-align:justify}
/*# sourceMappingURL=index.min.css.map */
{
"version": 3,
"mappings": "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",
"sources": ["index.scss"],
"names": [],
"file": "index.min.css"
}
.smt {
width: 100%;
.head {
position: relative;
width: 100%;
height: 7.693rem;
background: url("../../images/smt/bg.jpg") no-repeat center;
background-size: cover;
.head-form {
position: absolute;
bottom: -1.6rem;
left: 0;
right: 0;
margin: 0 0.467rem;
padding: 0 0 0.373rem 0;
background-color: #ffffff;
box-shadow: 2px 3px 4px 0px rgba(198, 211, 233, 0.75);
border-radius: 2px;
&.head-form-mt{
bottom: -3rem;
}
dl {
border-bottom: 1px solid #dcdcdc;
margin: 0 0.667rem;
height: 40px; background: #fff; border-top: none;
dt { font-size: 14px; width:27%; text-align: right; float: left; height:40px; line-height:40px; color: #666; }
dd {
font-size: 14px; width: 73%; float: left; height: 40px; line-height: 40px;
input,textarea{width: 96%; height: 20px; line-height:20px; margin: 10px 0; padding: 0; font-size: 14px; float: left; border: 0; color: #333; border-radius: 0;}
.verifyCode{ width: 38%; }
.codeButton{
background: none; color:#1080d0;width: 80px;padding: 0; text-align: center; height: 20px; line-height: 20px; margin-left: 25px;float:right;margin-right: 15px;
&.dis{color: #999;}
}
}
}
.updateCodeImg{
.code-text{width:55%!important;}
.code{
width:45%!important;
img{width:100%;height:40px;}
}
}
.inp-wrap {
border-bottom: 1px solid #dcdcdc;
margin: 0 0.667rem;
label {
width: 80px;
font-size: 15px;
color: #666666;
em{
color: #73a0e2;
margin-right: 0.253rem;
}
}
input.inp {
padding: 10px 0;
height: 30px;
line-height: 30px;
color: #333333;
font-size: 14px;
&.w1 {
width: 39%;
}
}
.code-text {
font-size: 14px;
background: none;
color: rgb(16, 128, 208);
&.code-text-disabled {
color: rgb(153, 153, 153);
}
}
}
.error {
font-size: 13px;
color: #ff6600;
position: absolute;
left: 1rem;
bottom: 58px;
font-weight: normal;
}
.btn {
margin: 0.707rem 0.667rem 0 0.667rem;
height: 39px;
line-height: 39px;
text-align: center;
background-color: #4e8eee;
border-radius: 2px;
font-size: 14px;
color: #ffffff;
display: block;
}
}
}
.section {
border-top: 2rem solid #dfe5ee;
background: #fff;
padding-bottom: 1rem;
&.section-mt{
border-top: 3.5rem solid #dfe5ee;
}
.section-wrap {
padding: 0 0.467rem;
.tit {
padding: 0.387rem 0 0.4rem 0;
.ico-1 {
width: 16px;
height: 17px;
background: url("../../images/smt/i1.png") no-repeat center top;
background-size: cover;
}
.t1 {
font-size: 17px;
color: #2e2e2e;
margin-left: 0.293rem;
margin-right: 0.267rem;
}
.t2 {
font-size: 13px;
color: #adacac;
}
}
&.wrap-1 {
ul {
display: flex;
justify-content: space-between;
li {
position: relative;
height: 80px;
width: 49%;
&.i1 {
background: url("../../images/smt/i2.png") no-repeat center;
background-size: cover;
}
&.i2 {
background: url("../../images/smt/i3.png") no-repeat center;
background-size: cover;
}
.t1 {
position: absolute;
left: 0;
right: 0;
top: 26px;
font-size: 15px;
color: #ffffff;
z-index: 1;
text-align: center;
}
a {
position: absolute;
left: 50%;
bottom: 6px;
font-size: 13px;
color: #ffffff;
z-index: 1;
text-decoration: underline;
margin-left: 10px;
}
}
}
}
&.wrap-2 {
ul {
li {
margin-bottom: 0.373rem;
img {
width: 100%;
}
}
}
}
&.wrap-3, &.wrap-4 {
ul {
li {
img {
width: 100%;
}
}
}
}
&.wrap-5 {
.tab {
display: flex;
align-items: center;
justify-content: center;
border-bottom: 1px solid #e5e5e5;
li {
position: relative;
font-size: 15px;
color: #2e2e2e;
flex: 1;
text-align: center;
padding: 0.28rem 0;
transition: all 0.4s ease;
&.curr {
color: #4e8eee;
&:after {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
right: 0;
margin: 0 auto;
height: 5px;
background-color: #4e8eee;
display: block;
content: "";
}
}
}
}
.tab-wrap {
margin-top: 0.667rem;
li {
white-space: nowrap;
margin-bottom: 0.15rem;
em {
width: 16px;
height: 16px;
text-align: center;
line-height: 16px;
background-color: #64cf6e;
font-size: 14px;
color: #ffffff;
border-radius: 50%;
}
p {
white-space: normal;
font-size: 14px;
color: #666666;
margin-left: 0.4rem;
width: 90%;
text-align: justify;
}
}
}
}
&.wrap-6 {
background-color: #dfe5ee;
padding: 0;
.tit {
padding: 0.387rem 0.467rem 0.4rem 0.467rem;
background: #fff;
}
.text {
padding: 0.267rem 0.467rem 0.387rem 0.467rem;
.pic {
width: 100%;
img {
width: 100%;
}
}
p {
margin-top: 0.3rem;
font-size: 13px;
color: #666666;
line-height: 21px;
}
}
}
&.wrap-7 {
.tab {
display: flex;
align-items: center;
justify-content: center;
border-bottom: 1px solid #e5e5e5;
li {
position: relative;
font-size: 15px;
color: #2e2e2e;
flex: 1;
text-align: center;
padding: 0.28rem 0;
transition: all 0.4s ease;
&.curr {
color: #4e8eee;
&:after {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
right: 0;
margin: 0 auto;
height: 5px;
background-color: #4e8eee;
display: block;
content: "";
}
}
}
}
.tab-wrap {
margin-top: 0.667rem;
li {
position: relative;
p.t1 {
font-size: 14px;
color: #666666;
line-height: 22px;
white-space: nowrap;
span {
white-space: normal;
width: 80%;
text-align: justify;
}
}
.t2 {
margin-top: 1rem;
margin-bottom: 1rem;
font-size: 14px;
color: #666666;
i {
width: 20px;
height: 15px;
background: url("../../images/smt/i10.png") no-repeat center;
background-size: cover;
margin-right: 0.2rem;
}
}
.qq {
position: absolute;
top: 0;
right: -12px;
width: 40px;
height: 40px;
background: url("../../images/smt/i9.png") no-repeat center;
background-size: cover;
display: block;
z-index: 1;
}
}
}
}
}
}
.apply {
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
width: 100%;
height: 54px;
background-color: #4e8eee;
font-size: 17px;
color: #ffffff;
text-align: center;
line-height: 54px;
display: block;
}
.smt-arr {
width: 15px;
height: 6px;
background: #4e8eee;
border-radius: 3px;
display: block;
margin-bottom: 0.2rem;
}
.smt-layer {
font-size: 14px;
color: #666666;
text-align: left;
}
.smt-layer-text {
white-space: nowrap;
font-size: 14px;
color: #666666;
line-height: 24px;
span {
white-space: normal;
width: 92%;
text-align: justify;
}
}
}
\ No newline at end of file
.special {
width: 100%;
background: #fd4e40;
padding-bottom: 1.143rem; }
.special .header {
width: 100%;
height: 15rem;
background: url("../../images/special/banner.jpg") no-repeat top;
background-size: cover; }
.special .header .wrap {
position: absolute;
bottom: 3.6rem;
left: 0;
right: 0;
margin: 0 auto;
width: 9.2rem;
background-color: #ffffff;
border-radius: 4px;
padding-top: 0.693rem;
padding-bottom: 0.667rem; }
.special .header .wrap .inp {
width: 7.333rem;
height: 40px;
background: rgba(189, 188, 187, 0.1);
margin: 0 auto 0.253rem;
display: flex;
flex-direction: row;
align-items: center; }
.special .header .wrap .inp .ico {
width: 12px;
height: 20px;
background: url("../../images/special/mobile.png") no-repeat center;
background-size: cover;
margin-left: 0.4rem;
margin-right: 0.3rem; }
.special .header .wrap .inp .line {
width: 1px;
height: 16px;
background: rgba(189, 188, 187, 0.6); }
.special .header .wrap .inp .inpt {
background: none;
margin: 10px 0;
color: #bdbcbb;
padding-left: 0.3rem; }
.special .header .wrap .inp .inpt::-webkit-input-placeholder {
color: #bdbcbb;
opacity: 0.6; }
.special .header .wrap .code {
width: 7.467rem;
height: 40px;
margin: 0 auto 0.253rem;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between; }
.special .header .wrap .code .l {
background: rgba(189, 188, 187, 0.1);
white-space: nowrap;
width: 4.667rem;
height: 40px; }
.special .header .wrap .code .l .ico {
width: 17px;
height: 17px;
background: url("../../images/special/msg.png") no-repeat center;
background-size: cover;
margin-left: 0.4rem;
margin-right: 0.2rem; }
.special .header .wrap .code .l .line {
width: 1px;
height: 16px;
background: rgba(189, 188, 187, 0.6); }
.special .header .wrap .code .l .inpt {
background: none;
margin: 10px 0;
color: #bdbcbb;
padding-left: 0.3rem; }
.special .header .wrap .code .l .inpt::-webkit-input-placeholder {
color: #bdbcbb;
opacity: 0.6; }
.special .header .wrap .code .imgcode {
height: 40px; }
.special .header .wrap .code .imgcode img {
width: 2.573rem;
height: 40px; }
.special .header .wrap .code .codebtn {
width: 2.573rem;
height: 40px;
line-height: 40px;
text-align: center;
background-color: #ff8f1b;
border-radius: 2px;
display: inline-block;
font-size: 13px;
color: #ffffff; }
.special .header .wrap .code .codebtn.codebtndisabled {
background-color: #c2c2c2; }
.special .header .wrap .btn {
margin-top: 0.48rem;
width: 7.333rem;
height: 40px;
line-height: 40px;
text-align: center;
background-image: linear-gradient(90deg, #ff3b00 0%, #ff901b 100%);
border-radius: 2px;
display: block;
font-size: 15px;
color: #fff; }
.special .list-a {
margin: 0 0.4rem 0.4rem 0.4rem;
background-color: #ffffff;
border-radius: 4px;
padding: 0.693rem 0 0.45rem 0; }
.special .list-a .tit {
width: 241px;
height: 13px;
background: url("../../images/special/bb.png") no-repeat center;
background-size: cover;
margin: 0 auto 0.747rem; }
.special .list-a ul {
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap; }
.special .list-a ul li {
width: 2.813rem;
height: 4.813rem;
background-color: #ffffff;
margin-bottom: 0.12rem;
margin-right: 0.093rem; }
.special .list-a ul li:nth-of-type(3n) {
margin-right: 0; }
.special .list-a ul li a {
display: block; }
.special .list-a ul li a img {
width: 100%;
height: 100%; }
.special .list-b {
margin: 0 0.4rem;
background-color: #ffffff;
border-radius: 4px;
padding: 0.693rem 0 0.45rem 0; }
.special .list-b .tit {
width: 241px;
height: 13px;
background: url("../../images/special/cc.png") no-repeat center;
background-size: cover;
margin: 0 auto 0.747rem; }
.special .list-b ul {
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap; }
.special .list-b ul li {
width: 2.667rem;
height: 1.067rem;
background-color: #ffffff;
margin-bottom: 0.2rem;
margin-right: 0.2rem;
border: 1px solid #e5e5e5; }
.special .list-b ul li:nth-of-type(3n) {
margin-right: 0; }
.special .list-b ul li a {
display: block; }
.special .list-b ul li a img {
width: 100%;
height: 100%; }
.special .foot {
padding: 0 .747rem;
margin-top: 1.093rem;
margin-bottom: 1.147rem; }
.special .foot ul {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
margin-bottom: 0.28rem; }
.special .foot li {
display: flex;
flex-direction: row;
align-items: center; }
.special .foot li img {
width: 0.933rem;
height: 0.933rem; }
.special .foot li .text {
margin-left: 0.3rem;
width: 3rem; }
.special .foot li .text p {
color: #ffffff;
font-size: 11px;
opacity: 0.8; }
.special .btn {
width: 7.62rem;
height: 1.24rem;
background: url("../../images/special/btn.png") no-repeat center;
background-size: cover;
display: block;
margin: 0 auto; }
/*# sourceMappingURL=index.css.map */
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment