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

260 lines
5.8 KiB

3 years ago
//新版
3 years ago
//紫色
3 years ago
.diy-button--purple {
3 years ago
background: linear-gradient(0deg, #7A58D1 0%, #8C91FF 100%) !important;
// border-radius: 3px !important;
color: #fff !important;
3 years ago
font-size: 14px !important;
3 years ago
border-color: #8C91FF !important;
3 years ago
min-width: 83px !important;
height: 29px !important;
line-height: 2px !important;
padding:0 8px !important;
3 years ago
}
//绿色
.diy-button--green {
background: linear-gradient(0deg, #33A8A6 0%, #29D2CE 100%) !important;
border-color: #29D2CE !important;
3 years ago
font-size: 14px !important;
color: #fff !important;
min-width: 83px !important;
height: 29px !important;
line-height: 2px !important;
padding:0 8px !important;
3 years ago
}
//蓝色
.diy-button--blue {
background: linear-gradient(0deg, #0062BB 0%, #0081EC 100%) !important;
border-color: #0081EC !important;
3 years ago
font-size: 14px !important;
color: #fff !important;
min-width: 83px !important;
height: 29px !important;
line-height: 2px !important;
padding:0 8px !important;
3 years ago
}
//黄色
.diy-button--yellow {
background: linear-gradient(0deg, #FAA700 0%, #FFBF28 100%) !important;
color: #fff !important;
font-size: 14px !important;
3 years ago
color: #fff !important;
min-width: 83px !important;
height: 29px !important;
line-height: 2px !important;
padding:0 8px !important;
3 years ago
}
3 years ago
3 years ago
//橙色
.diy-button--orange {
background: linear-gradient(0deg, #EE6436 1%, #FC8C6B 100%) !important;
border-color: #FC8C6B !important;
3 years ago
font-size: 14px !important;
color: #fff !important;
min-width: 83px !important;
height: 29px !important;
line-height: 2px !important;
padding:0 8px !important;
3 years ago
}
//红色
.diy-button--red {
background: linear-gradient(0deg, #DB3B3B 1%, #FF8080 100%) !important;
3 years ago
border-color: #FF8080 !important;
font-size: 14px !important;
3 years ago
color: #fff !important;
3 years ago
min-width: 83px !important;
height: 29px !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;
3 years ago
font-size: 14px !important;
3 years ago
min-width: 83px !important;
height: 29px !important;
line-height: 2px !important;
padding:0 8px !important;
3 years ago
}
//白色
.diy-button--white {
3 years ago
background-color:#fff!important;
border: 1px solid #3D77FF !important;
color: #0153B2 !important;
font-size: 14px !important;
min-width: 83px !important;
height: 29px !important;
line-height: 2px !important;
padding:0 8px !important;
}
//操作栏更多
.diy-button--other {
text-decoration: underline !important;
3 years ago
color: #002765 !important;
font-size: 14px !important;
3 years ago
// min-width: 83px !important;
// height: 29px !important;
// line-height: 2px !important;
// padding:0 8px !important;
3 years ago
}
//旧版--------弃用
4 years ago
//查询、确定
.diy-button--search {
color: #fff !important;
background-color: #3e8ef7 !important;
border-color: #3e8ef7 !important;
4 years ago
}
4 years ago
.diy-button--search:hover {
color: #fff !important;
background-color: #3e8ef7 !important;
border-color: #3e8ef7 !important;
4 years ago
}
4 years ago
.diy-button--search:focus {
color: #fff !important;
background-color: #3e8ef7 !important;
border-color: #3e8ef7 !important;
4 years ago
}
4 years ago
//重置、导出
.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;
}
4 years ago
.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;
}
4 years ago
//table按钮样式
//查看
.div-table-button--detail {
4 years ago
color: #3e8ef7 !important;
4 years ago
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;
4 years ago
}
4 years ago
//查看
.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;
}
4 years ago
//
.div-table-button--qr {
color: #4ec591 !important;
text-decoration: underline !important;
}