|
|
|
|
// 初始化页面样式
|
|
|
|
|
body,
|
|
|
|
|
h1,
|
|
|
|
|
h2,
|
|
|
|
|
h3,
|
|
|
|
|
h4,
|
|
|
|
|
h5,
|
|
|
|
|
h6,
|
|
|
|
|
hr,
|
|
|
|
|
p,
|
|
|
|
|
blockquote,
|
|
|
|
|
dl,
|
|
|
|
|
dt,
|
|
|
|
|
dd,
|
|
|
|
|
ul,
|
|
|
|
|
ol,
|
|
|
|
|
li,
|
|
|
|
|
pre,
|
|
|
|
|
form,
|
|
|
|
|
fieldset,
|
|
|
|
|
legend,
|
|
|
|
|
button,
|
|
|
|
|
input,
|
|
|
|
|
textarea,
|
|
|
|
|
th,
|
|
|
|
|
td,
|
|
|
|
|
div {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
font-family: PingFangSC, PingFangSC-Regular;
|
|
|
|
|
}
|
|
|
|
|
body,
|
|
|
|
|
button,
|
|
|
|
|
input,
|
|
|
|
|
select,
|
|
|
|
|
textarea {
|
|
|
|
|
font: 12px/1.5tahoma, arial, \5b8b\4f53;
|
|
|
|
|
}
|
|
|
|
|
h1,
|
|
|
|
|
h2,
|
|
|
|
|
h3,
|
|
|
|
|
h4,
|
|
|
|
|
h5,
|
|
|
|
|
h6 {
|
|
|
|
|
font-size: 100%;
|
|
|
|
|
}
|
|
|
|
|
address,
|
|
|
|
|
cite,
|
|
|
|
|
dfn,
|
|
|
|
|
em,
|
|
|
|
|
var {
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
|
code,
|
|
|
|
|
kbd,
|
|
|
|
|
pre,
|
|
|
|
|
samp {
|
|
|
|
|
font-family: couriernew, courier, monospace;
|
|
|
|
|
}
|
|
|
|
|
small {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
ul,
|
|
|
|
|
ol {
|
|
|
|
|
list-style: none;
|
|
|
|
|
}
|
|
|
|
|
a {
|
|
|
|
|
color: inherit;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
a:hover {
|
|
|
|
|
color: inherit;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
sup {
|
|
|
|
|
vertical-align: text-top;
|
|
|
|
|
}
|
|
|
|
|
sub {
|
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
|
}
|
|
|
|
|
legend {
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
fieldset,
|
|
|
|
|
img {
|
|
|
|
|
border: 0;
|
|
|
|
|
}
|
|
|
|
|
button,
|
|
|
|
|
input,
|
|
|
|
|
select,
|
|
|
|
|
textarea {
|
|
|
|
|
font-size: 100%;
|
|
|
|
|
}
|
|
|
|
|
table {
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
border-spacing: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
padding: 0;
|
|
|
|
|
// height: 3080px;
|
|
|
|
|
// background-color: #eef1f5;
|
|
|
|
|
background-color: #f6f6f6;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
p {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
}
|
|
|
|
|
i {
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 字体图标
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "iconfont"; /* Project id 3135652 */
|
|
|
|
|
src: url("../assets/fontfile/iconfont.woff2") format("woff2"),
|
|
|
|
|
url("../assets/fontfile/iconfont.woff") format("woff"),
|
|
|
|
|
url("../assets/fontfile/iconfont.ttf") format("truetype");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.iconfont {
|
|
|
|
|
font-family: "iconfont" !important;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-xiala:before {
|
|
|
|
|
content: "\e6f5";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-sousuo:before {
|
|
|
|
|
content: "\e608";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-weixuanzhong:before {
|
|
|
|
|
content: "\e6f4";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-duanxinyanzheng:before {
|
|
|
|
|
content: "\e6f3";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-shouji:before {
|
|
|
|
|
content: "\e6f2";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-mima:before {
|
|
|
|
|
content: "\e6f1";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-yonghuming:before {
|
|
|
|
|
content: "\e6f0";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-shibai:before {
|
|
|
|
|
content: "\e6ef";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-chenggong:before {
|
|
|
|
|
content: "\e6ee";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-xuanzhong:before {
|
|
|
|
|
content: "\e6ec";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-weixin:before {
|
|
|
|
|
content: "\e6e9";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-yigezhuanmenfuwudailidepingtai:before {
|
|
|
|
|
content: "\e6e4";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-sologan:before {
|
|
|
|
|
content: "\e6e1";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-guanggao:before {
|
|
|
|
|
content: "\e6e2";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-dingwei:before {
|
|
|
|
|
content: "\e6df";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-yonghu:before {
|
|
|
|
|
content: "\e6e0";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 公用样式类名
|
|
|
|
|
.w {
|
|
|
|
|
width: 1200px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
.ant-cascader-menus.monthlypay,
|
|
|
|
|
.ant-cascader-menus.agestr {
|
|
|
|
|
width: 100vw;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
top: 152px !important;
|
|
|
|
|
-webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
|
|
|
|
|
box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
|
|
|
|
|
.ant-cascader-menu {
|
|
|
|
|
height: auto;
|
|
|
|
|
width: 100%;
|
|
|
|
|
.ant-cascader-menu-item {
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: left;
|
|
|
|
|
padding-left: calc((100vw - 1200px) / 2) !important ;
|
|
|
|
|
&:hover {
|
|
|
|
|
background-color: rgba(255, 106, 0, 0.1);
|
|
|
|
|
color: rgb(255, 106, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.ant-cascader-menus.flitercity {
|
|
|
|
|
left: calc((100vw - 1216px) / 2) !important;
|
|
|
|
|
top: 152px !important;
|
|
|
|
|
border-radius: 0 0 4px 4px !important;
|
|
|
|
|
-webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
|
|
|
|
|
box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
|
|
|
|
|
.ant-cascader-menu {
|
|
|
|
|
height: 500px;
|
|
|
|
|
.ant-cascader-menu-item {
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: left;
|
|
|
|
|
// padding-left: calc((100vw - 1200px) / 2) !important ;
|
|
|
|
|
&:hover {
|
|
|
|
|
background-color: rgba(255, 106, 0, 0.1);
|
|
|
|
|
color: rgb(255, 106, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.beforeblock {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
margin-top: -4px;
|
|
|
|
|
width: 4px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
margin-right: 8px;
|
|
|
|
|
background: #ff6a00;
|
|
|
|
|
}
|
|
|
|
|
h1.bottombox,
|
|
|
|
|
p.bottombox {
|
|
|
|
|
text-align: center;
|
|
|
|
|
// border-bottom: 1px solid #eeefef;
|
|
|
|
|
margin-bottom: 16px;
|
|
|
|
|
|
|
|
|
|
i {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
border-bottom: 3px solid #ff6a00;
|
|
|
|
|
padding: 6px 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.ant-cascader-menu {
|
|
|
|
|
max-height: 300px !important;
|
|
|
|
|
&::-webkit-scrollbar {
|
|
|
|
|
/*滚动条整体样式*/
|
|
|
|
|
width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
|
|
|
|
|
height: 4px;
|
|
|
|
|
}
|
|
|
|
|
&::-webkit-scrollbar-thumb {
|
|
|
|
|
/*滚动条里面小方块*/
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
-webkit-box-shadow: inset 0 0 5px rgba(126, 126, 126, 0.06);
|
|
|
|
|
background: rgba(0, 0, 0, 0.1);
|
|
|
|
|
}
|
|
|
|
|
&::-webkit-scrollbar-track {
|
|
|
|
|
/*滚动条里面轨道*/
|
|
|
|
|
-webkit-box-shadow: inset 0 0 5px rgba(112, 112, 112, 0.06);
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
background: rgba(0, 0, 0, 0.1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 媒体查询
|
|
|
|
|
@media screen and (max-width: 1910px) {
|
|
|
|
|
.loginlogo {
|
|
|
|
|
margin: 40px auto !important;
|
|
|
|
|
}
|
|
|
|
|
}
|