You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bocai_supplyChain_pc/src/style/index.less

246 lines
3.1 KiB
Plaintext

4 years ago
// 初始化页面样式
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;
}
4 years ago
4 years ago
body {
padding: 0;
// height: 3080px;
background-color: #eef1f5;
font-size: 18px;
4 years ago
text-align: center;
4 years ago
}
p {
font-size: 18px;
}
i {
font-style: normal;
}
4 years ago
4 years ago
// 字体图标
@font-face {
font-family: "iconfont"; /* Project id 3135652 */
4 years ago
src: url("../assets/fontfile/iconfont.woff2")
4 years ago
format("woff2"),
4 years ago
url("../assets/fontfile/iconfont.woff")
4 years ago
format("woff"),
4 years ago
url("../assets/fontfile/iconfont.ttf")
4 years ago
format("truetype");
}
.iconfont {
4 years ago
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-shibai:before {
content: "\e6ef";
}
.icon-chenggong:before {
content: "\e6ee";
}
.icon-weixuanzhong:before {
content: "\e6ed";
}
.icon-xuanzhong:before {
content: "\e6ec";
}
.icon-duanxinyanzheng:before {
content: "\e6ea";
}
.icon-shouji:before {
content: "\e6eb";
}
.icon-yonghuming:before {
content: "\e6e8";
}
.icon-mima:before {
content: "\e6e7";
}
.icon-weixin:before {
content: "\e6e9";
4 years ago
}
.icon-yigezhuanmenfuwudailidepingtai:before {
4 years ago
content: "\e6e4";
4 years ago
}
.icon-sologan:before {
4 years ago
content: "\e6e1";
4 years ago
}
.icon-guanggao:before {
4 years ago
content: "\e6e2";
4 years ago
}
.icon-xiala:before {
4 years ago
content: "\e6de";
4 years ago
}
.icon-dingwei:before {
4 years ago
content: "\e6df";
4 years ago
}
.icon-yonghu:before {
4 years ago
content: "\e6e0";
4 years ago
}
4 years ago
4 years ago
// 公用样式类名
.w {
width: 1200px;
margin: 0 auto;
}
.ant-cascader-menus {
ul {
height: auto;
// background-color: black;
// width: 100vw !important;
.ant-cascader-menu-item {
&: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;
4 years ago
}
.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(0,0,0,0.1);
background: rgba(0,0,0,0.1);
}
&::-webkit-scrollbar-track {/*滚动条里面轨道*/
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
border-radius: 0;
background: rgba(0,0,0,0.1);
}
4 years ago
}