You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
1.3 KiB

body{
font-family: Microsoft YaHei UI;
font-size: 14px;
}
/* button==== start */
.el-button{
width: 144px;
height: 46px;
font-family: Microsoft YaHei UI;
font-size: 14px;
letter-spacing: 0.08em;
display: flex;
align-items: center;
justify-content: center;
}
.el-button--normal{
color: #626573;
}
.el-button--mild{
background: #FFFFFF;
border: 1px solid #006AFF;
color: #006AFF;
}
.el-button--primary,.el-button--success,.el-button--info,.el-button--warning,.el-button--danger{
color: #fff !important;
}
.el-button--medium{//中等按钮
width: 97px;
height: 33px;
font-size: 14px;
line-height: 14px;
span{
height: 14px;
}
}
.el-button--small{//小的按钮
width: 80px;
height: 32px;
font-size: 12px;
}
.el-button--mini{ //迷你按钮
width: 80px;
height: 28px;
font-size: 12px;
}
/* button==== end */
// radio ---start
.el-radio__input.is-checked .el-radio__inner::after {
content: ''; /* 清空默认的伪元素内容 */
width: 14px;
height: 14px;
background-image: url('../../assets/radio_checked.svg'); /* 使用你的自定义图标 */
background-size: contain;
background-repeat: no-repeat;
}
.el-radio__label{
font-weight: normal;
}
// radio ---end
// input ---start
// input ---end