|
|
|
|
@import "http://at.alicdn.com/t/font_3135652_fha9d3mzga5.css";
|
|
|
|
|
// 初始化页面样式
|
|
|
|
|
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;
|
|
|
|
|
color: #4d575e;
|
|
|
|
|
font-family: PingFangSC, PingFangSC-Regular;
|
|
|
|
|
}
|
|
|
|
|
body,
|
|
|
|
|
button,
|
|
|
|
|
input,
|
|
|
|
|
select,
|
|
|
|
|
textarea {
|
|
|
|
|
// font: 12px/1.5 tahoma, arial, \5b8b, \4f53;
|
|
|
|
|
font-family: PingFangSC, PingFangSC-Regular;
|
|
|
|
|
}
|
|
|
|
|
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%;
|
|
|
|
|
}
|
|
|
|
|
button {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
&:focus-visible {
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
table {
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
border-spacing: 0;
|
|
|
|
|
}
|
|
|
|
|
html {
|
|
|
|
|
// width: 100%;
|
|
|
|
|
}
|
|
|
|
|
:root {
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
}
|
|
|
|
|
body {
|
|
|
|
|
padding: 0;
|
|
|
|
|
// height: 3080px;
|
|
|
|
|
// background-color: #eef1f5;
|
|
|
|
|
background-color: #f6f6f6;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
// width: 100vw;
|
|
|
|
|
// text-align: center;
|
|
|
|
|
}
|
|
|
|
|
p {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
}
|
|
|
|
|
i {
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
|
//svg图标
|
|
|
|
|
.icon {
|
|
|
|
|
width: 1em;
|
|
|
|
|
height: 1em;
|
|
|
|
|
vertical-align: -0.15em;
|
|
|
|
|
fill: currentColor;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
// 字体图标
|
|
|
|
|
// @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-sousuoxiala:before {
|
|
|
|
|
// content: "\e73f";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-shenfenzheng:before {
|
|
|
|
|
// content: "\e740";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-xiangzuoxuanzhuan:before {
|
|
|
|
|
// content: "\e744";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-xiangyouxuanzhuan:before {
|
|
|
|
|
// content: "\e746";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-rotatexuanzhuan2:before {
|
|
|
|
|
// content: "\e6e2";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-rotatexuanzhuan:before {
|
|
|
|
|
// content: "\e6eb";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-xuanzhuan:before {
|
|
|
|
|
// content: "\e652";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-zhengjian:before {
|
|
|
|
|
// content: "\e654";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-shangchuan:before {
|
|
|
|
|
// content: "\e73a";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-guanbi1:before {
|
|
|
|
|
// content: "\e739";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-yulan:before {
|
|
|
|
|
// content: "\e737";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-rili:before {
|
|
|
|
|
// content: "\e736";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-dingbulogo:before {
|
|
|
|
|
// content: "\e71d";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-weixin1:before {
|
|
|
|
|
// content: "\e716";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-gerenzhongxin-mima:before {
|
|
|
|
|
// content: "\e71c";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-bangdingyinhangka:before {
|
|
|
|
|
// content: "\e71b";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-gerenzhongxin:before {
|
|
|
|
|
// content: "\e719";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-zhanghaoshezhi:before {
|
|
|
|
|
// content: "\e71a";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-gerenzhongxin-bangdingshouji:before {
|
|
|
|
|
// content: "\e70c";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-shimingrenzheng:before {
|
|
|
|
|
// content: "\e70d";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-gongdan:before {
|
|
|
|
|
// content: "\e710";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-yue:before {
|
|
|
|
|
// content: "\e711";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-laoxiang:before {
|
|
|
|
|
// content: "\e715";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-jifen:before {
|
|
|
|
|
// content: "\e717";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-kaquan:before {
|
|
|
|
|
// content: "\e718";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-youjiantou:before {
|
|
|
|
|
// content: "\e68c";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-zanwukaquan:before {
|
|
|
|
|
// content: "\e714";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-zhengyan:before {
|
|
|
|
|
// content: "\e712";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-biyan:before {
|
|
|
|
|
// content: "\e713";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-zhongguoyinhang:before {
|
|
|
|
|
// content: "\e70a";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-zhongyuanyinhang:before {
|
|
|
|
|
// content: "\e70b";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-nongyeyinhang:before {
|
|
|
|
|
// content: "\e70f";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-guanbi:before {
|
|
|
|
|
// content: "\e701";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-guanbishixin:before {
|
|
|
|
|
// content: "\e8dc";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-morentouxiang:before {
|
|
|
|
|
// content: "\e700";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-touxiang:before {
|
|
|
|
|
// content: "\e620";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-xuanzhong:before {
|
|
|
|
|
// content: "\e6fe";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-weixuanzhong:before {
|
|
|
|
|
// content: "\e6ff";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-yigezhuanmenfuwudailidepingtai2:before {
|
|
|
|
|
// content: "\e6fa";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-yigezhuanmenfuwudailidepingtai:before {
|
|
|
|
|
// content: "\e6f8";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-xiala:before {
|
|
|
|
|
// content: "\e6f5";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-sousuo:before {
|
|
|
|
|
// content: "\e608";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .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-weixin:before {
|
|
|
|
|
// content: "\e6e9";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-sologan:before {
|
|
|
|
|
// content: "\e6e1";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-dingwei:before {
|
|
|
|
|
// content: "\e6df";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .icon-yonghu:before {
|
|
|
|
|
// content: "\e6e0";
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// 公用样式类名
|
|
|
|
|
.w {
|
|
|
|
|
width: 1200px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
.mb12 {
|
|
|
|
|
margin-bottom: 12px;
|
|
|
|
|
}
|
|
|
|
|
.mt20 {
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
}
|
|
|
|
|
// 日期选择框
|
|
|
|
|
.ant-calendar-picker-container-content {
|
|
|
|
|
margin-top: 3px;
|
|
|
|
|
// width: 341px !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-calendar-picker {
|
|
|
|
|
border-color: #d9d9d9 !important;
|
|
|
|
|
&:hover .ant-calendar-picker-input {
|
|
|
|
|
border-color: #d9d9d9 !important;
|
|
|
|
|
}
|
|
|
|
|
&:focus .ant-calendar-picker-input {
|
|
|
|
|
border-color: #d9d9d9 !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
// 面包屑样式
|
|
|
|
|
.ant-breadcrumb {
|
|
|
|
|
.ant-breadcrumb-link {
|
|
|
|
|
a:hover {
|
|
|
|
|
color: #ff6a00;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
// 分页器样式
|
|
|
|
|
.pagecontainer {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-bottom: 30px;
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
.ant-pagination-item-container {
|
|
|
|
|
.ant-pagination-item-link-icon {
|
|
|
|
|
color: #ff6a00;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-pagination-options-quick-jumper {
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
.ant-pagination-disabled {
|
|
|
|
|
a:hover {
|
|
|
|
|
color: #c5c5c5 !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.ant-pagination-next,
|
|
|
|
|
.ant-pagination-prev {
|
|
|
|
|
&:focus .ant-pagination-item-link {
|
|
|
|
|
color: #000000a6;
|
|
|
|
|
}
|
|
|
|
|
&:hover .ant-pagination-item-link {
|
|
|
|
|
color: #ff6a00;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
input[type="text"] {
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
border-color: transparent;
|
|
|
|
|
&:focus {
|
|
|
|
|
border: 1px solid #ff6a00;
|
|
|
|
|
}
|
|
|
|
|
&:hover {
|
|
|
|
|
border: 1px solid #ff6a00;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.ant-pagination-item {
|
|
|
|
|
border: none;
|
|
|
|
|
a:hover {
|
|
|
|
|
color: #ff6a00;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.ant-pagination-item-active {
|
|
|
|
|
background: #ff6a00;
|
|
|
|
|
a {
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
a:hover {
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.ant-pagination-item-link {
|
|
|
|
|
border: none;
|
|
|
|
|
// &:hover .anticon-right {
|
|
|
|
|
// color: #ff6a00;
|
|
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
// .anticon-right{
|
|
|
|
|
// color: #000000a6;
|
|
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-cascader-menus.monthlypay,
|
|
|
|
|
.ant-cascader-menus.agestr,
|
|
|
|
|
.ant-cascader-menus.gender {
|
|
|
|
|
// position: fixed !important;
|
|
|
|
|
// border-top: 1px solid #000;
|
|
|
|
|
width: 100vw;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
top: 144px !important;
|
|
|
|
|
-webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
|
|
|
|
|
box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
|
|
|
|
|
transition: none !important;
|
|
|
|
|
.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.slide-up-leave-active {
|
|
|
|
|
animation: none !important;
|
|
|
|
|
transition: none !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-cascader-menus.slide-up-enter-active {
|
|
|
|
|
animation: none !important;
|
|
|
|
|
transition: none !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-cascader-menus.slide-up-leave {
|
|
|
|
|
transition: none !important;
|
|
|
|
|
animation: none !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-cascader-menus.slide-up-enter {
|
|
|
|
|
animation: none !important;
|
|
|
|
|
transition: none !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-cascader-menus.flitercity {
|
|
|
|
|
left: calc((100vw - 1216px) / 2) !important;
|
|
|
|
|
top: 70px !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);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.logindropdown {
|
|
|
|
|
// left: 0;
|
|
|
|
|
left: calc((100vw - 1200px) / 2 + 1013px) !important;
|
|
|
|
|
.loginbox {
|
|
|
|
|
width: 180px;
|
|
|
|
|
// height: 114px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.4);
|
|
|
|
|
padding: 0 16px 16px 16px;
|
|
|
|
|
> div {
|
|
|
|
|
padding: 16px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
|
}
|
|
|
|
|
> a {
|
|
|
|
|
> div {
|
|
|
|
|
display: flex;
|
|
|
|
|
padding: 16px 0;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
// font-weight: bold;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
|
&:hover {
|
|
|
|
|
color: #ff6a00;
|
|
|
|
|
}
|
|
|
|
|
span {
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
i {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
vertical-align: baseline;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
button {
|
|
|
|
|
width: 130px;
|
|
|
|
|
height: 32px;
|
|
|
|
|
margin-top: 24px;
|
|
|
|
|
border: 1px solid rgba(77, 87, 94, 0.1);
|
|
|
|
|
border-radius: 17px;
|
|
|
|
|
color: #ff6a00;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 32px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.beforeblock {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
margin-top: -4px;
|
|
|
|
|
width: 4px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
margin-right: 8px;
|
|
|
|
|
background: #ff6a00;
|
|
|
|
|
}
|
|
|
|
|
h1.bottombox,
|
|
|
|
|
p.bottombox {
|
|
|
|
|
position: relative;
|
|
|
|
|
text-align: center;
|
|
|
|
|
// border-bottom: 1px solid #eeefef;
|
|
|
|
|
margin-top: 12px;
|
|
|
|
|
padding-bottom: 12px;
|
|
|
|
|
margin-bottom: 16px;
|
|
|
|
|
color: rgba(0, 0, 0, 0.85);
|
|
|
|
|
&::after {
|
|
|
|
|
content: "";
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 240px;
|
|
|
|
|
height: 1px;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: -20px;
|
|
|
|
|
background-color: #eeefef;
|
|
|
|
|
}
|
|
|
|
|
// i {
|
|
|
|
|
// display: inline-block;
|
|
|
|
|
// line-height: 20px;
|
|
|
|
|
// border-bottom: 3px solid #ff6a00;
|
|
|
|
|
// padding: 6px 0;
|
|
|
|
|
// }
|
|
|
|
|
}
|
|
|
|
|
.ant-cascader-menu,
|
|
|
|
|
.ant-modal-body {
|
|
|
|
|
// max-height: 300px !important;
|
|
|
|
|
&::-webkit-scrollbar {
|
|
|
|
|
/*滚动条整体样式*/
|
|
|
|
|
width: 7px; /*高宽分别对应横竖滚动条的尺寸*/
|
|
|
|
|
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);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.ant-select-dropdown-menu-item-active ,.ant-select-dropdown-menu-item-selected{
|
|
|
|
|
color: #ff6a00 !important;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
background-color: rgba(255, 106, 0,.1) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 面包屑样式
|
|
|
|
|
.ant-breadcrumb {
|
|
|
|
|
margin-top: 12px;
|
|
|
|
|
.ant-breadcrumb-link {
|
|
|
|
|
cursor: default;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
// 媒体查询
|
|
|
|
|
@media screen and (max-width: 1910px) {
|
|
|
|
|
.loginlogo {
|
|
|
|
|
margin: 40px auto !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
// 加载中的样式
|
|
|
|
|
.ant-spin-dot-item {
|
|
|
|
|
background-color: #fda21d;
|
|
|
|
|
}
|
|
|
|
|
.ant-spin-text {
|
|
|
|
|
color: #fda21d;
|
|
|
|
|
}
|
|
|
|
|
.ant-popover {
|
|
|
|
|
.ant-popover-content {
|
|
|
|
|
.ant-popover-inner-content {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 600px;
|
|
|
|
|
white-space: pre-wrap !important;
|
|
|
|
|
>div{
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 44px;
|
|
|
|
|
height: 22px;
|
|
|
|
|
right: 10px;
|
|
|
|
|
top: 10px;
|
|
|
|
|
border: 1px solid #ff6a00;
|
|
|
|
|
color: #ff6a00;
|
|
|
|
|
border-radius: 999px;
|
|
|
|
|
line-height:22px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
&:hover {
|
|
|
|
|
background-color: #ff6a00;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.xiangdan{
|
|
|
|
|
.ant-modal-content{
|
|
|
|
|
width: 600px;
|
|
|
|
|
max-height: calc(100vh - 40px);
|
|
|
|
|
.ant-modal-body{
|
|
|
|
|
padding-top: 36px;
|
|
|
|
|
position: relative;
|
|
|
|
|
min-height: 480px;
|
|
|
|
|
white-space: pre-wrap !important;
|
|
|
|
|
|
|
|
|
|
// max-height: ;
|
|
|
|
|
// background-color: #000;
|
|
|
|
|
.copy {
|
|
|
|
|
position: absolute;
|
|
|
|
|
padding: 0px 12px;
|
|
|
|
|
right: 20px;
|
|
|
|
|
top: 7px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
border: 1px solid #ff6a00;
|
|
|
|
|
color: #ff6a00;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
line-height: 22px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
&:hover {
|
|
|
|
|
color: #fff;
|
|
|
|
|
background-color: #ff6a00;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|