老产品前端代码
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.
 
 
 
 

292 lines
6.6 KiB

//新版
//紫色
.diy-button--purple {
background: linear-gradient(0deg, #7A58D1 0%, #8C91FF 100%) !important;
// border-radius: 3px !important;
color: #fff !important;
font-size: 14px !important;
border-color: #8C91FF !important;
min-width: 60px !important;
height: 32px !important;
line-height: 2px !important;
padding:0 8px !important;
}
//绿色
.diy-button--green {
background: linear-gradient(0deg, #33A8A6 0%, #29D2CE 100%) !important;
border-color: #29D2CE !important;
font-size: 14px !important;
color: #fff !important;
min-width: 60px !important;
height: 32px !important;
line-height: 2px !important;
padding:0 8px !important;
}
//蓝色
.diy-button--blue {
background: #0056D6 !important;
border-radius: 2px !important;
font-size: 14px !important;
color: #fff !important;
min-width: 60px !important;
height: 32px !important;
// line-height: 22px !important;
// padding:0 8px !important;
}
//黄色
.diy-button--yellow {
background: linear-gradient(0deg, #FAA700 0%, #FFBF28 100%) !important;
color: #fff !important;
font-size: 14px !important;
color: #fff !important;
min-width: 60px !important;
height: 32px !important;
line-height: 2px !important;
padding:0 8px !important;
}
//橙色
.diy-button--orange {
background: linear-gradient(0deg, #EE6436 1%, #FC8C6B 100%) !important;
border-color: #FC8C6B !important;
font-size: 14px !important;
color: #fff !important;
min-width: 60px !important;
height: 32px !important;
line-height: 2px !important;
padding:0 8px !important;
}
//红色
.diy-button--red {
background: linear-gradient(0deg, #DB3B3B 1%, #FF8080 100%) !important;
border-color: #FF8080 !important;
font-size: 14px !important;
color: #fff !important;
min-width: 60px !important;
height: 32px !important;
line-height: 2px !important;
padding:0 8px !important;
}
//灰色
.diy-button--gray {
background: linear-gradient(0deg, #A6C3D0, #FFFFFF) !important;
border-color: #A6C3D0 !important;
color: #002765 !important;
font-size: 14px !important;
min-width: 60px !important;
height: 32px !important;
line-height: 2px !important;
padding:0 8px !important;
}
//白色
.diy-button--white {
font-size: 14px !important;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #0056D6 !important;
// line-height: 22px !important;
min-width: 60px !important;
height: 32px !important;
// padding:0 8px !important;
background: #FFFFFF !important;
border-radius: 2px !important;
border: 1px solid #0056D6 !important;
}
//操作栏更多
.diy-button--other {
text-decoration: underline !important;
color: #002765 !important;
font-size: 14px !important;
// min-width: 60px !important;
// height: 32px !important;
// line-height: 2px !important;
// padding:0 8px !important;
}
//列表中操作按钮
//查看
.div-table-button--orange {
font-size: 14px !important;
font-family: Source Han Serif CN !important;
font-weight: 600 !important;
color: #FF8400 !important;
}
.div-table-button--blue {
font-size: 14px !important;
font-family: Source Han Serif CN !important;
font-weight: 600 !important;
color: #0056D6 !important;
}
.div-table-button--red {
font-size: 14px !important;
font-family: Source Han Serif CN !important;
font-weight: 600 !important;
color: #BB0000 !important;
}
.div-table-button--green {
font-size: 14px !important;
font-family: Source Han Serif CN !important;
font-weight: 600 !important;
color: #0192A3 !important;
}
//旧版--------弃用
//查询、确定
.diy-button--search {
color: #fff !important;
background-color: #3e8ef7 !important;
border-color: #3e8ef7 !important;
}
.diy-button--search:hover {
color: #fff !important;
background-color: #3e8ef7 !important;
border-color: #3e8ef7 !important;
}
.diy-button--search:focus {
color: #fff !important;
background-color: #3e8ef7 !important;
border-color: #3e8ef7 !important;
}
//重置、导出
.diy-button--reset {
color: #fff !important;
background-color: #feb349 !important;
border-color: #feb349 !important;
}
.diy-button--reset:hover {
color: #fff !important;
background-color: #feb349 !important;
border-color: #feb349 !important;
}
.diy-button--reset:focus {
color: #fff !important;
background-color: #feb349 !important;
border-color: #feb349 !important;
}
//新增
.diy-button--add {
color: #fff !important;
background-color: #22c1c3 !important;
border-color: #22c1c3 !important;
}
.diy-button--add:hover {
color: #fff !important;
background-color: #22c1c3 !important;
border-color: #22c1c3 !important;
}
.diy-button--add:focus {
color: #fff !important;
background-color: #22c1c3 !important;
border-color: #22c1c3 !important;
}
//删除、导入
.diy-button--delete {
color: #fff !important;
background-color: #fe6252 !important;
border-color: #fe6252 !important;
}
.diy-button--delete:hover {
color: #fff !important;
background-color: #fe6252 !important;
border-color: #fe6252 !important;
}
.diy-button--delete:focus {
color: #fff !important;
background-color: #fe6252 !important;
border-color: #fe6252 !important;
}
//下载模板
.diy-button--export {
color: #fff !important;
background-color: #3e8ef7 !important;
border-color: #3e8ef7 !important;
}
.diy-button--export:hover {
color: #fff !important;
background-color: #3e8ef7 !important;
border-color: #3e8ef7 !important;
}
.diy-button--export:focus {
color: #fff !important;
background-color: #3e8ef7 !important;
border-color: #3e8ef7 !important;
}
.diy-button--qrcode {
color: #fff !important;
background-color: #4ec591 !important;
border-color: #4ec591 !important;
}
//列表上方操作按钮,其他按钮
.diy-button--more {
color: #fff !important;
background-color: #23c1c4 !important;
border-color: #23c1c4 !important;
}
//table按钮样式
//查看
.div-table-button--detail {
color: #3e8ef7 !important;
text-decoration: underline !important;
}
//修改
.div-table-button--edit {
color: #00a7a9 !important;
text-decoration: underline !important;
}
//删除
.div-table-button--delete {
color: #d51010 !important;
text-decoration: underline !important;
}
//查看
.div-table-button--detail--noline {
color: #3e8ef7 !important;
}
//更多
.div-table-button--more {
color: #333333 !important;
text-decoration: underline !important;
}
//修改
.div-table-button--edit--noline {
color: #00a7a9 !important;
}
//删除
.div-table-button--delete--noline {
color: #d51010 !important;
}
//
.div-table-button--qr {
color: #4ec591 !important;
text-decoration: underline !important;
}