第一次提交
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"code": 1,
|
||||
"msg": "服务端清理缓存成功"
|
||||
}
|
||||
|
|
@ -0,0 +1,245 @@
|
|||
{
|
||||
"homeInfo": {
|
||||
"title": "首页",
|
||||
"href": "page/welcome-1.html?t=1"
|
||||
},
|
||||
"logoInfo": {
|
||||
"title": "LAYUI MINI",
|
||||
"image": "images/logo.png",
|
||||
"href": ""
|
||||
},
|
||||
"menuInfo": [
|
||||
{
|
||||
"title": "常规管理",
|
||||
"icon": "fa fa-address-book",
|
||||
"href": "",
|
||||
"target": "_self",
|
||||
"child": [
|
||||
{
|
||||
"title": "主页模板",
|
||||
"href": "",
|
||||
"icon": "fa fa-home",
|
||||
"target": "_self",
|
||||
"child": [
|
||||
{
|
||||
"title": "主页一",
|
||||
"href": "page/welcome-1.html",
|
||||
"icon": "fa fa-tachometer",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "主页二",
|
||||
"href": "page/welcome-2.html",
|
||||
"icon": "fa fa-tachometer",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "主页三",
|
||||
"href": "page/welcome-3.html",
|
||||
"icon": "fa fa-tachometer",
|
||||
"target": "_self"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "菜单管理",
|
||||
"href": "page/menu.html",
|
||||
"icon": "fa fa-window-maximize",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "系统设置",
|
||||
"href": "page/setting.html",
|
||||
"icon": "fa fa-gears",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "表格示例",
|
||||
"href": "page/table.html",
|
||||
"icon": "fa fa-file-text",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "表单示例",
|
||||
"href": "",
|
||||
"icon": "fa fa-calendar",
|
||||
"target": "_self",
|
||||
"child": [
|
||||
{
|
||||
"title": "普通表单",
|
||||
"href": "page/form.html",
|
||||
"icon": "fa fa-list-alt",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "分步表单",
|
||||
"href": "page/form-step.html",
|
||||
"icon": "fa fa-navicon",
|
||||
"target": "_self"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "登录模板",
|
||||
"href": "",
|
||||
"icon": "fa fa-flag-o",
|
||||
"target": "_self",
|
||||
"child": [
|
||||
{
|
||||
"title": "登录-1",
|
||||
"href": "page/login-1.html",
|
||||
"icon": "fa fa-stumbleupon-circle",
|
||||
"target": "_blank"
|
||||
},
|
||||
{
|
||||
"title": "登录-2",
|
||||
"href": "page/login-2.html",
|
||||
"icon": "fa fa-viacoin",
|
||||
"target": "_blank"
|
||||
},
|
||||
{
|
||||
"title": "登录-3",
|
||||
"href": "page/login-3.html",
|
||||
"icon": "fa fa-tags",
|
||||
"target": "_blank"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "异常页面",
|
||||
"href": "",
|
||||
"icon": "fa fa-home",
|
||||
"target": "_self",
|
||||
"child": [
|
||||
{
|
||||
"title": "404页面",
|
||||
"href": "page/404.html",
|
||||
"icon": "fa fa-hourglass-end",
|
||||
"target": "_self"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "其它界面",
|
||||
"href": "",
|
||||
"icon": "fa fa-snowflake-o",
|
||||
"target": "",
|
||||
"child": [
|
||||
{
|
||||
"title": "按钮示例",
|
||||
"href": "page/button.html",
|
||||
"icon": "fa fa-snowflake-o",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "弹出层",
|
||||
"href": "page/layer.html",
|
||||
"icon": "fa fa-shield",
|
||||
"target": "_self"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "组件管理",
|
||||
"icon": "fa fa-lemon-o",
|
||||
"href": "",
|
||||
"target": "_self",
|
||||
"child": [
|
||||
{
|
||||
"title": "图标列表",
|
||||
"href": "page/icon.html",
|
||||
"icon": "fa fa-dot-circle-o",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "图标选择",
|
||||
"href": "page/icon-picker.html",
|
||||
"icon": "fa fa-adn",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "颜色选择",
|
||||
"href": "page/color-select.html",
|
||||
"icon": "fa fa-dashboard",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "下拉选择",
|
||||
"href": "page/table-select.html",
|
||||
"icon": "fa fa-angle-double-down",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "文件上传",
|
||||
"href": "page/upload.html",
|
||||
"icon": "fa fa-arrow-up",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "富文本编辑器",
|
||||
"href": "page/editor.html",
|
||||
"icon": "fa fa-edit",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "省市县区选择器",
|
||||
"href": "page/area.html",
|
||||
"icon": "fa fa-rocket",
|
||||
"target": "_self"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "其它管理",
|
||||
"icon": "fa fa-slideshare",
|
||||
"href": "",
|
||||
"target": "_self",
|
||||
"child": [
|
||||
{
|
||||
"title": "多级菜单",
|
||||
"href": "",
|
||||
"icon": "fa fa-meetup",
|
||||
"target": "",
|
||||
"child": [
|
||||
{
|
||||
"title": "按钮1",
|
||||
"href": "page/button.html?v=1",
|
||||
"icon": "fa fa-calendar",
|
||||
"target": "_self",
|
||||
"child": [
|
||||
{
|
||||
"title": "按钮2",
|
||||
"href": "page/button.html?v=2",
|
||||
"icon": "fa fa-snowflake-o",
|
||||
"target": "_self",
|
||||
"child": [
|
||||
{
|
||||
"title": "按钮3",
|
||||
"href": "page/button.html?v=3",
|
||||
"icon": "fa fa-snowflake-o",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "表单4",
|
||||
"href": "page/form.html?v=1",
|
||||
"icon": "fa fa-calendar",
|
||||
"target": "_self"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "失效菜单",
|
||||
"href": "page/error.html",
|
||||
"icon": "fa fa-superpowers",
|
||||
"target": "_self"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,129 @@
|
|||
{
|
||||
"homeInfo": {
|
||||
"title": "首页",
|
||||
"href": "page/welcome/welcome-1.html?t=1"
|
||||
},
|
||||
"logoInfo": {
|
||||
"title": "运输车辆、吊车",
|
||||
"image": "images/logo.png",
|
||||
"href": ""
|
||||
},
|
||||
"menuInfo": [
|
||||
{
|
||||
"title": "常规管理",
|
||||
"icon": "fa fa-address-book",
|
||||
"href": "",
|
||||
"target": "_self",
|
||||
"child": [
|
||||
{
|
||||
"title": "基础管理",
|
||||
"href": "",
|
||||
"icon": "fa fa-cog",
|
||||
"target": "_self",
|
||||
"child": [
|
||||
{
|
||||
"title": "类型管理",
|
||||
"href": "page/car_basic/type_list.html",
|
||||
"icon": "fa fa-asterisk",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "供应商管理",
|
||||
"href": "page/car_basic/supplier_list.html",
|
||||
"icon": "fa fa-university",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "框架合同",
|
||||
"href": "page/car_basic/framework_contract_list.html",
|
||||
"icon": "fa fa-university",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "车辆管理",
|
||||
"href": "page/car_basic/car_list.html",
|
||||
"icon": "fa fa-asterisk",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "驾驶员管理",
|
||||
"href": "page/car_basic/driver_list.html",
|
||||
"icon": "fa fa-asterisk",
|
||||
"target": "_self"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "车辆需求计划管理",
|
||||
"href": "",
|
||||
"icon": "fa fa-cog",
|
||||
"target": "_self",
|
||||
"child": [
|
||||
{
|
||||
"title": "需求计划申请",
|
||||
"href": "page/car_demand_plan/apply_plan_list.html",
|
||||
"icon": "fa fa-asterisk",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "需求计划审核",
|
||||
"href": "page/car_demand_plan/apply_plan_audit_list.html",
|
||||
"icon": "fa fa-asterisk",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "紧急及内部用车",
|
||||
"href": "page/car_demand_plan/emerg_internal_car_list.html",
|
||||
"icon": "fa fa-asterisk",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "派车管理",
|
||||
"href": "page/car_demand_plan/dispatch_car_list.html",
|
||||
"icon": "fa fa-asterisk",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "派车录入",
|
||||
"href": "page/car_demand_plan/dispatch_input_list.html",
|
||||
"icon": "fa fa-asterisk",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "到货确认单",
|
||||
"href": "page/car_demand_plan/arrival_confirm_list.html",
|
||||
"icon": "fa fa-asterisk",
|
||||
"target": "_self"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "结算管理",
|
||||
"href": "",
|
||||
"icon": "fa fa-cog",
|
||||
"target": "_self",
|
||||
"child": [
|
||||
{
|
||||
"title": "分公司结算统计",
|
||||
"href": "page/car_settlement/branch_settlement_list.html",
|
||||
"icon": "fa fa-asterisk",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "供应商结算统计",
|
||||
"href": "page/car_settlement/sup_settlement_list.html",
|
||||
"icon": "fa fa-asterisk",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "付款单录入",
|
||||
"href": "page/car_settlement/payment_list.html",
|
||||
"icon": "fa fa-asterisk",
|
||||
"target": "_self"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,254 @@
|
|||
{
|
||||
"code": 0,
|
||||
"msg": "",
|
||||
"count": 19,
|
||||
"data": [
|
||||
{
|
||||
"authorityId": 1,
|
||||
"authorityName": "系统管理",
|
||||
"orderNumber": 1,
|
||||
"menuUrl": null,
|
||||
"menuIcon": "layui-icon-set",
|
||||
"createTime": "2018/06/29 11:05:41",
|
||||
"authority": null,
|
||||
"checked": 0,
|
||||
"updateTime": "2018/07/13 09:13:42",
|
||||
"isMenu": 0,
|
||||
"parentId": -1
|
||||
},
|
||||
{
|
||||
"authorityId": 2,
|
||||
"authorityName": "用户管理",
|
||||
"orderNumber": 2,
|
||||
"menuUrl": "system/user",
|
||||
"menuIcon": null,
|
||||
"createTime": "2018/06/29 11:05:41",
|
||||
"authority": null,
|
||||
"checked": 0,
|
||||
"updateTime": "2018/07/13 09:13:42",
|
||||
"isMenu": 0,
|
||||
"parentId": 1
|
||||
},
|
||||
{
|
||||
"authorityId": 3,
|
||||
"authorityName": "查询用户",
|
||||
"orderNumber": 3,
|
||||
"menuUrl": "",
|
||||
"menuIcon": "",
|
||||
"createTime": "2018/07/21 13:54:16",
|
||||
"authority": "user:view",
|
||||
"checked": 0,
|
||||
"updateTime": "2018/07/21 13:54:16",
|
||||
"isMenu": 1,
|
||||
"parentId": 2
|
||||
},
|
||||
{
|
||||
"authorityId": 4,
|
||||
"authorityName": "添加用户",
|
||||
"orderNumber": 4,
|
||||
"menuUrl": null,
|
||||
"menuIcon": null,
|
||||
"createTime": "2018/06/29 11:05:41",
|
||||
"authority": "user:add",
|
||||
"checked": 0,
|
||||
"updateTime": "2018/07/13 09:13:42",
|
||||
"isMenu": 1,
|
||||
"parentId": 2
|
||||
},
|
||||
{
|
||||
"authorityId": 5,
|
||||
"authorityName": "修改用户",
|
||||
"orderNumber": 5,
|
||||
"menuUrl": null,
|
||||
"menuIcon": null,
|
||||
"createTime": "2018/06/29 11:05:41",
|
||||
"authority": "user:edit",
|
||||
"checked": 0,
|
||||
"updateTime": "2018/07/13 09:13:42",
|
||||
"isMenu": 1,
|
||||
"parentId": 2
|
||||
},
|
||||
{
|
||||
"authorityId": 6,
|
||||
"authorityName": "删除用户",
|
||||
"orderNumber": 6,
|
||||
"menuUrl": null,
|
||||
"menuIcon": null,
|
||||
"createTime": "2018/06/29 11:05:41",
|
||||
"authority": "user:delete",
|
||||
"checked": 0,
|
||||
"updateTime": "2018/07/13 09:13:42",
|
||||
"isMenu": 1,
|
||||
"parentId": 2
|
||||
},
|
||||
{
|
||||
"authorityId": 7,
|
||||
"authorityName": "角色管理",
|
||||
"orderNumber": 7,
|
||||
"menuUrl": "system/role",
|
||||
"menuIcon": null,
|
||||
"createTime": "2018/06/29 11:05:41",
|
||||
"authority": null,
|
||||
"checked": 0,
|
||||
"updateTime": "2018/07/13 09:13:42",
|
||||
"isMenu": 0,
|
||||
"parentId": 1
|
||||
},
|
||||
{
|
||||
"authorityId": 8,
|
||||
"authorityName": "查询角色",
|
||||
"orderNumber": 8,
|
||||
"menuUrl": "",
|
||||
"menuIcon": "",
|
||||
"createTime": "2018/07/21 13:54:59",
|
||||
"authority": "role:view",
|
||||
"checked": 0,
|
||||
"updateTime": "2018/07/21 13:54:58",
|
||||
"isMenu": 1,
|
||||
"parentId": 7
|
||||
},
|
||||
{
|
||||
"authorityId": 9,
|
||||
"authorityName": "添加角色",
|
||||
"orderNumber": 9,
|
||||
"menuUrl": "",
|
||||
"menuIcon": "",
|
||||
"createTime": "2018/06/29 11:05:41",
|
||||
"authority": "role:add",
|
||||
"checked": 0,
|
||||
"updateTime": "2018/07/13 09:13:42",
|
||||
"isMenu": 1,
|
||||
"parentId": 7
|
||||
},
|
||||
{
|
||||
"authorityId": 10,
|
||||
"authorityName": "修改角色",
|
||||
"orderNumber": 10,
|
||||
"menuUrl": "",
|
||||
"menuIcon": "",
|
||||
"createTime": "2018/06/29 11:05:41",
|
||||
"authority": "role:edit",
|
||||
"checked": 0,
|
||||
"updateTime": "2018/07/13 09:13:42",
|
||||
"isMenu": 1,
|
||||
"parentId": 7
|
||||
},
|
||||
{
|
||||
"authorityId": 11,
|
||||
"authorityName": "删除角色",
|
||||
"orderNumber": 11,
|
||||
"menuUrl": "",
|
||||
"menuIcon": "",
|
||||
"createTime": "2018/06/29 11:05:41",
|
||||
"authority": "role:delete",
|
||||
"checked": 0,
|
||||
"updateTime": "2018/07/13 09:13:42",
|
||||
"isMenu": 1,
|
||||
"parentId": 7
|
||||
},
|
||||
{
|
||||
"authorityId": 12,
|
||||
"authorityName": "角色权限管理",
|
||||
"orderNumber": 12,
|
||||
"menuUrl": "",
|
||||
"menuIcon": "",
|
||||
"createTime": "2018/06/29 11:05:41",
|
||||
"authority": "role:auth",
|
||||
"checked": 0,
|
||||
"updateTime": "2018/07/13 15:27:18",
|
||||
"isMenu": 1,
|
||||
"parentId": 7
|
||||
},
|
||||
{
|
||||
"authorityId": 13,
|
||||
"authorityName": "权限管理",
|
||||
"orderNumber": 13,
|
||||
"menuUrl": "system/authorities",
|
||||
"menuIcon": null,
|
||||
"createTime": "2018/06/29 11:05:41",
|
||||
"authority": null,
|
||||
"checked": 0,
|
||||
"updateTime": "2018/07/13 15:45:13",
|
||||
"isMenu": 0,
|
||||
"parentId": 1
|
||||
},
|
||||
{
|
||||
"authorityId": 14,
|
||||
"authorityName": "查询权限",
|
||||
"orderNumber": 14,
|
||||
"menuUrl": "",
|
||||
"menuIcon": "",
|
||||
"createTime": "2018/07/21 13:55:57",
|
||||
"authority": "authorities:view",
|
||||
"checked": 0,
|
||||
"updateTime": "2018/07/21 13:55:56",
|
||||
"isMenu": 1,
|
||||
"parentId": 13
|
||||
},
|
||||
{
|
||||
"authorityId": 15,
|
||||
"authorityName": "添加权限",
|
||||
"orderNumber": 15,
|
||||
"menuUrl": "",
|
||||
"menuIcon": "",
|
||||
"createTime": "2018/06/29 11:05:41",
|
||||
"authority": "authorities:add",
|
||||
"checked": 0,
|
||||
"updateTime": "2018/06/29 11:05:41",
|
||||
"isMenu": 1,
|
||||
"parentId": 13
|
||||
},
|
||||
{
|
||||
"authorityId": 16,
|
||||
"authorityName": "修改权限",
|
||||
"orderNumber": 16,
|
||||
"menuUrl": "",
|
||||
"menuIcon": "",
|
||||
"createTime": "2018/07/13 09:13:42",
|
||||
"authority": "authorities:edit",
|
||||
"checked": 0,
|
||||
"updateTime": "2018/07/13 09:13:42",
|
||||
"isMenu": 1,
|
||||
"parentId": 13
|
||||
},
|
||||
{
|
||||
"authorityId": 17,
|
||||
"authorityName": "删除权限",
|
||||
"orderNumber": 17,
|
||||
"menuUrl": "",
|
||||
"menuIcon": "",
|
||||
"createTime": "2018/06/29 11:05:41",
|
||||
"authority": "authorities:delete",
|
||||
"checked": 0,
|
||||
"updateTime": "2018/06/29 11:05:41",
|
||||
"isMenu": 1,
|
||||
"parentId": 13
|
||||
},
|
||||
{
|
||||
"authorityId": 18,
|
||||
"authorityName": "登录日志",
|
||||
"orderNumber": 18,
|
||||
"menuUrl": "system/loginRecord",
|
||||
"menuIcon": null,
|
||||
"createTime": "2018/06/29 11:05:41",
|
||||
"authority": null,
|
||||
"checked": 0,
|
||||
"updateTime": "2018/06/29 11:05:41",
|
||||
"isMenu": 0,
|
||||
"parentId": 1
|
||||
},
|
||||
{
|
||||
"authorityId": 19,
|
||||
"authorityName": "查询登录日志",
|
||||
"orderNumber": 19,
|
||||
"menuUrl": "",
|
||||
"menuIcon": "",
|
||||
"createTime": "2018/07/21 13:56:43",
|
||||
"authority": "loginRecord:view",
|
||||
"checked": 0,
|
||||
"updateTime": "2018/07/21 13:56:43",
|
||||
"isMenu": 1,
|
||||
"parentId": 18
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,127 @@
|
|||
{
|
||||
"code": 0,
|
||||
"msg": "",
|
||||
"count": 1000,
|
||||
"data": [
|
||||
{
|
||||
"id": 10000,
|
||||
"username": "user-0",
|
||||
"sex": "女",
|
||||
"city": "城市-0",
|
||||
"sign": "签名-0",
|
||||
"experience": 255,
|
||||
"logins": 24,
|
||||
"wealth": 82830700,
|
||||
"classify": "作家",
|
||||
"score": 57
|
||||
},
|
||||
{
|
||||
"id": 10001,
|
||||
"username": "user-1",
|
||||
"sex": "男",
|
||||
"city": "城市-1",
|
||||
"sign": "签名-1",
|
||||
"experience": 884,
|
||||
"logins": 58,
|
||||
"wealth": 64928690,
|
||||
"classify": "词人",
|
||||
"score": 27
|
||||
},
|
||||
{
|
||||
"id": 10002,
|
||||
"username": "user-2",
|
||||
"sex": "女",
|
||||
"city": "城市-2",
|
||||
"sign": "签名-2",
|
||||
"experience": 650,
|
||||
"logins": 77,
|
||||
"wealth": 6298078,
|
||||
"classify": "酱油",
|
||||
"score": 31
|
||||
},
|
||||
{
|
||||
"id": 10003,
|
||||
"username": "user-3",
|
||||
"sex": "女",
|
||||
"city": "城市-3",
|
||||
"sign": "签名-3",
|
||||
"experience": 362,
|
||||
"logins": 157,
|
||||
"wealth": 37117017,
|
||||
"classify": "诗人",
|
||||
"score": 68
|
||||
},
|
||||
{
|
||||
"id": 10004,
|
||||
"username": "user-4",
|
||||
"sex": "男",
|
||||
"city": "城市-4",
|
||||
"sign": "签名-4",
|
||||
"experience": 807,
|
||||
"logins": 51,
|
||||
"wealth": 76263262,
|
||||
"classify": "作家",
|
||||
"score": 6
|
||||
},
|
||||
{
|
||||
"id": 10005,
|
||||
"username": "user-5",
|
||||
"sex": "女",
|
||||
"city": "城市-5",
|
||||
"sign": "签名-5",
|
||||
"experience": 173,
|
||||
"logins": 68,
|
||||
"wealth": 60344147,
|
||||
"classify": "作家",
|
||||
"score": 87
|
||||
},
|
||||
{
|
||||
"id": 10006,
|
||||
"username": "user-6",
|
||||
"sex": "女",
|
||||
"city": "城市-6",
|
||||
"sign": "签名-6",
|
||||
"experience": 982,
|
||||
"logins": 37,
|
||||
"wealth": 57768166,
|
||||
"classify": "作家",
|
||||
"score": 34
|
||||
},
|
||||
{
|
||||
"id": 10007,
|
||||
"username": "user-7",
|
||||
"sex": "男",
|
||||
"city": "城市-7",
|
||||
"sign": "签名-7",
|
||||
"experience": 727,
|
||||
"logins": 150,
|
||||
"wealth": 82030578,
|
||||
"classify": "作家",
|
||||
"score": 28
|
||||
},
|
||||
{
|
||||
"id": 10008,
|
||||
"username": "user-8",
|
||||
"sex": "男",
|
||||
"city": "城市-8",
|
||||
"sign": "签名-8",
|
||||
"experience": 951,
|
||||
"logins": 133,
|
||||
"wealth": 16503371,
|
||||
"classify": "词人",
|
||||
"score": 14
|
||||
},
|
||||
{
|
||||
"id": 10009,
|
||||
"username": "user-9",
|
||||
"sex": "女",
|
||||
"city": "城市-9",
|
||||
"sign": "签名-9",
|
||||
"experience": 484,
|
||||
"logins": 25,
|
||||
"wealth": 86801934,
|
||||
"classify": "词人",
|
||||
"score": 75
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"code": 0,
|
||||
"msg": "",
|
||||
"count": 16,
|
||||
"data": [
|
||||
{ "id":"001", "username":"张玉林", "sex":"女" },
|
||||
{ "id":"002", "username":"刘晓军", "sex":"男" },
|
||||
{ "id":"003", "username":"张恒", "sex":"男" },
|
||||
{ "id":"004", "username":"朱一", "sex":"男" },
|
||||
{ "id":"005", "username":"刘佳能", "sex":"女" },
|
||||
{ "id":"006", "username":"晓梅", "sex":"女" },
|
||||
{ "id":"007", "username":"马冬梅", "sex":"女" },
|
||||
{ "id":"008", "username":"刘晓庆", "sex":"女" },
|
||||
{ "id":"009", "username":"刘晓庆", "sex":"女" },
|
||||
{ "id":"010", "username":"刘晓庆", "sex":"女" },
|
||||
{ "id":"011", "username":"刘晓庆", "sex":"女" },
|
||||
{ "id":"012", "username":"刘晓庆", "sex":"女" },
|
||||
{ "id":"013", "username":"刘晓庆", "sex":"女" },
|
||||
{ "id":"014", "username":"刘晓庆", "sex":"女" },
|
||||
{ "id":"015", "username":"刘晓庆", "sex":"女" },
|
||||
{ "id":"016", "username":"刘晓庆", "sex":"女" }
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"code": 1,
|
||||
"msg": "上传成功",
|
||||
"data": {
|
||||
"url": [
|
||||
"../images/logo.png",
|
||||
"../images/captcha.jpg"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,60 @@
|
|||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 99%;
|
||||
}
|
||||
|
||||
.layout {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#main-box {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #fff;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#basic-box {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.title {
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
justify-content: start;
|
||||
padding: 0 0 0 20px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.title p {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
|
||||
}
|
||||
|
||||
.classTable {
|
||||
width: 98%;
|
||||
margin: 0 1% 0 1%;
|
||||
table-layout: fixed;
|
||||
text-align: center;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 1px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.classTable tr td,
|
||||
.classTable tr th {
|
||||
height: 50px;
|
||||
box-sizing: border-box;
|
||||
border: 1px solid #ddd;
|
||||
padding: 10px 20px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
.classTable tr:nth-child(odd) {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
|
|
@ -0,0 +1,233 @@
|
|||
.layout {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#no_data_title {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
flex-direction: column;
|
||||
justify-content: space-evenly;
|
||||
margin-top: 2%;
|
||||
}
|
||||
|
||||
#search-info {
|
||||
border-width: 1px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.title {
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
justify-content: start;
|
||||
}
|
||||
|
||||
.title p {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
|
||||
}
|
||||
|
||||
span.required {
|
||||
color: red;
|
||||
margin-left: 4px;
|
||||
font-weight: bold;
|
||||
line-height: 1.8em;
|
||||
top: 6px;
|
||||
right: 5px;
|
||||
}
|
||||
|
||||
.upload-file {
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
width: 200px;
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#test2 {
|
||||
width: 120px;
|
||||
height: 100px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
background: url("../../images/svg/u289.svg") no-repeat 0 0 / 100% 100%;
|
||||
}
|
||||
|
||||
#test3 {
|
||||
width: 159px;
|
||||
height: 100px;
|
||||
margin-left: 10px;
|
||||
background-color: rgb(240, 240, 240);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
background: url("../../images/car_icon.png") no-repeat 0 0 / 100% 100%;
|
||||
}
|
||||
#test4 {
|
||||
width: 159px;
|
||||
height: 100px;
|
||||
background-color: rgb(240, 240, 240);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
background: url("../../images/car_icon.png") no-repeat 0 0 / 100% 100%;
|
||||
}
|
||||
#test5 {
|
||||
width: 159px;
|
||||
height: 100px;
|
||||
background-color: rgb(240, 240, 240);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
background: url("../../images/svg/u326.svg") no-repeat 0 0 / 100% 100%;
|
||||
}
|
||||
#test6 {
|
||||
width: 120px;
|
||||
height: 100px;
|
||||
background-color: rgb(240, 240, 240);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
.upload-title {
|
||||
text-align: center;
|
||||
color: #666;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.uploader-list {
|
||||
margin-left: -15px;
|
||||
max-width: calc(100% - 200px);
|
||||
}
|
||||
|
||||
.uploader-list .handle {
|
||||
position: relative;
|
||||
background-color: red;
|
||||
color: white;
|
||||
filter: alpha(Opacity=80);
|
||||
-moz-opacity: 0.5;
|
||||
opacity: 1;
|
||||
/*width: 212px;*/
|
||||
text-align: right;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
border-radius: 18px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
left: 89%;
|
||||
margin-bottom: -12px;
|
||||
/*display: none;*/
|
||||
}
|
||||
|
||||
.uploader-list .handle p {
|
||||
font-size: 18px;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.uploader-list .handle i {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.uploader-list .handle i:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.uploader-list .file-iteme {
|
||||
margin: 0 0 0 10px;
|
||||
padding: 1px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.layui-upload-list {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.classTable {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
text-align: center;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 1px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.classTable tr td,
|
||||
.classTable tr th {
|
||||
height: 50px;
|
||||
box-sizing: border-box;
|
||||
border: 1px solid #ddd;
|
||||
padding: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.classTable tr th {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
|
||||
#baseTable tr td,
|
||||
#baseTable tr th {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/**自定义滚动条样式 */
|
||||
::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
height: 6px
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background-color: transparent;
|
||||
-webkit-border-radius: 2em;
|
||||
-moz-border-radius: 2em;
|
||||
border-radius: 2em;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: #9c9da0;
|
||||
-webkit-border-radius: 2em;
|
||||
-moz-border-radius: 2em;
|
||||
border-radius: 2em
|
||||
}
|
||||
|
||||
.layui-tab-brief>.layui-tab-title .layui-this {
|
||||
color: #409eff;
|
||||
}
|
||||
|
||||
.layui-tab-brief>.layui-tab-more li.layui-this:after,
|
||||
.layui-tab-brief>.layui-tab-title .layui-this:after {
|
||||
border-bottom: 2px solid #409eff;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #428bca;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:focus {
|
||||
color: #2a6496;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#layui-tab-brief {
|
||||
border: 1px solid #f2f2f2;
|
||||
border-radius: 5px;
|
||||
background-color: #ffffff;
|
||||
overflow-x: auto;
|
||||
/* 启用横向滚动 */
|
||||
white-space: nowrap;
|
||||
/* 不换行 */
|
||||
}
|
||||
|
|
@ -0,0 +1,65 @@
|
|||
.layout {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.layui-tab {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#main-box {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#detail-box {
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
background-color: #fff;
|
||||
border-radius: 5px;
|
||||
justify-content: start;
|
||||
}
|
||||
|
||||
.detail {
|
||||
flex-direction: column;
|
||||
align-items: baseline;
|
||||
justify-content: space-evenly;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#iframe-box {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
background-color: #fff;
|
||||
height: calc(100% - 50px);
|
||||
}
|
||||
.layui-tab-brief>.layui-tab-title .layui-this {
|
||||
color: #409eff;
|
||||
}
|
||||
|
||||
.layui-tab-brief>.layui-tab-more li.layui-this:after,
|
||||
.layui-tab-brief>.layui-tab-title .layui-this:after {
|
||||
border-bottom: 2px solid #409eff;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #428bca;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:focus {
|
||||
color: #2a6496;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#layui-tab-brief {
|
||||
border: 1px solid #f2f2f2;
|
||||
border-radius: 5px;
|
||||
background-color: #ffffff;
|
||||
overflow-x: auto;
|
||||
/* 启用横向滚动 */
|
||||
white-space: nowrap;
|
||||
/* 不换行 */
|
||||
}
|
||||
|
|
@ -0,0 +1,218 @@
|
|||
.layout {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#no_data_title {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
flex-direction: column;
|
||||
justify-content: space-evenly;
|
||||
margin-top: 2%;
|
||||
}
|
||||
|
||||
#search-info {
|
||||
border-width: 1px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.title {
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
justify-content: start;
|
||||
}
|
||||
|
||||
.title p {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
|
||||
}
|
||||
|
||||
span.required {
|
||||
color: red;
|
||||
margin-left: 4px;
|
||||
font-weight: bold;
|
||||
line-height: 1.8em;
|
||||
top: 6px;
|
||||
right: 5px;
|
||||
}
|
||||
|
||||
.upload-file {
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
width: 200px;
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#test2,
|
||||
#test3,
|
||||
#test4,
|
||||
#test5,
|
||||
#test6 {
|
||||
width: 159px;
|
||||
height: 100px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#test2 {
|
||||
background: url("../../images/card_1.png") no-repeat 0 0 / 100% 100%;
|
||||
}
|
||||
|
||||
#test3 {
|
||||
background: url("../../images/card_2.png") no-repeat 0 0 / 100% 100%;
|
||||
}
|
||||
|
||||
#test4 {
|
||||
background: url("../../images/svg/u242.svg") no-repeat 0 0 / 100% 100%;
|
||||
}
|
||||
|
||||
#test5 {
|
||||
background: url("../../images/svg/u248.svg") no-repeat 0 0 / 100% 100%;
|
||||
}
|
||||
|
||||
#test6 {
|
||||
width: 120px;
|
||||
height: 100px;
|
||||
background-color: rgb(240, 240, 240);
|
||||
}
|
||||
|
||||
.upload-title {
|
||||
text-align: center;
|
||||
color: #666;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.uploader-list {
|
||||
margin-left: -15px;
|
||||
max-width: calc(100% - 200px);
|
||||
}
|
||||
|
||||
.uploader-list .handle {
|
||||
position: relative;
|
||||
background-color: red;
|
||||
color: white;
|
||||
filter: alpha(Opacity=80);
|
||||
-moz-opacity: 0.5;
|
||||
opacity: 1;
|
||||
/*width: 212px;*/
|
||||
text-align: right;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
border-radius: 18px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
left: 89%;
|
||||
margin-bottom: -12px;
|
||||
/*display: none;*/
|
||||
}
|
||||
|
||||
.uploader-list .handle p {
|
||||
font-size: 18px;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.uploader-list .handle i {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.uploader-list .handle i:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.uploader-list .file-iteme {
|
||||
margin: 0 0 0 10px;
|
||||
padding: 1px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.layui-upload-list {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.classTable {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
text-align: center;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 1px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.classTable tr td,
|
||||
.classTable tr th {
|
||||
height: 50px;
|
||||
box-sizing: border-box;
|
||||
border: 1px solid #ddd;
|
||||
padding: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.classTable tr th {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
|
||||
#baseTable tr td,
|
||||
#baseTable tr th {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/**自定义滚动条样式 */
|
||||
::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
height: 6px
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background-color: transparent;
|
||||
-webkit-border-radius: 2em;
|
||||
-moz-border-radius: 2em;
|
||||
border-radius: 2em;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: #9c9da0;
|
||||
-webkit-border-radius: 2em;
|
||||
-moz-border-radius: 2em;
|
||||
border-radius: 2em
|
||||
}
|
||||
|
||||
.layui-tab-brief>.layui-tab-title .layui-this {
|
||||
color: #409eff;
|
||||
}
|
||||
|
||||
.layui-tab-brief>.layui-tab-more li.layui-this:after,
|
||||
.layui-tab-brief>.layui-tab-title .layui-this:after {
|
||||
border-bottom: 2px solid #409eff;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #428bca;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:focus {
|
||||
color: #2a6496;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#layui-tab-brief {
|
||||
border: 1px solid #f2f2f2;
|
||||
border-radius: 5px;
|
||||
background-color: #ffffff;
|
||||
overflow-x: auto;
|
||||
/* 启用横向滚动 */
|
||||
white-space: nowrap;
|
||||
/* 不换行 */
|
||||
}
|
||||
|
|
@ -0,0 +1,96 @@
|
|||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 99%;
|
||||
}
|
||||
|
||||
.layout {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#main-box {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #fff;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#basic-box {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.title {
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
justify-content: start;
|
||||
padding: 0 0 0 20px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.title p {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
|
||||
}
|
||||
|
||||
.classTable {
|
||||
width: 98%;
|
||||
margin: 0 1% 0 1%;
|
||||
table-layout: fixed;
|
||||
text-align: center;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 1px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.classTable tr td,
|
||||
.classTable tr th {
|
||||
height: 50px;
|
||||
box-sizing: border-box;
|
||||
border: 1px solid #ddd;
|
||||
padding: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
.classTable tr:nth-child(odd) {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
|
||||
.layui-tab-brief>.layui-tab-title .layui-this {
|
||||
color: #409eff;
|
||||
}
|
||||
|
||||
.layui-tab-brief>.layui-tab-more li.layui-this:after,
|
||||
.layui-tab-brief>.layui-tab-title .layui-this:after {
|
||||
border-bottom: 2px solid #409eff;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #428bca;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:focus {
|
||||
color: #2a6496;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#layui-tab-brief {
|
||||
border: 1px solid #f2f2f2;
|
||||
border-radius: 5px;
|
||||
background-color: #ffffff;
|
||||
overflow-x: auto;
|
||||
/* 启用横向滚动 */
|
||||
white-space: nowrap;
|
||||
/* 不换行 */
|
||||
}
|
||||
|
||||
.layui-tab-brief {
|
||||
padding: 0 10px;
|
||||
background-color: #fff;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
|
@ -0,0 +1,187 @@
|
|||
.layout {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#no_data_title {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
flex-direction: column;
|
||||
justify-content: space-evenly;
|
||||
margin-top: 2%;
|
||||
}
|
||||
|
||||
#search-info {
|
||||
border-width: 1px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.title {
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
justify-content: start;
|
||||
}
|
||||
|
||||
.title p {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
|
||||
}
|
||||
|
||||
span.required {
|
||||
color: red;
|
||||
margin-left: 4px;
|
||||
font-weight: bold;
|
||||
line-height: 1.8em;
|
||||
top: 6px;
|
||||
right: 5px;
|
||||
}
|
||||
|
||||
.upload-file {
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
width: 200px;
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#test2 {
|
||||
width: 120px;
|
||||
height: 100px;
|
||||
background-color: rgb(240, 240, 240);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.uploader-list {
|
||||
margin-left: -15px;
|
||||
max-width: calc(100% - 200px);
|
||||
}
|
||||
|
||||
.uploader-list .handle {
|
||||
position: relative;
|
||||
background-color: red;
|
||||
color: white;
|
||||
filter: alpha(Opacity=80);
|
||||
-moz-opacity: 0.5;
|
||||
opacity: 1;
|
||||
/*width: 212px;*/
|
||||
text-align: right;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
border-radius: 18px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
left: 87%;
|
||||
margin-bottom: -12px;
|
||||
/*display: none;*/
|
||||
}
|
||||
|
||||
.uploader-list .handle p {
|
||||
font-size: 18px;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.uploader-list .handle i {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.uploader-list .handle i:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.uploader-list .file-iteme {
|
||||
margin: 0 0 0 10px;
|
||||
padding: 1px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.layui-upload-list {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.classTable {
|
||||
width: 99.8%;
|
||||
table-layout: fixed;
|
||||
text-align: center;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 1px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.classTable tr td,
|
||||
.classTable tr th {
|
||||
height: 50px;
|
||||
box-sizing: border-box;
|
||||
border: 1px solid #ddd;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.classTable tr th {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
|
||||
#baseTable tr td,
|
||||
#baseTable tr th {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/**自定义滚动条样式 */
|
||||
::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
height: 6px
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background-color: transparent;
|
||||
-webkit-border-radius: 2em;
|
||||
-moz-border-radius: 2em;
|
||||
border-radius: 2em;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: #9c9da0;
|
||||
-webkit-border-radius: 2em;
|
||||
-moz-border-radius: 2em;
|
||||
border-radius: 2em
|
||||
}
|
||||
|
||||
.layui-tab-brief>.layui-tab-title .layui-this {
|
||||
color: #409eff;
|
||||
}
|
||||
|
||||
.layui-tab-brief>.layui-tab-more li.layui-this:after,
|
||||
.layui-tab-brief>.layui-tab-title .layui-this:after {
|
||||
border-bottom: 2px solid #409eff;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #428bca;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:focus {
|
||||
color: #2a6496;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#layui-tab-brief {
|
||||
border: 1px solid #f2f2f2;
|
||||
border-radius: 5px;
|
||||
background-color: #ffffff;
|
||||
overflow-x: auto;
|
||||
/* 启用横向滚动 */
|
||||
white-space: nowrap;
|
||||
/* 不换行 */
|
||||
}
|
||||
|
|
@ -0,0 +1,190 @@
|
|||
html,
|
||||
body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: 'Alibaba PuHuiTi R';
|
||||
color: #262626;
|
||||
}
|
||||
|
||||
#main-box {
|
||||
width: 100%;
|
||||
height: calc(100% - 100px);
|
||||
padding: 1%;
|
||||
box-sizing: border-box;
|
||||
overflow-y: auto;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
#left-box,
|
||||
#right-box {
|
||||
height: 100%;
|
||||
border: 1px solid #e9e9e9;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#left-box {
|
||||
width: 58%;
|
||||
}
|
||||
|
||||
#right-box {
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
#search-box,
|
||||
#oper-box {
|
||||
width: 100%;
|
||||
height: 60px;
|
||||
background-color: #f2f2f2;
|
||||
;
|
||||
}
|
||||
|
||||
#oper-box {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
#tree-box,
|
||||
#user-box {
|
||||
width: 100%;
|
||||
height: calc(100% - 60px);
|
||||
}
|
||||
|
||||
#tree-box {
|
||||
margin-top: 10px;
|
||||
height: calc(100% - 70px);
|
||||
}
|
||||
|
||||
#userTree {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#user-box img:nth-child(1) {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.user-data span {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.user-data {
|
||||
width: 80%;
|
||||
height: 40px;
|
||||
margin: 10px 10%;
|
||||
border: 1px solid #a0cfff;
|
||||
background-color: #409eff19;
|
||||
justify-content: space-between !important;
|
||||
}
|
||||
|
||||
.user-data>div {
|
||||
margin: 0 0 0 10px;
|
||||
}
|
||||
|
||||
.user-data>img {
|
||||
margin: 0 10px 0 0;
|
||||
}
|
||||
|
||||
.btn-box {
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.layout {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.layui-form-item {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/*dtree样式设置*/
|
||||
[class^="dtree-icon-"],
|
||||
[class*=" dtree-icon-"] {
|
||||
font-size: 20px !important;
|
||||
}
|
||||
|
||||
.dtree-laySimple-item:hover {
|
||||
background-color: #d2d2d2 !important;
|
||||
}
|
||||
|
||||
.dtree-laySimple-item cite {
|
||||
font-size: 16px !important;
|
||||
}
|
||||
|
||||
.dtree-theme-item cite {
|
||||
font-size: 16px !important;
|
||||
}
|
||||
|
||||
.dtree-theme-item:hover cite {
|
||||
color: #1E9FFF !important;
|
||||
}
|
||||
|
||||
.dtree-nav-this cite {
|
||||
color: #1E9FFF !important;
|
||||
}
|
||||
|
||||
.dtree-nav-div:hover cite {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
.dtree-toolbar .layui-nav-child dd a i {
|
||||
color: #1E9FFF !important;
|
||||
}
|
||||
|
||||
.dtree-toolbar-fixed a i {
|
||||
color: #1E9FFF !important;
|
||||
}
|
||||
|
||||
.dtree-laySimple-item-this {
|
||||
background-color: rgb(214 237 250) !important;
|
||||
}
|
||||
|
||||
.dtree-laySimple-item:hover {
|
||||
background-color: rgb(214 237 250) !important;
|
||||
}
|
||||
|
||||
.dtree-theme-item:hover {
|
||||
background-color: #d6edfa !important;
|
||||
}
|
||||
|
||||
.dtree-theme-item-this {
|
||||
background-color: #d6edfa !important;
|
||||
}
|
||||
|
||||
.dtree-theme-checkbox:hover,
|
||||
.dtree-theme-checkbox {
|
||||
color: #1E9FFF !important;
|
||||
}
|
||||
|
||||
/**自定义滚动条样式 */
|
||||
::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
height: 6px
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background-color: transparent;
|
||||
-webkit-border-radius: 2em;
|
||||
-moz-border-radius: 2em;
|
||||
border-radius: 2em;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: #9c9da0;
|
||||
-webkit-border-radius: 2em;
|
||||
-moz-border-radius: 2em;
|
||||
border-radius: 2em;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: #9c9da0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
@ -0,0 +1,77 @@
|
|||
.layout{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
#main-box {
|
||||
width: 100%;
|
||||
height: calc(100% - 130px);
|
||||
box-sizing: border-box;
|
||||
background-color: #fff;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#tree-box {
|
||||
width: 32%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.table-box{
|
||||
width: 67.5%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/*dtree样式设置*/
|
||||
[class^="dtree-icon-"],
|
||||
[class*=" dtree-icon-"] {
|
||||
font-size: 20px !important;
|
||||
}
|
||||
|
||||
.dtree-laySimple-item:hover {
|
||||
background-color: #d2d2d2 !important;
|
||||
}
|
||||
|
||||
.dtree-laySimple-item cite {
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
.dtree-theme-item cite {
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
.dtree-theme-item:hover cite {
|
||||
color: #1E9FFF !important;
|
||||
}
|
||||
|
||||
.dtree-nav-this cite {
|
||||
color: #1E9FFF !important;
|
||||
}
|
||||
|
||||
.dtree-nav-div:hover cite {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
.dtree-toolbar .layui-nav-child dd a i {
|
||||
color: #1E9FFF !important;
|
||||
}
|
||||
|
||||
.dtree-toolbar-fixed a i {
|
||||
color: #1E9FFF !important;
|
||||
}
|
||||
|
||||
.dtree-laySimple-item-this {
|
||||
background-color: rgb(214 237 250) !important;
|
||||
}
|
||||
|
||||
.dtree-laySimple-item:hover {
|
||||
background-color: rgb(214 237 250) !important;
|
||||
}
|
||||
|
||||
.dtree-theme-item:hover {
|
||||
background-color: #d6edfa !important;
|
||||
}
|
||||
|
||||
.dtree-theme-item-this {
|
||||
background-color: #d6edfa !important;
|
||||
}
|
||||
|
|
@ -0,0 +1,144 @@
|
|||
.layout {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0 15px 15px 15px;
|
||||
}
|
||||
|
||||
#main-box {
|
||||
width: 100%;
|
||||
padding: 0 1% 0 1%;
|
||||
box-sizing: border-box;
|
||||
background-color: #fff;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.title {
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
justify-content: start;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.title p {
|
||||
font-size: 14px !important;
|
||||
font-weight: bold;
|
||||
|
||||
}
|
||||
|
||||
#plan-detail-box {
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
#plan-detail-box>p,
|
||||
#plan-basic-box>p,
|
||||
#oper-record-box p,
|
||||
#implement-box p {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#plan-basic-box {
|
||||
width: 100%;
|
||||
flex-direction: column;
|
||||
align-items: baseline;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
.classTable {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
text-align: center;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 1px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.classTable tr td,
|
||||
.classTable tr th {
|
||||
height: 50px;
|
||||
box-sizing: border-box;
|
||||
border: 1px solid #ddd;
|
||||
padding: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.classTable tr td,
|
||||
.classTable tr th {
|
||||
width: 20%
|
||||
}
|
||||
|
||||
.classTable tr td:nth-child(1),
|
||||
.classTable tr th:nth-child(1) {
|
||||
width: 40%
|
||||
}
|
||||
|
||||
.classTable tr:nth-child(odd) {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
|
||||
#baseTable tr td,
|
||||
#baseTable tr th {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#implement-box {
|
||||
width: 100%;
|
||||
flex-direction: column;
|
||||
align-items: baseline;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
#oper-record-box {
|
||||
width: 100%;
|
||||
flex-direction: column;
|
||||
align-items: baseline;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
.layui-timeline {
|
||||
margin-top: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.oper-info {
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
.oper-info>div:nth-child(1) {
|
||||
width: 7%;
|
||||
height: 100%
|
||||
}
|
||||
|
||||
.oper-info>div:nth-child(2) {
|
||||
width: 73%;
|
||||
height: 100%
|
||||
}
|
||||
|
||||
.oper-info>div:nth-child(3) {
|
||||
width: 20%;
|
||||
height: 100%
|
||||
}
|
||||
|
||||
.user-oper {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.page-content {
|
||||
width: 100%;
|
||||
}
|
||||
@media print {
|
||||
.layui-table-page {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.layui-table-cell{
|
||||
width: 120px;
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,157 @@
|
|||
.layout {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#no_data_title {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
flex-direction: column;
|
||||
justify-content: space-evenly;
|
||||
margin-top: 2%;
|
||||
}
|
||||
|
||||
#search-info {
|
||||
border-width: 1px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.title {
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
justify-content: start;
|
||||
}
|
||||
|
||||
.title p {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
|
||||
}
|
||||
|
||||
span.required {
|
||||
color: red;
|
||||
margin-left: 4px;
|
||||
font-weight: bold;
|
||||
line-height: 1.8em;
|
||||
top: 6px;
|
||||
right: 5px;
|
||||
}
|
||||
|
||||
.upload-file {
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
width: 200px;
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#test2 {
|
||||
width: 120px;
|
||||
height: 100px;
|
||||
background-color: rgb(240, 240, 240);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.uploader-list {
|
||||
margin-left: -15px;
|
||||
max-width: calc(100% - 200px);
|
||||
}
|
||||
|
||||
.uploader-list .handle {
|
||||
position: relative;
|
||||
background-color: red;
|
||||
color: white;
|
||||
filter: alpha(Opacity=80);
|
||||
-moz-opacity: 0.5;
|
||||
opacity: 1;
|
||||
/*width: 212px;*/
|
||||
text-align: right;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
border-radius: 18px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
left: 87%;
|
||||
margin-bottom: -12px;
|
||||
/*display: none;*/
|
||||
}
|
||||
|
||||
.uploader-list .handle p {
|
||||
font-size: 18px;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.uploader-list .handle i {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.uploader-list .handle i:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.uploader-list .file-iteme {
|
||||
margin: 0 0 0 10px;
|
||||
padding: 1px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.layui-upload-list {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.classTable {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
text-align: center;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 1px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.classTable tr td,
|
||||
.classTable tr th {
|
||||
height: 50px;
|
||||
box-sizing: border-box;
|
||||
border: 1px solid #ddd;
|
||||
padding: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.classTable tr th {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
|
||||
#baseTable tr td,
|
||||
#baseTable tr th {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/**自定义滚动条样式 */
|
||||
::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
height: 6px
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background-color: transparent;
|
||||
-webkit-border-radius: 2em;
|
||||
-moz-border-radius: 2em;
|
||||
border-radius: 2em;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: #9c9da0;
|
||||
-webkit-border-radius: 2em;
|
||||
-moz-border-radius: 2em;
|
||||
border-radius: 2em
|
||||
}
|
||||
|
|
@ -0,0 +1,187 @@
|
|||
.layout {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0 15px 15px 15px;
|
||||
}
|
||||
|
||||
#main-box {
|
||||
width: 100%;
|
||||
padding: 0 1% 0 1%;
|
||||
box-sizing: border-box;
|
||||
background-color: #fff;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.title {
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
justify-content: start;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.title p {
|
||||
font-size: 14px !important;
|
||||
font-weight: bold;
|
||||
|
||||
}
|
||||
|
||||
#plan-detail-box {
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
#plan-detail-box>p,
|
||||
#plan-basic-box>p,
|
||||
#oper-record-box p,
|
||||
#implement-box p {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#plan-basic-box {
|
||||
width: 100%;
|
||||
height: 250px;
|
||||
flex-direction: column;
|
||||
align-items: baseline;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
.classTable {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
text-align: center;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 1px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.classTable tr td,
|
||||
.classTable tr th {
|
||||
height: 50px;
|
||||
box-sizing: border-box;
|
||||
border: 1px solid #ddd;
|
||||
padding: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.classTable tr td,
|
||||
.classTable tr th {
|
||||
width: 20%
|
||||
}
|
||||
|
||||
.classTable tr td:nth-child(1),
|
||||
.classTable tr th:nth-child(1) {
|
||||
width: 40%
|
||||
}
|
||||
|
||||
.classTable tr:nth-child(odd) {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
|
||||
|
||||
#baseTable thead tr {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
|
||||
#baseTable tr {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
#baseTable tr td,
|
||||
#baseTable tr th {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#implement-box {
|
||||
width: 100%;
|
||||
flex-direction: column;
|
||||
align-items: baseline;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
#oper-record-box {
|
||||
width: 100%;
|
||||
flex-direction: column;
|
||||
align-items: baseline;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
.layui-timeline {
|
||||
margin-top: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.oper-info {
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
.oper-info>div:nth-child(1) {
|
||||
width: 7%;
|
||||
height: 100%
|
||||
}
|
||||
|
||||
.oper-info>div:nth-child(2) {
|
||||
width: 73%;
|
||||
height: 100%
|
||||
}
|
||||
|
||||
.oper-info>div:nth-child(3) {
|
||||
width: 20%;
|
||||
height: 100%
|
||||
}
|
||||
|
||||
.user-oper {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.page-content {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.layui-tab-brief {
|
||||
border: 1px solid #f2f2f2;
|
||||
border-radius: 5px;
|
||||
background-color: #ffffff;
|
||||
height: 50px;
|
||||
overflow-x: auto;
|
||||
/* 启用横向滚动 */
|
||||
white-space: nowrap;
|
||||
/* 不换行 */
|
||||
}
|
||||
|
||||
.layui-tab-title {
|
||||
display: inline-block;
|
||||
height: 50px !important;
|
||||
/* 内联块级元素 */
|
||||
}
|
||||
|
||||
.layui-tab-brief::-webkit-scrollbar {
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.layui-tab-brief>.layui-tab-title .layui-this {
|
||||
color: #409eff;
|
||||
}
|
||||
|
||||
.layui-tab-brief>.layui-tab-more li.layui-this:after,
|
||||
.layui-tab-brief>.layui-tab-title .layui-this:after {
|
||||
border-bottom: 2px solid #409eff;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #428bca;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:focus {
|
||||
color: #2a6496;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
@ -0,0 +1,78 @@
|
|||
.layout {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#main-box {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#detail-box {
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
background-color: #fff;
|
||||
border-radius: 5px;
|
||||
justify-content: start;
|
||||
}
|
||||
|
||||
.detail {
|
||||
flex-direction: column;
|
||||
align-items: baseline;
|
||||
justify-content: space-evenly;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#iframe-box {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
background-color: #fff;
|
||||
height: calc(100% - 190px);
|
||||
}
|
||||
|
||||
.layui-tab-brief {
|
||||
border: 1px solid #f2f2f2;
|
||||
border-radius: 5px;
|
||||
background-color: #ffffff;
|
||||
height: 50px;
|
||||
overflow-x: auto;
|
||||
/* 启用横向滚动 */
|
||||
white-space: nowrap;
|
||||
/* 不换行 */
|
||||
}
|
||||
|
||||
.layui-tab-title {
|
||||
display: inline-block;
|
||||
height: 50px !important;
|
||||
/* 内联块级元素 */
|
||||
}
|
||||
|
||||
.layui-tab-brief::-webkit-scrollbar {
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.layui-tab-brief>.layui-tab-title .layui-this {
|
||||
color: #409eff;
|
||||
}
|
||||
|
||||
.layui-tab-brief>.layui-tab-more li.layui-this:after,
|
||||
.layui-tab-brief>.layui-tab-title .layui-this:after {
|
||||
border-bottom: 2px solid #409eff;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #428bca;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:focus {
|
||||
color: #2a6496;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.layuimini-container {
|
||||
height: 89%;
|
||||
}
|
||||
|
|
@ -0,0 +1,47 @@
|
|||
dispatch_car_list.table-box {
|
||||
width: 100%;
|
||||
height: calc(100% - 320px);
|
||||
}
|
||||
|
||||
.layout {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#data-overview {
|
||||
width: 100%;
|
||||
height: 120px;
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
#data-overview>div {
|
||||
width: 15%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.data-detail {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#data-overview p {
|
||||
margin: 2px 0 2px 0;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.common-style {
|
||||
width: 100%;
|
||||
justify-content: space-between;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.num-style {
|
||||
font-size: 28px;
|
||||
font-weight: bold;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.num-title {
|
||||
flex-direction: column;
|
||||
align-items: start;
|
||||
}
|
||||
|
|
@ -0,0 +1,79 @@
|
|||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 99%;
|
||||
margin: 0 15px 15px 15px;
|
||||
}
|
||||
|
||||
.layout {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#main-box {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #fff;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#basic-box {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.title {
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
justify-content: start;
|
||||
padding: 0 0 0 20px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.title p {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
|
||||
}
|
||||
|
||||
.layuimini-container {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#detail-box {
|
||||
width: 85%;
|
||||
height: 100px;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.num-box,
|
||||
.progress-box {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.progress-box {
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
.progress-box>div {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.num-box p:nth-child(1) {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.num-box p:nth-child(2) {
|
||||
color: #666;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
|
||||
#detail-box>div {
|
||||
margin: 0 20px;
|
||||
}
|
||||
|
||||
#detail-box img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
|
|
@ -0,0 +1,259 @@
|
|||
.layout {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
|
||||
#detail-box {
|
||||
width: 100%;
|
||||
height: 70px;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
#detail-box>div {
|
||||
margin: 0 20px 0 0;
|
||||
}
|
||||
|
||||
#detail-box img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
#no_data_title {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
flex-direction: column;
|
||||
justify-content: space-evenly;
|
||||
margin-top: 2%;
|
||||
}
|
||||
|
||||
#search-info {
|
||||
border-width: 1px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.title {
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
justify-content: start;
|
||||
}
|
||||
|
||||
.title p {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
|
||||
}
|
||||
|
||||
span.required {
|
||||
color: red;
|
||||
margin-left: 4px;
|
||||
font-weight: bold;
|
||||
line-height: 1.8em;
|
||||
top: 6px;
|
||||
right: 5px;
|
||||
}
|
||||
|
||||
.upload-file {
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
width: 200px;
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.test {
|
||||
width: 120px;
|
||||
height: 100px;
|
||||
background-color: rgb(240, 240, 240);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.uploader-list {
|
||||
margin-left: -15px;
|
||||
max-width: calc(100% - 200px);
|
||||
}
|
||||
|
||||
.uploader-list .handle {
|
||||
position: relative;
|
||||
background-color: red;
|
||||
color: white;
|
||||
filter: alpha(Opacity=80);
|
||||
-moz-opacity: 0.5;
|
||||
opacity: 1;
|
||||
/*width: 212px;*/
|
||||
text-align: right;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
border-radius: 18px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
left: 87%;
|
||||
margin-bottom: -12px;
|
||||
/*display: none;*/
|
||||
}
|
||||
|
||||
.uploader-list .handle p {
|
||||
font-size: 18px;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.uploader-list .handle i {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.uploader-list .handle i:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.uploader-list .file-iteme {
|
||||
margin: 0 0 0 10px;
|
||||
padding: 1px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.layui-upload-list {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.classTable {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
text-align: center;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 1px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.classTable tr td,
|
||||
.classTable tr th {
|
||||
height: 50px;
|
||||
box-sizing: border-box;
|
||||
border: 1px solid #ddd;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.classTable tr th {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
|
||||
.dispatch-box,
|
||||
.dispatch-box2 {
|
||||
border-radius: 6px;
|
||||
border: 1px solid #52c1f5;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.dispatch-box2 {
|
||||
border: 1px solid #73a0fa;
|
||||
;
|
||||
}
|
||||
|
||||
.dispatch-title,
|
||||
.dispatch-title2 {
|
||||
height: 50px;
|
||||
justify-content: start;
|
||||
background-color: #52c1f5;
|
||||
}
|
||||
|
||||
.dispatch-title2 {
|
||||
background-color: #73a0fa;
|
||||
}
|
||||
|
||||
.dispatch-title p,
|
||||
.dispatch-title img,
|
||||
.dispatch-title2 p,
|
||||
.dispatch-title2 img {
|
||||
margin: 0 5px;
|
||||
color: #fff;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
span a {
|
||||
margin-left: 10px;
|
||||
color: #409EFF;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.zjphoto {
|
||||
flex-direction: column;
|
||||
margin: 0 20px;
|
||||
}
|
||||
|
||||
.zjphoto img {
|
||||
width: 150px;
|
||||
height: 128px;
|
||||
}
|
||||
|
||||
.layui-tab-brief {
|
||||
border: 1px solid #f2f2f2;
|
||||
border-radius: 5px;
|
||||
background-color: #ffffff;
|
||||
height: 50px;
|
||||
overflow-x: auto;
|
||||
/* 启用横向滚动 */
|
||||
white-space: nowrap;
|
||||
/* 不换行 */
|
||||
}
|
||||
|
||||
.layui-tab-title {
|
||||
display: inline-block;
|
||||
height: 50px !important;
|
||||
/* 内联块级元素 */
|
||||
}
|
||||
|
||||
.layui-tab-brief::-webkit-scrollbar {
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.layui-tab-brief>.layui-tab-title .layui-this {
|
||||
color: #409eff;
|
||||
}
|
||||
|
||||
.layui-tab-brief>.layui-tab-more li.layui-this:after,
|
||||
.layui-tab-brief>.layui-tab-title .layui-this:after {
|
||||
border-bottom: 2px solid #409eff;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #428bca;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:focus {
|
||||
color: #2a6496;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/**自定义滚动条样式 */
|
||||
::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
height: 6px
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background-color: transparent;
|
||||
-webkit-border-radius: 2em;
|
||||
-moz-border-radius: 2em;
|
||||
border-radius: 2em;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: #9c9da0;
|
||||
-webkit-border-radius: 2em;
|
||||
-moz-border-radius: 2em;
|
||||
border-radius: 2em
|
||||
}
|
||||
|
|
@ -0,0 +1,142 @@
|
|||
.title {
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
justify-content: start;
|
||||
}
|
||||
|
||||
.title p {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
|
||||
}
|
||||
|
||||
span.required {
|
||||
color: red;
|
||||
margin-left: 4px;
|
||||
font-weight: bold;
|
||||
line-height: 1.8em;
|
||||
top: 6px;
|
||||
right: 5px;
|
||||
}
|
||||
|
||||
.upload-file {
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
width: 200px;
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#test2 {
|
||||
width: 120px;
|
||||
height: 100px;
|
||||
background-color: rgb(240, 240, 240);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.uploader-list {
|
||||
margin-left: -15px;
|
||||
max-width: calc(100% - 200px);
|
||||
}
|
||||
|
||||
.uploader-list .handle {
|
||||
position: relative;
|
||||
background-color: red;
|
||||
color: white;
|
||||
filter: alpha(Opacity=80);
|
||||
-moz-opacity: 0.5;
|
||||
opacity: 1;
|
||||
/*width: 212px;*/
|
||||
text-align: right;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
border-radius: 18px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
left: 87%;
|
||||
margin-bottom: -12px;
|
||||
/*display: none;*/
|
||||
}
|
||||
|
||||
.uploader-list .handle p {
|
||||
font-size: 18px;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.uploader-list .handle i {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.uploader-list .handle i:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.uploader-list .file-iteme {
|
||||
margin: 0 0 0 10px;
|
||||
padding: 1px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.layui-upload-list {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.layuimini-form>.layui-form-item>.layui-inline>.layui-input-inline {
|
||||
width: 190px !important;
|
||||
}
|
||||
|
||||
.classTable {
|
||||
width: 99.8%;
|
||||
table-layout: fixed;
|
||||
text-align: center;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 1px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.classTable tr td,
|
||||
.classTable tr th {
|
||||
height: 50px;
|
||||
box-sizing: border-box;
|
||||
border: 1px solid #ddd;
|
||||
padding: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.classTable tr th {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
|
||||
#baseTable tr td,
|
||||
#baseTable tr th {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/**自定义滚动条样式 */
|
||||
::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
height: 6px
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background-color: transparent;
|
||||
-webkit-border-radius: 2em;
|
||||
-moz-border-radius: 2em;
|
||||
border-radius: 2em;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: #9c9da0;
|
||||
-webkit-border-radius: 2em;
|
||||
-moz-border-radius: 2em;
|
||||
border-radius: 2em
|
||||
}
|
||||
|
|
@ -0,0 +1,92 @@
|
|||
body {
|
||||
margin: 0 15px 15px 15px;
|
||||
}
|
||||
|
||||
.layuimini-container {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#main-box {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#basic-box {
|
||||
width: 100%;
|
||||
flex-direction: column;
|
||||
justify-content: space-evenly;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
|
||||
#operBox,
|
||||
#qrCodeBox {
|
||||
width: 100%;
|
||||
height: 25%;
|
||||
flex-direction: column;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
.layout {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.title {
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.title p {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.check {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.qrcode-box {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.qrcode-child-box {
|
||||
width: 100%;
|
||||
flex-wrap: wrap;
|
||||
justify-content: start;
|
||||
}
|
||||
|
||||
.qrcode {
|
||||
border: 1px solid #f2f2f2;
|
||||
border-radius: 3px;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
flex-direction: column;
|
||||
cursor: pointer;
|
||||
justify-content: space-evenly;
|
||||
margin: 0 20px 20px 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.check {
|
||||
border: 1px solid #a0cfff;
|
||||
background-color: #f7f8fc;
|
||||
}
|
||||
|
||||
.qrcode-info {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
.qrcode input {
|
||||
margin-left: 70%;
|
||||
}
|
||||
|
||||
.qrcode:hover {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
|
|
@ -0,0 +1,41 @@
|
|||
body {
|
||||
margin: 0 15px 15px 15px;
|
||||
}
|
||||
|
||||
#main-box {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #fff;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#basic-box {
|
||||
width: 100%;
|
||||
height: calc(100% - 120px);
|
||||
flex-direction: column;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
|
||||
#operBox,
|
||||
#qrCodeBox {
|
||||
width: 100%;
|
||||
height: 25%;
|
||||
flex-direction: column;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
.layout {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.btn-box {
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
|
@ -0,0 +1,69 @@
|
|||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 99%;
|
||||
margin: 0 15px 15px 15px;
|
||||
}
|
||||
|
||||
.layout {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#main-box {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #fff;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#basic-box {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.title {
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
justify-content: start;
|
||||
padding: 0 0 0 20px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.title p {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
|
||||
}
|
||||
|
||||
.layuimini-container {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#detail-box {
|
||||
width: 85%;
|
||||
height: 100px;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.num-box,
|
||||
.progress-box {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.progress-box {
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
.progress-box>div {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#detail-box>div {
|
||||
margin: 0 20px;
|
||||
}
|
||||
|
||||
#detail-box img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
|
|
@ -0,0 +1,72 @@
|
|||
.table-box {
|
||||
width: 100%;
|
||||
height: calc(100% - 330px);
|
||||
}
|
||||
|
||||
.layout {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#data-overview {
|
||||
width: 100%;
|
||||
height: 130px;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.data-detail {
|
||||
flex-direction: column;
|
||||
width: 236px !important;
|
||||
height: 130px !important;
|
||||
align-items: start;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
.data-detail:nth-child(1) {
|
||||
background: url("../../images/svg/1.svg") no-repeat 0 0 / 100% 100%;
|
||||
}
|
||||
.data-detail:nth-child(2) {
|
||||
background: url("../../images/svg/2.svg") no-repeat 0 0 / 100% 100%;
|
||||
}
|
||||
.data-detail:nth-child(3) {
|
||||
background: url("../../images/svg/3.svg") no-repeat 0 0 / 100% 100%;
|
||||
}
|
||||
.data-detail:nth-child(4) {
|
||||
background: url("../../images/svg/4.svg") no-repeat 0 0 / 100% 100%;
|
||||
}
|
||||
.data-detail:nth-child(5) {
|
||||
background: url("../../images/svg/5.svg") no-repeat 0 0 / 100% 100%;
|
||||
}
|
||||
.data-detail:nth-child(6) {
|
||||
background: url("../../images/svg/6.svg") no-repeat 0 0 / 100% 100%;
|
||||
}
|
||||
|
||||
|
||||
#data-overview p {
|
||||
margin: 0 20px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
#data-overview p>span:nth-child(1) {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
color: #000;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.common-style {
|
||||
width: 100%;
|
||||
justify-content: space-between;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.num-style {
|
||||
font-size: 28px;
|
||||
font-weight: bold;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.num-title {
|
||||
flex-direction: column;
|
||||
align-items: start;
|
||||
}
|
||||
|
|
@ -0,0 +1,297 @@
|
|||
.layout {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#no_data_title {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
flex-direction: column;
|
||||
justify-content: space-evenly;
|
||||
margin-top: 2%;
|
||||
}
|
||||
|
||||
#search-info {
|
||||
border-width: 1px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.title {
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
justify-content: start;
|
||||
}
|
||||
|
||||
.title p {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
|
||||
}
|
||||
|
||||
span.required {
|
||||
color: red;
|
||||
margin-left: 4px;
|
||||
font-weight: bold;
|
||||
line-height: 1.8em;
|
||||
top: 6px;
|
||||
right: 5px;
|
||||
}
|
||||
|
||||
.upload-file {
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
width: 200px;
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#test2 {
|
||||
width: 120px;
|
||||
height: 100px;
|
||||
background-color: rgb(240, 240, 240);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.uploader-list {
|
||||
margin-left: -15px;
|
||||
max-width: calc(100% - 200px);
|
||||
}
|
||||
|
||||
.uploader-list .handle {
|
||||
position: relative;
|
||||
background-color: red;
|
||||
color: white;
|
||||
filter: alpha(Opacity=80);
|
||||
-moz-opacity: 0.5;
|
||||
opacity: 1;
|
||||
/*width: 212px;*/
|
||||
text-align: right;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
border-radius: 18px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
left: 87%;
|
||||
margin-bottom: -12px;
|
||||
/*display: none;*/
|
||||
}
|
||||
|
||||
.uploader-list .handle p {
|
||||
font-size: 18px;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.uploader-list .handle i {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.uploader-list .handle i:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.uploader-list .file-iteme {
|
||||
margin: 0 0 0 10px;
|
||||
padding: 1px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.layui-upload-list {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#dispatch-car-table2{
|
||||
margin-top: 10px;
|
||||
}
|
||||
.classTable {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
text-align: center;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 1px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.classTable tr td,
|
||||
.classTable tr th {
|
||||
height: 50px;
|
||||
box-sizing: border-box;
|
||||
border: 1px solid #ddd;
|
||||
padding: 10px 20px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.classTable tr th {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
|
||||
#baseTable tr td,
|
||||
#baseTable tr th {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
/* 表格样式 start */
|
||||
.table {
|
||||
width: 100%;
|
||||
overflow-x: auto;
|
||||
cursor: pointer;
|
||||
table-layout: fixed !important;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.layui-table-cell {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.layui-table-cell a {
|
||||
color: #2F82FB;
|
||||
font-size: 15px;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.splitLine {
|
||||
color: #D9D9D9;
|
||||
margin: 0 6px;
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.layui-table-view .layui-table th {
|
||||
font-size: 18px;
|
||||
color: #262626;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.layui-table,
|
||||
.layui-table-view {
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
|
||||
.layui-table-view .layui-table td {
|
||||
font-size: 15px;
|
||||
color: #262626;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.layui-table thead tr {
|
||||
background-color: #f0f0f0;
|
||||
height: 50px;
|
||||
font-size: 18px;
|
||||
color: #262626 !important;
|
||||
}
|
||||
|
||||
.layui-table-header {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.layui-table td,
|
||||
.layui-table th,
|
||||
.layui-table-col-set,
|
||||
.layui-table-fixed-r,
|
||||
.layui-table-grid-down,
|
||||
.layui-table-header,
|
||||
.layui-table-page,
|
||||
.layui-table-tips-main,
|
||||
.layui-table-tool,
|
||||
.layui-table-total,
|
||||
.layui-table-view,
|
||||
.layui-table[lay-skin="line"],
|
||||
.layui-table[lay-skin="row"] {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.layui-table td {
|
||||
border-bottom: 1px solid #d9d9d9;
|
||||
}
|
||||
|
||||
.layui-table tbody tr {
|
||||
background-color: #fff;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
#layui-table-page1 {
|
||||
float: right !important;
|
||||
}
|
||||
|
||||
#layui-table-page2 {
|
||||
float: right !important;
|
||||
}
|
||||
|
||||
.layui-laypage .layui-laypage-curr .layui-laypage-em {
|
||||
background-color: #1890FF;
|
||||
}
|
||||
|
||||
.layui-laypage a:hover {
|
||||
color: #1890FF;
|
||||
}
|
||||
|
||||
.layui-laypage input:focus,
|
||||
.layui-laypage select:focus {
|
||||
border-color: #1890FF !important
|
||||
}
|
||||
|
||||
.layui-laypage-default a,
|
||||
.layui-laypage-default span {
|
||||
font-size: 16px;
|
||||
color: #262626 !important;
|
||||
}
|
||||
|
||||
.layui-table-page select {
|
||||
height: 24px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.layui-laypage input,
|
||||
.layui-laypage select {
|
||||
border-color: #d9d9d9 !important;
|
||||
background-color: transparent;
|
||||
color: #262626 !important;
|
||||
}
|
||||
|
||||
.layui-table-page .layui-laypage button {
|
||||
background: transparent;
|
||||
color: #262626;
|
||||
border: 1px solid #d9d9d9;
|
||||
}
|
||||
|
||||
.layui-table-body {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.layui-table-cell {
|
||||
height: auto;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
/* 表格样式 end */
|
||||
|
||||
/**自定义滚动条样式 */
|
||||
::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
height: 6px
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background-color: transparent;
|
||||
-webkit-border-radius: 2em;
|
||||
-moz-border-radius: 2em;
|
||||
border-radius: 2em;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: #9c9da0;
|
||||
-webkit-border-radius: 2em;
|
||||
-moz-border-radius: 2em;
|
||||
border-radius: 2em
|
||||
}
|
||||
|
|
@ -0,0 +1,82 @@
|
|||
html,
|
||||
body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: 'Alibaba PuHuiTi R';
|
||||
color: #262626;
|
||||
}
|
||||
|
||||
#main-box {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 1%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#basic-box {
|
||||
width: 100%;
|
||||
height: calc(100% - 80px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.btn-box {
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.layout{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/**必填红点 */
|
||||
.layuimini-form>.layui-form-item>.required:after,
|
||||
.layuimini-form>.layui-form-item>.layui-inline>.required:after{
|
||||
content: '*';
|
||||
color: red;
|
||||
position: absolute;
|
||||
margin-left: 4px;
|
||||
font-weight: bold;
|
||||
line-height: 1.8em;
|
||||
top: 6px;
|
||||
right: 5px;
|
||||
}
|
||||
|
||||
.layuimini-form>.layui-form-item>.layui-inline>.layui-input-inline {
|
||||
width: 300px !important;
|
||||
}
|
||||
|
||||
.layuimini-form>.layui-form-item>.layui-input-block>tip {
|
||||
display: inline-block;
|
||||
margin-top: 10px;
|
||||
line-height: 10px;
|
||||
font-size: 10px;
|
||||
color: #a29c9c;
|
||||
}
|
||||
|
||||
/**自定义滚动条样式 */
|
||||
::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
height: 6px
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background-color: transparent;
|
||||
-webkit-border-radius: 2em;
|
||||
-moz-border-radius: 2em;
|
||||
border-radius: 2em;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: #9c9da0;
|
||||
-webkit-border-radius: 2em;
|
||||
-moz-border-radius: 2em;
|
||||
border-radius: 2em
|
||||
}
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
@font-face {
|
||||
font-family: 'zcoolqingkehuangyouti';
|
||||
src: url('../font/zcoolqingkehuangyouti-Regular.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: auto;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Alibaba PuHuiTi R';
|
||||
src: url('../font/Alibaba-PuHuiTi-R.ttf') format('truetype');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: auto;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'AlimamaShuHeiTi';
|
||||
src: url('../font/AlimamaShuHeiTi-Bold.ttf') format('truetype');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: auto;
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,927 @@
|
|||
/**
|
||||
配色方案(如有需要,请自行配置)
|
||||
*/
|
||||
/**头部-配色*/
|
||||
.layui-layout-admin .layui-header {
|
||||
background-color: #1aa094 !important;
|
||||
}
|
||||
|
||||
.layui-header > ul > .layui-nav-item.layui-this, .layuimini-tool i:hover {
|
||||
background-color: #197971 !important;
|
||||
}
|
||||
|
||||
.layui-header .layuimini-header-content > ul > .layui-nav-item.layui-this, .layuimini-tool i:hover {
|
||||
background-color: #197971 !important;
|
||||
}
|
||||
|
||||
/**logo-配色*/
|
||||
.layui-layout-admin .layuimini-logo {
|
||||
background-color: #243346 !important;
|
||||
}
|
||||
|
||||
/**左侧-配色*/
|
||||
.layui-side.layui-bg-black, .layui-side.layui-bg-black > .layuimini-menu-left > ul {
|
||||
background-color: #2f4056 !important;
|
||||
}
|
||||
|
||||
.layuimini-menu-left .layui-nav .layui-nav-child a:hover:not(.layui-this) {
|
||||
background-color: #3b3f4b;
|
||||
}
|
||||
|
||||
/**左侧菜单选中-配色*/
|
||||
.layui-layout-admin .layui-nav-tree .layui-this, .layui-layout-admin .layui-nav-tree .layui-this > a, .layui-layout-admin .layui-nav-tree .layui-nav-child dd.layui-this, .layui-layout-admin .layui-nav-tree .layui-nav-child dd.layui-this a {
|
||||
background-color: #1aa094 !important;
|
||||
}
|
||||
|
||||
|
||||
/**头部样式 */
|
||||
.layui-layout-admin .header {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.layuimini-header-menu, .layui-header {
|
||||
height: 60px !important;
|
||||
}
|
||||
|
||||
.layuimini-header-menu > .layui-nav-item {
|
||||
color: #1b1d21;
|
||||
height: 60px !important;
|
||||
line-height: 60px !important;
|
||||
}
|
||||
|
||||
.layui-header > .layui-layout-right > .layui-nav-item {
|
||||
height: 60px !important;
|
||||
line-height: 60px !important;
|
||||
}
|
||||
|
||||
.layui-layout-left {
|
||||
left: 295px !important;
|
||||
}
|
||||
|
||||
.layui-nav.layui-layout-left.layuimini-header-menu.layuimini-pc-show {
|
||||
font-weight: bold;
|
||||
transition: all .2s;
|
||||
}
|
||||
|
||||
|
||||
/**logo演示(通用) */
|
||||
.layui-layout-admin .layuimini-logo {
|
||||
font-weight: bold;
|
||||
color: #ffffff !important;
|
||||
height: 60px !important;
|
||||
line-height: 60px !important;
|
||||
overflow: hidden;
|
||||
line-height: 64px;
|
||||
transition: all .2s !important;
|
||||
}
|
||||
|
||||
.layui-layout-admin .layuimini-logo img {
|
||||
display: inline-block;
|
||||
height: 40px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.layui-layout-admin .layuimini-logo h1 {
|
||||
display: inline-block;
|
||||
margin: 0 0 0 12px;
|
||||
color: #ffffff;
|
||||
font-weight: 600;
|
||||
font-size: 20px;
|
||||
font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/**缩放工具(通用) */
|
||||
.layuimini-tool {
|
||||
position: absolute !important;
|
||||
top: 0;
|
||||
left: 235px;
|
||||
width: 60px;
|
||||
height: 100%;
|
||||
line-height: 60px;
|
||||
text-align: center;
|
||||
color: #ffffff !important;
|
||||
transition: all .2s;
|
||||
}
|
||||
|
||||
/**缩放工具(缩放) */
|
||||
.layuimini-tool i {
|
||||
display: block;
|
||||
color: #bbe3df;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
border-radius: 3px;
|
||||
text-align: center;
|
||||
margin-top: 15px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/**tab选项卡 */
|
||||
.layuimini-tab {
|
||||
margin: 0px;
|
||||
overflow: hidden;
|
||||
height: 100% !important;
|
||||
}
|
||||
|
||||
.layuimini-tab .layui-tab-content {
|
||||
height: calc(100% - 37px) !important;
|
||||
}
|
||||
|
||||
.layuimini-tab .layui-tab-content .layui-tab-item {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.layuimini-tab .layui-tab-content {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.layuimini-tab .layui-tab-title {
|
||||
border: none;
|
||||
border: 1px solid whitesmoke;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.layuimini-tab .layui-tab-title li {
|
||||
border-right: 1px solid whitesmoke;
|
||||
color: dimgray;
|
||||
}
|
||||
|
||||
.layuimini-tab .layui-tab-title .layui-tab-bar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.layuimini-tab .layui-tab-title .layui-this:after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.layuimini-tab .layui-tab-title .layuimini-tab-active {
|
||||
display: inline-block;
|
||||
background-color: lightgray;
|
||||
width: 9px;
|
||||
height: 9px;
|
||||
border-radius: 30px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.layuimini-tab .layui-tab-title .layui-this .layuimini-tab-active {
|
||||
background-color: #1aa094;
|
||||
}
|
||||
|
||||
.layuimini-tab > .layui-tab-title, .layuimini-tab > .close-box {
|
||||
height: 35px !important;
|
||||
}
|
||||
|
||||
.layuimini-tab > .layui-tab-title li, .layuimini-tab > .close-box li {
|
||||
line-height: 35px !important;
|
||||
}
|
||||
|
||||
.layuimini-tab .layui-tab-title span {
|
||||
color: #acafb1;
|
||||
}
|
||||
|
||||
.layuimini-tab .layui-tab-title .layui-this span {
|
||||
color: dimgray;
|
||||
}
|
||||
|
||||
.layuimini-tab .layui-tab-title .layui-tab-close {
|
||||
font-size: 12px !important;
|
||||
width: 14px !important;
|
||||
height: 14px !important;
|
||||
line-height: 16px !important;
|
||||
}
|
||||
|
||||
.layuimini-tab .layui-tab-title .layui-tab-close:hover {
|
||||
border-radius: 4em;
|
||||
background: #ff5722;
|
||||
}
|
||||
|
||||
.layuimini-tab .layui-tab-title .disable-close + .layui-tab-close {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.layuimini-tab .layui-tab-title .able-close + .layui-tab-close {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.layuimini-tab .layui-tab-control > li {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
height: 35px;
|
||||
line-height: 35px;
|
||||
width: 35px;
|
||||
text-align: center;
|
||||
background-color: white;
|
||||
border-top: whitesmoke 1px solid;
|
||||
border-bottom: whitesmoke 1px solid;
|
||||
}
|
||||
|
||||
.layuimini-tab .layuimini-tab-roll-left {
|
||||
left: 0px;
|
||||
border-right: whitesmoke 1px solid;
|
||||
border-left: whitesmoke 1px solid;
|
||||
}
|
||||
|
||||
.layuimini-tab .layuimini-tab-roll-right {
|
||||
right: 35px;
|
||||
border-left: 1px solid whitesmoke;
|
||||
}
|
||||
|
||||
.layuimini-tab .layui-tab-tool {
|
||||
right: 0px;
|
||||
border-left: 1px solid whitesmoke;
|
||||
}
|
||||
|
||||
.layuimini-tab .layui-tab-control .layui-tab-tool,
|
||||
.layuimini-tab .layui-tab-control .layuimini-tab-roll-left,
|
||||
.layuimini-tab .layui-tab-control .layuimini-tab-roll-right {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.layuimini-tab.layui-tab-roll .layui-tab-control .layuimini-tab-roll-left,
|
||||
.layuimini-tab.layui-tab-roll .layui-tab-control .layuimini-tab-roll-right {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.layuimini-tab.layui-tab-roll .layui-tab-control .layuimini-tab-roll-right {
|
||||
right: 0px;
|
||||
border-right: 1px solid whitesmoke;
|
||||
}
|
||||
|
||||
.layuimini-tab.layui-tab-roll .layui-tab-title {
|
||||
padding-left: 35px;
|
||||
padding-right: 35px;
|
||||
}
|
||||
|
||||
|
||||
.layuimini-tab.layui-tab-tool .layui-tab-control .layui-tab-tool {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.layuimini-tab.layui-tab-tool .layui-tab-title {
|
||||
padding-left: 0px;
|
||||
padding-right: 35px;
|
||||
}
|
||||
|
||||
|
||||
.layuimini-tab.layui-tab-rollTool .layui-tab-title {
|
||||
padding-left: 35px;
|
||||
padding-right: 80px;
|
||||
}
|
||||
|
||||
.layuimini-tab.layui-tab-rollTool .layui-tab-control .layuimini-tab-roll-left,
|
||||
.layuimini-tab.layui-tab-rollTool .layui-tab-control .layuimini-tab-roll-right,
|
||||
.layuimini-tab.layui-tab-rollTool .layui-tab-control .layui-tab-tool {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.layuimini-tab .layui-tab-tool .layui-nav {
|
||||
position: absolute;
|
||||
height: 43px !important;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
background: 0 0;
|
||||
}
|
||||
|
||||
.layuimini-tab .layui-tab-tool .layui-nav-item {
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
.layuimini-tab .layui-tab-tool .layui-nav-bar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.layuimini-tab .layui-tab-tool .layui-nav-child {
|
||||
left: auto;
|
||||
top: 45px;
|
||||
right: 3px;
|
||||
width: 120px;
|
||||
border: 1px solid whitesmoke;
|
||||
}
|
||||
|
||||
.layuimini-tab .layui-tab-tool .layui-this a {
|
||||
background-color: #009688;
|
||||
}
|
||||
|
||||
.layuimini-tab-loading {
|
||||
position: absolute;
|
||||
display: none;
|
||||
width: 100%;
|
||||
height: calc(100% - 37px);
|
||||
top: 37px;
|
||||
z-index: 19;
|
||||
background-color: #fff
|
||||
}
|
||||
|
||||
.layuimini-tab-loading.close {
|
||||
animation: close 1s;
|
||||
-webkit-animation: close 1s;
|
||||
animation-fill-mode: forwards;
|
||||
}
|
||||
|
||||
/**左侧菜单栏 (通用) */
|
||||
.layui-side.layui-bg-black {
|
||||
transition: all .2s;
|
||||
}
|
||||
|
||||
.layui-side.layui-bg-black > .layuimini-menu-left > ul {
|
||||
transition: all .2s;
|
||||
}
|
||||
|
||||
.layui-side.layui-bg-black > .layuimini-menu-left > ul > .layui-nav-item:first-child {
|
||||
border-top: 1px solid #4b5461;
|
||||
}
|
||||
|
||||
.layuimini-menu-left .layui-nav .layui-nav-item a {
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
.layuimini-menu-left .layui-nav .layui-nav-item > a {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.layuimini-menu-left .layui-nav .layui-nav-child .layui-nav-child {
|
||||
background: 0 0 !important
|
||||
}
|
||||
|
||||
.layuimini-menu-left .layui-nav .layui-nav-more {
|
||||
right: 15px;
|
||||
}
|
||||
|
||||
.layuimini-menu-left .layui-nav .layui-nav-item a:hover {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.layuimini-menu-left .layui-nav {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
|
||||
/**左侧菜单栏 (正常) */
|
||||
.layui-layout-body .layui-nav-itemed .layui-nav-child a, .layui-layout-body .layuimini-menu-left .layui-nav .layui-nav-child a {
|
||||
padding-left: 35px;
|
||||
}
|
||||
|
||||
.layui-layout-body .layuimini-menu-left .layui-nav .layui-nav-child .layui-nav-child a {
|
||||
padding-left: 45px;
|
||||
}
|
||||
|
||||
.layui-layout-body .layuimini-menu-left .layui-nav .layui-nav-child .layui-nav-child .layui-nav-child a {
|
||||
padding-left: 55px;
|
||||
}
|
||||
|
||||
.layui-layout-body .layuimini-menu-left .layui-nav .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child a {
|
||||
padding-left: 65px;
|
||||
}
|
||||
|
||||
.layui-layout-body .layuimini-menu-left .layui-nav .layui-nav-itemed > .layui-nav-child {
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
/**内容主体(通用) */
|
||||
.layui-layout-admin .layui-body {
|
||||
overflow: hidden;
|
||||
bottom: 0px !important;
|
||||
top: 60px !important;
|
||||
transition: all .2s;
|
||||
}
|
||||
|
||||
/**选择配色方案 */
|
||||
.layuimini-color .color-title {
|
||||
padding: 10px 0 10px 20px;
|
||||
border-bottom: 1px solid #d9dada;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.layuimini-color .color-content {
|
||||
padding: 10px 5px 0 5px;
|
||||
}
|
||||
|
||||
.layuimini-color .color-content ul {
|
||||
list-style: none;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.layuimini-color .color-content ul li {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
width: 80px;
|
||||
height: 50px;
|
||||
margin: 0 15px 15px 0;
|
||||
padding: 2px 2px 4px 2px;
|
||||
background-color: #f2f2f2;
|
||||
cursor: pointer;
|
||||
font-size: 12px;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.layuimini-color .color-content li.layui-this:after, .layuimini-color .color-content li:hover:after {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 4px;
|
||||
top: -5px;
|
||||
left: -5px;
|
||||
border-color: #d8d8d8;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.layuimini-color .color-content li:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
z-index: 20;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 1px;
|
||||
height: 0;
|
||||
border: 1px solid #f2f2f2;
|
||||
transition: all .3s;
|
||||
-webkit-transition: all .3s;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
|
||||
/**其它 */
|
||||
.layui-tab-item {
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
|
||||
.layui-nav-item.layui-this {
|
||||
background-color: #1b1d21;
|
||||
}
|
||||
|
||||
.layui-width-height {
|
||||
width: 100%;
|
||||
height: 95%;
|
||||
}
|
||||
|
||||
.layui-tab {
|
||||
margin: 0 0 0 0;
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
height: 30px !important;
|
||||
line-height: 30px !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.layui-nav {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
|
||||
width: 0 !important;
|
||||
height: 0 !important;
|
||||
}
|
||||
|
||||
.layui-layout-admin .layui-side {
|
||||
top: 60px !important;
|
||||
}
|
||||
|
||||
.layui-tab-card {
|
||||
box-shadow: 0px 0px 0px #888888;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
|
||||
/**自定义滚动条样式 */
|
||||
::-webkit-scrollbar {
|
||||
display: none
|
||||
}
|
||||
|
||||
|
||||
/*移动端遮罩层*/
|
||||
.layuimini-make {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
top: 0;
|
||||
z-index: 1000;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
display: none;
|
||||
}
|
||||
|
||||
.layuimini-mini .layui-header {
|
||||
z-index: 1001;
|
||||
}
|
||||
|
||||
/**初始化加载层*/
|
||||
.layuimini-loader {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #ffffff;
|
||||
z-index: 999999;
|
||||
}
|
||||
|
||||
.layuimini-loader .layuimini-loader-inner {
|
||||
display: block;
|
||||
position: relative;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
margin: -75px 0 0 -75px;
|
||||
border-radius: 50%;
|
||||
border: 3px solid transparent;
|
||||
border-top-color: #1E9FFF;
|
||||
animation: spin 2s linear infinite;
|
||||
}
|
||||
|
||||
.layuimini-loader .layuimini-loader-inner:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
left: 5px;
|
||||
right: 5px;
|
||||
bottom: 5px;
|
||||
border-radius: 50%;
|
||||
border: 3px solid transparent;
|
||||
border-top-color: #1E9FFF;
|
||||
animation: spin 3s linear infinite;
|
||||
}
|
||||
|
||||
.layuimini-loader .layuimini-loader-inner:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
left: 15px;
|
||||
right: 15px;
|
||||
bottom: 15px;
|
||||
border-radius: 50%;
|
||||
border: 3px solid transparent;
|
||||
border-top-color: #1E9FFF;
|
||||
animation: spin 1.5s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes spin {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: rotate(1turn);
|
||||
}
|
||||
}
|
||||
|
||||
/*系统设置*/
|
||||
|
||||
.layuimini-color .layui-word-aux {
|
||||
position: absolute;
|
||||
left: 60px;
|
||||
top: 12px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.layuimini-color .layui-input-block {
|
||||
margin-left: 15px;
|
||||
min-height: 36px;
|
||||
}
|
||||
|
||||
.layuimini-color .more-menu-list {
|
||||
width: 100%;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
|
||||
.layuimini-color .more-menu-item:first-child {
|
||||
border-top: 1px solid #e8e8e8;
|
||||
}
|
||||
|
||||
.layuimini-color .more-menu-item .layui-icon {
|
||||
font-size: 18px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.layuimini-color .more-menu-item {
|
||||
color: #595959;
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
font-size: 16px;
|
||||
padding: 0 25px;
|
||||
border-bottom: 1px solid #e8e8e8;
|
||||
font-style: normal;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.layuimini-color .more-menu-item:hover {
|
||||
background-color: whitesmoke;
|
||||
}
|
||||
|
||||
.layuimini-color .more-menu-item:after {
|
||||
color: #8c8c8c;
|
||||
right: 16px;
|
||||
content: "\e602";
|
||||
position: absolute;
|
||||
font-family: layui-icon !important;
|
||||
}
|
||||
|
||||
/**
|
||||
鼠标右键
|
||||
*/
|
||||
.layuimini-tab-mousedown {
|
||||
display: none;
|
||||
width: 80px;
|
||||
position: absolute;
|
||||
top: 0px !important;
|
||||
left: 0px !important;
|
||||
}
|
||||
|
||||
.layuimini-tab-mousedown dd a {
|
||||
padding: 0 15px;
|
||||
color: #484545;
|
||||
}
|
||||
|
||||
.layuimini-tab-make{
|
||||
position: absolute;
|
||||
top: 36px;
|
||||
bottom: 0px;
|
||||
width: 100%;
|
||||
background: rgb(255, 255, 255,0);
|
||||
padding: 0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/**
|
||||
菜单缩放
|
||||
*/
|
||||
.popup-tips .layui-layer-TipsG{
|
||||
display: none;
|
||||
}
|
||||
.popup-tips.layui-layer-tips .layui-layer-content{
|
||||
padding: 0;
|
||||
}
|
||||
.popup-tips .layui-nav-tree{
|
||||
width: 150px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
/**左侧菜单字体间距*/
|
||||
.layuimini-menu-left .layui-nav-item a span {
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
/**头部菜单字体间距*/
|
||||
.layui-layout-admin .layui-header .layuimini-header-menu.layuimini-pc-show,.layui-layout-admin .layui-header .layuimini-header-menu.layuimini-mobile-show {
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
|
||||
/**左侧菜单更多下拉样式*/
|
||||
.layuimini-menu-left .layui-nav-more,.layuimini-menu-left-zoom .layui-nav-more {
|
||||
font-family: layui-icon !important;
|
||||
font-size: 12px;
|
||||
font-style: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
overflow: hidden;
|
||||
width: auto;
|
||||
height: auto;
|
||||
line-height: normal;
|
||||
border: none;
|
||||
display: inline-block;
|
||||
margin-top: -6px !important;
|
||||
}
|
||||
|
||||
.layuimini-menu-left .layui-nav-child .layui-nav-more {
|
||||
margin-top: -6px !important;
|
||||
}
|
||||
|
||||
.layuimini-menu-left .layui-nav .layui-nav-mored,.layuimini-menu-left .layui-nav-itemed>a .layui-nav-more{
|
||||
margin-top: -9px!important;
|
||||
}
|
||||
|
||||
.layuimini-menu-left-zoom.layui-nav .layui-nav-mored,.layuimini-menu-left-zoom.layui-nav-itemed>a .layui-nav-more{
|
||||
margin-top: -9px!important;
|
||||
}
|
||||
|
||||
.layuimini-menu-left .layui-nav-more:before,.layuimini-menu-left-zoom .layui-nav-more:before {
|
||||
content: "\e61a";
|
||||
}
|
||||
.layuimini-menu-left .layui-nav-itemed > a > .layui-nav-more,.layuimini-menu-left-zoom .layui-nav-itemed > a > .layui-nav-more {
|
||||
transform: rotate(180deg);
|
||||
-ms-transform: rotate(180deg);
|
||||
-moz-transform: rotate(180deg);
|
||||
-webkit-transform: rotate(180deg);
|
||||
-o-transform: rotate(180deg);
|
||||
width: 12px;
|
||||
text-align: center;
|
||||
border-style:none;
|
||||
}
|
||||
|
||||
.layuimini-menu-left .layui-nav-itemed > a > .layui-nav-more:before,.layuimini-menu-left-zoom .layui-nav-itemed > a > .layui-nav-more:before {
|
||||
content: '\e61a';
|
||||
background-color: transparent;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/**修复左侧菜单字体不对齐的问题*/
|
||||
.layuimini-menu-left .layui-nav-item a .fa,.layuimini-menu-left .layui-nav-item a .layui-icon{
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
PC版样式
|
||||
*/
|
||||
@media screen and (min-width: 1025px) {
|
||||
/**头部样式(缩放) */
|
||||
.layuimini-mini .layui-layout-left.layuimini-header-menu.layuimini-pc-show {
|
||||
left: 155px !important;
|
||||
}
|
||||
|
||||
/**logo演示(缩放) */
|
||||
.layuimini-mini .layui-layout-admin .layuimini-logo {
|
||||
width: 60px !important;
|
||||
}
|
||||
|
||||
.layuimini-mini .layui-layout-admin .layuimini-logo h1 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/**左侧菜单栏(缩放) */
|
||||
.layuimini-mini .layuimini-menu-left {
|
||||
width: 80px !important;
|
||||
}
|
||||
|
||||
.layuimini-mini .layui-side.layui-bg-black, .layuimini-mini .layuimini-menu-left > ul, .layuimini-mini .layuimini-menu-left > ul li i {
|
||||
width: 60px !important;
|
||||
}
|
||||
|
||||
.layuimini-mini .layuimini-menu-left > ul li span:first-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.layuimini-mini .layuimini-menu-left > ul li span:last-child {
|
||||
float: right;
|
||||
right: 7px;
|
||||
}
|
||||
|
||||
.layuimini-mini .layuimini-menu-left .layui-nav .layui-nav-item a {
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
padding-right: 0px !important;
|
||||
}
|
||||
|
||||
/**内容主体(缩放) */
|
||||
.layuimini-mini .layui-layout-admin .layui-body {
|
||||
left: 60px !important;
|
||||
}
|
||||
|
||||
.layuimini-mini .layuimini-tool {
|
||||
left: 95px !important;
|
||||
}
|
||||
|
||||
.layuimini-pc-show{
|
||||
display: block;
|
||||
}
|
||||
.layuimini-mobile-show{
|
||||
display: none;
|
||||
}
|
||||
|
||||
/**菜单缩放*/
|
||||
.layuimini-mini .layuimini-menu-left .layui-nav-more,.layuimini-mini .layuimini-menu-left .layui-nav-child{
|
||||
display: none;!important;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
手机自适应样式
|
||||
*/
|
||||
@media screen and (max-width: 1024px) {
|
||||
|
||||
/**
|
||||
todo 修复低版本IOS不能滑动问题, 但还是有问题, 低版本IOS部分情况下子页面无法自适应
|
||||
*/
|
||||
.layuimini-tab .layui-tab-content .layui-tab-item {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
overflow: scroll;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.layuimini-tab .layui-tab-content .layui-tab-item iframe {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.layuimini-pc-show{
|
||||
display: none;
|
||||
}
|
||||
.layuimini-mobile-show{
|
||||
display: block;
|
||||
}
|
||||
.layuimini-header-content {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.layui-layout-admin .layui-body .layui-tab-item.layui-show {
|
||||
border-top: 1px solid #e2e2e2;
|
||||
}
|
||||
|
||||
.layuimini-all .layui-layout-left.layuimini-header-menu {
|
||||
left: 15px !important
|
||||
}
|
||||
|
||||
.layuimini-mini .layui-layout-left.layuimini-header-menu {
|
||||
left: 205px !important
|
||||
}
|
||||
|
||||
.layui-layout-admin .layui-nav.layui-layout-right > li:not(.layuimini-setting) {
|
||||
width: 40px !important;
|
||||
}
|
||||
|
||||
.layui-layout-admin .layui-nav.layui-layout-right > li:not(.layuimini-setting) a {
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
||||
.layuimini-all .layui-layout-admin .layui-body {
|
||||
left: 0px !important;
|
||||
}
|
||||
|
||||
.layuimini-mini .layui-layout-admin .layuimini-menu-left, .layuimini-mini .layui-header .layuimini-logo {
|
||||
left: 0;
|
||||
transition: left .2s;
|
||||
z-index: 1001 !important;
|
||||
}
|
||||
|
||||
.layuimini-all .layui-layout-admin .layuimini-menu-left, .layuimini-all .layui-header .layuimini-logo {
|
||||
left: -200px;
|
||||
transition: left .2s;
|
||||
top: 0;
|
||||
z-index: 1002;
|
||||
}
|
||||
|
||||
.layuimini-mini .layui-layout-admin .layui-body {
|
||||
left: 0!important;
|
||||
transition: left .2s;
|
||||
top: 0;
|
||||
z-index: 998;
|
||||
}
|
||||
|
||||
.layuimini-mini .layuimini-make {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.layuimini-multi-module .layuimini-header-content .layuimini-tool {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.layuimini-single-module .layuimini-header-content .layuimini-tool {
|
||||
left: 15px;
|
||||
}
|
||||
|
||||
.layuimini-mini .layuimini-site-mobile {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.layuimini-site-mobile {
|
||||
display: block !important;
|
||||
position: fixed;
|
||||
z-index: 100000;
|
||||
bottom: 15px;
|
||||
left: 15px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
border-radius: 2px;
|
||||
text-align: center;
|
||||
background-color: rgba(0, 0, 0, .7);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.layuimini-header-content {
|
||||
z-index: 997;
|
||||
}
|
||||
|
||||
/*修复UC之类的浏览器点击无效*/
|
||||
.layuimini-make {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.layuimini-site-mobile {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 550px){
|
||||
|
||||
/**头部右侧数据*/
|
||||
.layuimini-multi-module.layuimini-mini .layuimini-header-content .layui-layout-right {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,298 @@
|
|||
html {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 15px 15px 15px 15px;
|
||||
background: #f2f2f2;
|
||||
font-family: 'Alibaba PuHuiTi R';
|
||||
height: 98%;
|
||||
}
|
||||
|
||||
.layuimini-container {
|
||||
border: 1px solid #f2f2f2;
|
||||
border-radius: 5px;
|
||||
background-color: #ffffff;
|
||||
height: 98%;
|
||||
}
|
||||
|
||||
.layuimini-main {
|
||||
height: 100%;
|
||||
margin: 10px 10px 10px 10px;
|
||||
}
|
||||
|
||||
/**必填红点 */
|
||||
.layuimini-form>.layui-form-item>.required:after {
|
||||
content: '*';
|
||||
color: red;
|
||||
position: absolute;
|
||||
margin-left: 4px;
|
||||
font-weight: bold;
|
||||
line-height: 1.8em;
|
||||
top: 6px;
|
||||
right: 5px;
|
||||
}
|
||||
|
||||
.layuimini-form>.layui-form-item>.layui-form-label {
|
||||
width: 120px !important;
|
||||
}
|
||||
|
||||
.layuimini-form>.layui-form-item>.layui-input-block {
|
||||
margin-left: 150px !important;
|
||||
}
|
||||
|
||||
.layuimini-form>.layui-form-item>.layui-input-block>tip {
|
||||
display: inline-block;
|
||||
margin-top: 10px;
|
||||
line-height: 10px;
|
||||
font-size: 10px;
|
||||
color: #a29c9c;
|
||||
}
|
||||
|
||||
/**搜索框*/
|
||||
.layuimini-container .table-search-fieldset {
|
||||
margin: 0;
|
||||
border: 1px solid #e6e6e6;
|
||||
padding: 10px 20px 5px 20px;
|
||||
color: #6b6b6b;
|
||||
margin: 10px 0 10px 0;
|
||||
}
|
||||
|
||||
/* 表格样式 start */
|
||||
.table {
|
||||
width: 100%;
|
||||
overflow-x: auto;
|
||||
cursor: pointer;
|
||||
table-layout: fixed !important;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.layui-table-cell {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.layui-table-cell a {
|
||||
color: #2F82FB;
|
||||
font-size: 15px;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.splitLine {
|
||||
color: #D9D9D9;
|
||||
margin: 0 6px;
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.layui-table-view .layui-table th {
|
||||
font-size: 18px;
|
||||
color: #262626;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.layui-table,
|
||||
.layui-table-view {
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
|
||||
.layui-table-view .layui-table td {
|
||||
font-size: 15px;
|
||||
color: #262626;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.layui-table thead tr {
|
||||
background-color: #f0f0f0;
|
||||
height: 50px;
|
||||
font-size: 18px;
|
||||
color: #262626 !important;
|
||||
}
|
||||
|
||||
.layui-table-header {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.layui-table td,
|
||||
.layui-table th,
|
||||
.layui-table-col-set,
|
||||
.layui-table-fixed-r,
|
||||
.layui-table-grid-down,
|
||||
.layui-table-header,
|
||||
.layui-table-page,
|
||||
.layui-table-tips-main,
|
||||
.layui-table-tool,
|
||||
.layui-table-total,
|
||||
.layui-table-view,
|
||||
.layui-table[lay-skin="line"],
|
||||
.layui-table[lay-skin="row"] {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.layui-table td {
|
||||
border-bottom: 1px solid #d9d9d9;
|
||||
}
|
||||
|
||||
.layui-table tbody tr {
|
||||
background-color: #fff;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
#layui-table-page1 {
|
||||
float: right !important;
|
||||
}
|
||||
|
||||
#layui-table-page2 {
|
||||
float: right !important;
|
||||
}
|
||||
|
||||
.layui-laypage .layui-laypage-curr .layui-laypage-em {
|
||||
background-color: #1890FF;
|
||||
}
|
||||
|
||||
.layui-laypage a:hover {
|
||||
color: #1890FF;
|
||||
}
|
||||
|
||||
.layui-laypage input:focus,
|
||||
.layui-laypage select:focus {
|
||||
border-color: #1890FF !important
|
||||
}
|
||||
|
||||
.layui-laypage-default a,
|
||||
.layui-laypage-default span {
|
||||
font-size: 16px;
|
||||
color: #262626 !important;
|
||||
}
|
||||
|
||||
.layui-table-page select {
|
||||
height: 24px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.layui-laypage input,
|
||||
.layui-laypage select {
|
||||
border-color: #d9d9d9 !important;
|
||||
background-color: transparent;
|
||||
color: #262626 !important;
|
||||
}
|
||||
|
||||
.layui-table-page .layui-laypage button {
|
||||
background: transparent;
|
||||
color: #262626;
|
||||
border: 1px solid #d9d9d9;
|
||||
}
|
||||
|
||||
.layui-table-body {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.layui-table-cell {
|
||||
height: auto;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
/* 表格样式 end */
|
||||
|
||||
|
||||
.layui-upload {
|
||||
padding: 0 39px;
|
||||
}
|
||||
|
||||
.upload-file {
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
width: 200px;
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#test2 {
|
||||
width: 120px;
|
||||
height: 100px;
|
||||
background-color: rgb(240, 240, 240);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.uploader-list {
|
||||
margin-left: -15px;
|
||||
max-width: calc(100% - 200px);
|
||||
}
|
||||
|
||||
.uploader-list .handle {
|
||||
position: relative;
|
||||
background-color: red;
|
||||
color: white;
|
||||
filter: alpha(Opacity=80);
|
||||
-moz-opacity: 0.5;
|
||||
opacity: 1;
|
||||
/*width: 212px;*/
|
||||
text-align: right;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
border-radius: 18px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
left: 87%;
|
||||
margin-bottom: -12px;
|
||||
/*display: none;*/
|
||||
}
|
||||
|
||||
.uploader-list .handle p {
|
||||
font-size: 18px;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.uploader-list .handle i {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.uploader-list .handle i:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.uploader-list .file-iteme {
|
||||
margin: 0 0 0 10px;
|
||||
padding: 1px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.layui-upload-list {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/**自定义滚动条样式 */
|
||||
::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
height: 6px
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background-color: transparent;
|
||||
-webkit-border-radius: 2em;
|
||||
-moz-border-radius: 2em;
|
||||
border-radius: 2em;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: #9c9da0;
|
||||
-webkit-border-radius: 2em;
|
||||
-moz-border-radius: 2em;
|
||||
border-radius: 2em;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: #9c9da0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,95 @@
|
|||
/*头部右侧背景色 headerRightBg */
|
||||
.layui-layout-admin .layui-header {
|
||||
background-color: #ffffff !important;
|
||||
}
|
||||
|
||||
/*头部右侧选中背景色 headerRightBgThis */
|
||||
.layui-layout-admin .layui-header .layuimini-header-content > ul > .layui-nav-item.layui-this, .layuimini-tool i:hover {
|
||||
background-color: #e4e4e4 !important;
|
||||
}
|
||||
|
||||
/*头部右侧字体颜色 headerRightColor */
|
||||
.layui-layout-admin .layui-header .layui-nav .layui-nav-item a {
|
||||
color: rgba(107, 107, 107, 0.7);
|
||||
}
|
||||
|
||||
/**头部右侧下拉字体颜色 headerRightChildColor */
|
||||
.layui-layout-admin .layui-header .layui-nav .layui-nav-item .layui-nav-child a {
|
||||
color: rgba(107, 107, 107, 0.7) !important;
|
||||
}
|
||||
|
||||
/*头部右侧鼠标选中 headerRightColorThis */
|
||||
.layui-header .layuimini-menu-header-pc.layui-nav .layui-nav-item a:hover, .layui-header .layuimini-header-menu.layuimini-pc-show.layui-nav .layui-this a {
|
||||
color: #565656 !important;
|
||||
}
|
||||
|
||||
/*头部右侧更多下拉颜色 headerRightNavMore */
|
||||
.layui-header .layui-nav .layui-nav-more {
|
||||
border-top-color: rgba(160, 160, 160, 0.7) !important;
|
||||
}
|
||||
|
||||
/*头部右侧更多下拉颜色 headerRightNavMore */
|
||||
.layui-header .layui-nav .layui-nav-mored, .layui-header .layui-nav-itemed > a .layui-nav-more {
|
||||
border-color: transparent transparent rgba(160, 160, 160, 0.7) !important;
|
||||
}
|
||||
|
||||
/**头部右侧更多下拉配置色 headerRightNavMoreBg headerRightNavMoreColor */
|
||||
.layui-header .layui-nav .layui-nav-child dd.layui-this a, .layui-header .layui-nav-child dd.layui-this, .layui-layout-admin .layui-header .layui-nav .layui-nav-item .layui-nav-child .layui-this a {
|
||||
background-color: #1E9FFF !important;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
/*头部缩放按钮样式 headerRightToolColor */
|
||||
.layui-layout-admin .layui-header .layuimini-tool i {
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
/*logo背景颜色 headerLogoBg */
|
||||
.layui-layout-admin .layuimini-logo {
|
||||
background-color: #192027 !important;
|
||||
}
|
||||
|
||||
/*logo字体颜色 headerLogoColor */
|
||||
.layui-layout-admin .layuimini-logo h1 {
|
||||
color: rgb(191, 187, 187);
|
||||
}
|
||||
|
||||
/*左侧菜单更多下拉样式 leftMenuNavMore */
|
||||
.layuimini-menu-left .layui-nav .layui-nav-more, .layuimini-menu-left-zoom.layui-nav .layui-nav-more {
|
||||
border-top-color: rgb(191, 187, 187);
|
||||
}
|
||||
|
||||
/*左侧菜单更多下拉样式 leftMenuNavMore */
|
||||
.layuimini-menu-left .layui-nav .layui-nav-mored, .layuimini-menu-left .layui-nav-itemed > a .layui-nav-more, .layuimini-menu-left-zoom.layui-nav .layui-nav-mored, .layuimini-menu-left-zoom.layui-nav-itemed > a .layui-nav-more {
|
||||
border-color: transparent transparent rgb(191, 187, 187) !important;
|
||||
}
|
||||
|
||||
/*左侧菜单背景 leftMenuBg */
|
||||
.layui-side.layui-bg-black, .layui-side.layui-bg-black > .layuimini-menu-left > ul, .layuimini-menu-left-zoom > ul {
|
||||
background-color: #28333E !important;
|
||||
}
|
||||
|
||||
/*左侧菜单选中背景 leftMenuBgThis */
|
||||
.layuimini-menu-left .layui-nav-tree .layui-this, .layuimini-menu-left .layui-nav-tree .layui-this > a, .layuimini-menu-left .layui-nav-tree .layui-nav-child dd.layui-this, .layuimini-menu-left .layui-nav-tree .layui-nav-child dd.layui-this a, .layuimini-menu-left-zoom.layui-nav-tree .layui-this, .layuimini-menu-left-zoom.layui-nav-tree .layui-this > a, .layuimini-menu-left-zoom.layui-nav-tree .layui-nav-child dd.layui-this, .layuimini-menu-left-zoom.layui-nav-tree .layui-nav-child dd.layui-this a {
|
||||
background-color: #1E9FFF !important
|
||||
}
|
||||
|
||||
/*左侧菜单子菜单背景 leftMenuChildBg */
|
||||
.layuimini-menu-left .layui-nav-itemed > .layui-nav-child {
|
||||
background-color: #0c0f13 !important;
|
||||
}
|
||||
|
||||
/*左侧菜单字体颜色 leftMenuColor */
|
||||
.layuimini-menu-left .layui-nav .layui-nav-item a, .layuimini-menu-left-zoom.layui-nav .layui-nav-item a {
|
||||
color: rgb(191, 187, 187) !important;
|
||||
}
|
||||
|
||||
/*左侧菜单选中字体颜色 leftMenuColorThis */
|
||||
.layuimini-menu-left .layui-nav .layui-nav-item a:hover, .layuimini-menu-left .layui-nav .layui-this a, .layuimini-menu-left-zoom.layui-nav .layui-nav-item a:hover, .layuimini-menu-left-zoom.layui-nav .layui-this a {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
/**tab选项卡选中颜色 tabActiveColor */
|
||||
.layuimini-tab .layui-tab-title .layui-this .layuimini-tab-active {
|
||||
background-color: #1e9fff;
|
||||
}
|
||||
|
|
@ -0,0 +1,159 @@
|
|||
|
||||
.common-tips-hide{
|
||||
display: none;
|
||||
}
|
||||
.common-tips-container{
|
||||
width:200px;
|
||||
padding:10px;
|
||||
font-size:14px;
|
||||
color: #fff;
|
||||
border:1px #ecedee solid;
|
||||
position: absolute;
|
||||
top:0;
|
||||
left:200px;
|
||||
border-radius: 5px;
|
||||
background-color: #000;
|
||||
}
|
||||
.common-tips-animation{
|
||||
animation:common-tips-show 0.3s ease-in;
|
||||
-webkit-animation:common-tips-show 0.3s ease-in; /* Safari 和 Chrome */
|
||||
}
|
||||
/*动画效果从下往上, 从左往右*/
|
||||
.common-tips-top-right{
|
||||
transform-origin: 10% 100%;
|
||||
}
|
||||
.common-tips-top-right:after {
|
||||
bottom: -7px;
|
||||
left: 16px;
|
||||
position: absolute;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
content: " ";
|
||||
transform: rotate(45deg);
|
||||
border: 1px solid #ecedee;
|
||||
border-top: 0;
|
||||
border-left: 0;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
/*动画效果从下往上, 从右往左*/
|
||||
.common-tips-top-left{
|
||||
transform-origin: 90% 100%;
|
||||
}
|
||||
.common-tips-top-left:after {
|
||||
bottom: -7px;
|
||||
right: 16px;
|
||||
left:unset;
|
||||
position: absolute;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
content: " ";
|
||||
transform: rotate(45deg);
|
||||
border: 1px solid #ecedee;
|
||||
border-top: 0;
|
||||
border-left: 0;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
/*动画效果从上往下, 从右往左*/
|
||||
.common-tips-bottom-right{
|
||||
transform-origin: 10% 10%;
|
||||
}
|
||||
.common-tips-bottom-right:after {
|
||||
top: -7px;
|
||||
left: 16px;
|
||||
position: absolute;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
content: " ";
|
||||
transform: rotate(45deg);
|
||||
border: 1px solid #ecedee;
|
||||
border-bottom: 0;
|
||||
border-right: 0;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
/*动画效果从上往下, 从左往右*/
|
||||
.common-tips-bottom-left{
|
||||
transform-origin: 90% 10%;
|
||||
}
|
||||
.common-tips-bottom-left:after {
|
||||
top: -7px;
|
||||
right: 16px;
|
||||
left:unset;
|
||||
position: absolute;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
content: " ";
|
||||
transform: rotate(45deg);
|
||||
border: 1px solid #ecedee;
|
||||
border-bottom: 0;
|
||||
border-right: 0;
|
||||
background-color: #fff;
|
||||
}
|
||||
.common-tips-container-hide{
|
||||
animation:common-tips-hide 0.3s ease-out;
|
||||
-webkit-animation:common-tips-hide 0.3s ease-out; /* Safari 和 Chrome */
|
||||
}
|
||||
|
||||
/*动画效果从上往下, 从左往右*/
|
||||
.common-tips-right-right{
|
||||
transform-origin: 0% 10%;
|
||||
}
|
||||
.common-tips-right-right:after{
|
||||
left: -7px;
|
||||
top: 13px;
|
||||
position: absolute;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
content: " ";
|
||||
transform: rotate(45deg);
|
||||
border: 1px solid #ecedee;
|
||||
border-top: 0;
|
||||
border-right: 0;
|
||||
background-color: #fff;
|
||||
|
||||
}
|
||||
|
||||
/*动画效果从上往下, 从左往右*/
|
||||
.common-tips-left-left{
|
||||
transform-origin: 100% 10%;
|
||||
}
|
||||
.common-tips-left-left:after{
|
||||
right: -7px;
|
||||
top: 13px;
|
||||
position: absolute;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
content: " ";
|
||||
transform: rotate(45deg);
|
||||
border: 1px solid #ecedee;
|
||||
border-bottom: 0;
|
||||
border-left: 0;
|
||||
background-color: #fff;
|
||||
opacity: 1;
|
||||
|
||||
}
|
||||
|
||||
@keyframes common-tips-show {
|
||||
0%{
|
||||
opacity:0;
|
||||
transform: scale(0.6);
|
||||
}
|
||||
100%{
|
||||
opacity:1;
|
||||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@keyframes common-tips-hide {
|
||||
0%{
|
||||
opacity:1;
|
||||
transform: scale(1);
|
||||
}
|
||||
100%{
|
||||
opacity:0;
|
||||
transform: scale(0.6);
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,316 @@
|
|||
body {
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.layuimini-container {
|
||||
border: 1px solid #f2f2f2;
|
||||
border-radius: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.layuimini-main {
|
||||
height: 60px;
|
||||
border: 1px solid #f2f2f2;
|
||||
border-radius: 5px;
|
||||
background-color: #fff;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
#data-overview {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
justify-content: space-between;
|
||||
border: 1px solid #f2f2f2;
|
||||
border-radius: 5px;
|
||||
background-color: #fff;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.title {
|
||||
width: 98%;
|
||||
margin: 0 1%;
|
||||
height: 40px;
|
||||
justify-content: space-between !important;
|
||||
}
|
||||
|
||||
#data-box {
|
||||
width: 100%;
|
||||
height: calc(100% - 50px);
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
#main-box {
|
||||
width: 100%;
|
||||
margin-top: 1%;
|
||||
height: calc(100% - 220px) !important;
|
||||
justify-content: space-between;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#left-box {
|
||||
width: 60%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#left-container,
|
||||
#left-container2,
|
||||
#right-container,
|
||||
#right-container2,
|
||||
#right-container3 {
|
||||
width: 100%;
|
||||
height: 90%;
|
||||
margin-bottom: 1.5%;
|
||||
border: 1px solid #f2f2f2;
|
||||
border-radius: 5px;
|
||||
background-color: #fff;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#right-container,
|
||||
#right-container2,
|
||||
#right-container3 {
|
||||
height: 60%;
|
||||
}
|
||||
|
||||
#right-box {
|
||||
width: 39%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#echarts-one,
|
||||
#echarts-two,
|
||||
#echarts-three,
|
||||
#sup-count-box,
|
||||
#pro-ranking-box {
|
||||
width: 100%;
|
||||
height: calc(100% - 40px);
|
||||
}
|
||||
|
||||
#sup-title,
|
||||
#pro-ranking-title {
|
||||
width: 98%;
|
||||
margin: 0 1%;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
#sup-title p,
|
||||
#pro-ranking-title p {
|
||||
width: 17.5%;
|
||||
text-align: center;
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#sup-title p:nth-child(1) {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
#pro-ranking-title p {
|
||||
width: 15%;
|
||||
}
|
||||
|
||||
#pro-ranking-title p:nth-child(2) {
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
#sup-ul {
|
||||
width: 98%;
|
||||
height: calc(100% - 40px);
|
||||
margin: 0 1%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#pro-ranking-ul {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
#pro-ranking-ul-box {
|
||||
width: 98%;
|
||||
margin: 0 1%;
|
||||
height: calc(100% - 40px);
|
||||
}
|
||||
|
||||
#sup-ul li {
|
||||
width: 100%;
|
||||
min-height: 50px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#pro-ranking-ul li {
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
#sup-ul li>div {
|
||||
width: 17.5%;
|
||||
text-align: center;
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#sup-ul li>div:nth-child(1) {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
#sup-ul li>div p {
|
||||
font-size: 15px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#pro-ranking-ul li>p {
|
||||
width: 15%;
|
||||
text-align: center;
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
#pro-ranking-ul li>p:nth-child(2) {
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
#pro-ranking-ul li>p:nth-child(3) {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#pro-ranking-ul li>p:nth-child(4) {
|
||||
color: #19b16b;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#pro-ranking-ul li>p:nth-child(5) {
|
||||
color: #ff9900;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
#pro-ranking-ul li>p {
|
||||
font-size: 15px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.title p {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
.layout {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
|
||||
.data-detail {
|
||||
width: 226px !important;
|
||||
height: 120px !important;
|
||||
align-items: start;
|
||||
justify-content: space-evenly;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.data-info {
|
||||
margin: 20px 40px 0 0;
|
||||
}
|
||||
|
||||
.data-img {
|
||||
margin: 20px 0 0 0;
|
||||
}
|
||||
|
||||
.data-detail p {
|
||||
letter-spacing: 1px;
|
||||
font-size: 14px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.data-detail p:nth-child(2) {
|
||||
font-size: 28px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.data-detail p:nth-child(2)>span:nth-child(1) {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.data-detail:nth-child(1) {
|
||||
background: url("../images/welcome/welcome_1.png") no-repeat 0 0 / 100% 100%;
|
||||
}
|
||||
|
||||
.data-detail:nth-child(2) {
|
||||
background: url("../images/welcome/welcome_2.png") no-repeat 0 0 / 100% 100%;
|
||||
}
|
||||
|
||||
.data-detail:nth-child(3) {
|
||||
background: url("../images/welcome/welcome_3.png") no-repeat 0 0 / 100% 100%;
|
||||
}
|
||||
|
||||
.data-detail:nth-child(4) {
|
||||
background: url("../images/welcome/welcome_4.png") no-repeat 0 0 / 100% 100%;
|
||||
}
|
||||
|
||||
.data-detail:nth-child(5) {
|
||||
background: url("../images/welcome/welcome_5.png") no-repeat 0 0 / 100% 100%;
|
||||
}
|
||||
|
||||
.data-detail:nth-child(6) {
|
||||
background: url("../images/welcome/welcome_6.png") no-repeat 0 0 / 100% 100%;
|
||||
}
|
||||
|
||||
.common-style {
|
||||
width: 100%;
|
||||
justify-content: space-between;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.num-style {
|
||||
font-size: 28px;
|
||||
font-weight: bold;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.num-title {
|
||||
flex-direction: column;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.layui-tab-brief>.layui-tab-title .layui-this {
|
||||
color: #409eff;
|
||||
}
|
||||
|
||||
.layui-tab-brief>.layui-tab-more li.layui-this:after,
|
||||
.layui-tab-brief>.layui-tab-title .layui-this:after {
|
||||
border-bottom: 2px solid #409eff;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #428bca;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:focus {
|
||||
color: #2a6496;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.list_lh {
|
||||
height: 400px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.list_lh li {
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
||||
.list_lh li.lieven {
|
||||
background: #F0F2F3;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
|
@ -0,0 +1,58 @@
|
|||
body {
|
||||
margin: 0 15px 15px 15px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.layout {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.tag-box {
|
||||
justify-content: flex-start;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.layui-btn-container .layui-btn {
|
||||
margin-bottom: 0px;
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
#demo button {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.checkBtn {
|
||||
color: #409eff;
|
||||
border: 1px solid;
|
||||
}
|
||||
|
||||
.layui-btn-sm {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.layui-form-item {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#open,
|
||||
#close {
|
||||
cursor: pointer;
|
||||
color: #409eff;
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
.tag-item:hover {
|
||||
border-color: #409eff;
|
||||
color: #409eff;
|
||||
}
|
||||
|
||||
.tag-box p {
|
||||
width: 70px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#demo{
|
||||
width: calc(100% - 120px);
|
||||
}
|
||||
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 313 B |
|
After Width: | Height: | Size: 443 B |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 9.8 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 409 B |
|
After Width: | Height: | Size: 743 B |
|
After Width: | Height: | Size: 282 B |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 385 B |
|
After Width: | Height: | Size: 426 B |
|
After Width: | Height: | Size: 830 B |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 146 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 657 B |
|
After Width: | Height: | Size: 671 KiB |
|
After Width: | Height: | Size: 74 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 681 B |
|
After Width: | Height: | Size: 591 B |
|
After Width: | Height: | Size: 581 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="236px" height="130px" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<filter x="61px" y="55px" width="236px" height="130px" filterUnits="userSpaceOnUse" id="filter9">
|
||||
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetInner" />
|
||||
<feGaussianBlur stdDeviation="2.5" in="shadowOffsetInner" result="shadowGaussian" />
|
||||
<feComposite in2="shadowGaussian" operator="atop" in="SourceAlpha" result="shadowComposite" />
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0470588235294118 0 " in="shadowComposite" />
|
||||
</filter>
|
||||
<g id="widget10">
|
||||
<path d="M 70.5 60 L 292 60 L 292 180 L 70.5 180 L 70.5 60 Z " fill-rule="nonzero" fill="#19be6b" stroke="none" fill-opacity="0.0980392156862745" />
|
||||
<path d="M 68.5 180 L 68.5 60 " stroke-width="5" stroke="#19be6b" fill="none" />
|
||||
</g>
|
||||
</defs>
|
||||
<g transform="matrix(1 0 0 1 -61 -55 )">
|
||||
<use xlink:href="#widget10" filter="url(#filter9)" />
|
||||
<use xlink:href="#widget10" />
|
||||
</g>
|
||||
</svg>
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="236px" height="130px" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<filter x="309px" y="55px" width="236px" height="130px" filterUnits="userSpaceOnUse" id="filter11">
|
||||
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetInner" />
|
||||
<feGaussianBlur stdDeviation="2.5" in="shadowOffsetInner" result="shadowGaussian" />
|
||||
<feComposite in2="shadowGaussian" operator="atop" in="SourceAlpha" result="shadowComposite" />
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0470588235294118 0 " in="shadowComposite" />
|
||||
</filter>
|
||||
<g id="widget12">
|
||||
<path d="M 318.5 60 L 540 60 L 540 180 L 318.5 180 L 318.5 60 Z " fill-rule="nonzero" fill="#3478f7" stroke="none" fill-opacity="0.0980392156862745" />
|
||||
<path d="M 316.5 180 L 316.5 60 " stroke-width="5" stroke="#3478f7" fill="none" />
|
||||
</g>
|
||||
</defs>
|
||||
<g transform="matrix(1 0 0 1 -309 -55 )">
|
||||
<use xlink:href="#widget12" filter="url(#filter11)" />
|
||||
<use xlink:href="#widget12" />
|
||||
</g>
|
||||
</svg>
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="236px" height="130px" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<filter x="556px" y="55px" width="236px" height="130px" filterUnits="userSpaceOnUse" id="filter1">
|
||||
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetInner" />
|
||||
<feGaussianBlur stdDeviation="2.5" in="shadowOffsetInner" result="shadowGaussian" />
|
||||
<feComposite in2="shadowGaussian" operator="atop" in="SourceAlpha" result="shadowComposite" />
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0470588235294118 0 " in="shadowComposite" />
|
||||
</filter>
|
||||
<g id="widget2">
|
||||
<path d="M 565.5 60 L 787 60 L 787 180 L 565.5 180 L 565.5 60 Z " fill-rule="nonzero" fill="#f56c6c" stroke="none" fill-opacity="0.0980392156862745" />
|
||||
<path d="M 563.5 180 L 563.5 60 " stroke-width="5" stroke="#fb6260" fill="none" />
|
||||
</g>
|
||||
</defs>
|
||||
<g transform="matrix(1 0 0 1 -556 -55 )">
|
||||
<use xlink:href="#widget2" filter="url(#filter1)" />
|
||||
<use xlink:href="#widget2" />
|
||||
</g>
|
||||
</svg>
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="236px" height="130px" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<filter x="804px" y="55px" width="236px" height="130px" filterUnits="userSpaceOnUse" id="filter3">
|
||||
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetInner" />
|
||||
<feGaussianBlur stdDeviation="2.5" in="shadowOffsetInner" result="shadowGaussian" />
|
||||
<feComposite in2="shadowGaussian" operator="atop" in="SourceAlpha" result="shadowComposite" />
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0470588235294118 0 " in="shadowComposite" />
|
||||
</filter>
|
||||
<g id="widget4">
|
||||
<path d="M 813.5 60 L 1035 60 L 1035 180 L 813.5 180 L 813.5 60 Z " fill-rule="nonzero" fill="#51d351" stroke="none" fill-opacity="0.0980392156862745" />
|
||||
<path d="M 811.5 180 L 811.5 60 " stroke-width="5" stroke="#51d351" fill="none" />
|
||||
</g>
|
||||
</defs>
|
||||
<g transform="matrix(1 0 0 1 -804 -55 )">
|
||||
<use xlink:href="#widget4" filter="url(#filter3)" />
|
||||
<use xlink:href="#widget4" />
|
||||
</g>
|
||||
</svg>
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="236px" height="130px" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<filter x="1051px" y="55px" width="236px" height="130px" filterUnits="userSpaceOnUse" id="filter5">
|
||||
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetInner" />
|
||||
<feGaussianBlur stdDeviation="2.5" in="shadowOffsetInner" result="shadowGaussian" />
|
||||
<feComposite in2="shadowGaussian" operator="atop" in="SourceAlpha" result="shadowComposite" />
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0470588235294118 0 " in="shadowComposite" />
|
||||
</filter>
|
||||
<g id="widget6">
|
||||
<path d="M 1060.5 60 L 1282 60 L 1282 180 L 1060.5 180 L 1060.5 60 Z " fill-rule="nonzero" fill="#f56c6c" stroke="none" fill-opacity="0.0980392156862745" />
|
||||
<path d="M 1058.5 180 L 1058.5 60 " stroke-width="5" stroke="#ff7a8c" fill="none" />
|
||||
</g>
|
||||
</defs>
|
||||
<g transform="matrix(1 0 0 1 -1051 -55 )">
|
||||
<use xlink:href="#widget6" filter="url(#filter5)" />
|
||||
<use xlink:href="#widget6" />
|
||||
</g>
|
||||
</svg>
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="236px" height="130px" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<filter x="1299px" y="55px" width="236px" height="130px" filterUnits="userSpaceOnUse" id="filter7">
|
||||
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetInner" />
|
||||
<feGaussianBlur stdDeviation="2.5" in="shadowOffsetInner" result="shadowGaussian" />
|
||||
<feComposite in2="shadowGaussian" operator="atop" in="SourceAlpha" result="shadowComposite" />
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0470588235294118 0 " in="shadowComposite" />
|
||||
</filter>
|
||||
<g id="widget8">
|
||||
<path d="M 1308.5 60 L 1530 60 L 1530 180 L 1308.5 180 L 1308.5 60 Z " fill-rule="nonzero" fill="#ff9900" stroke="none" fill-opacity="0.0980392156862745" />
|
||||
<path d="M 1306.5 180 L 1306.5 60 " stroke-width="5" stroke="#ffa94c" fill="none" />
|
||||
</g>
|
||||
</defs>
|
||||
<g transform="matrix(1 0 0 1 -1299 -55 )">
|
||||
<use xlink:href="#widget8" filter="url(#filter7)" />
|
||||
<use xlink:href="#widget8" />
|
||||
</g>
|
||||
</svg>
|
||||
|
|
@ -0,0 +1 @@
|
|||
<svg t="1729580498256" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2759" width="128" height="128"><path d="M617.941625 282.483398c224.220496 0 406.068615 149.609802 406.068615 370.758301s-181.848119 370.758301-406.068615 370.758301-406.068615-149.609802-406.068616-370.758301 181.848119-370.758301 406.068616-370.758301z" fill="#5C97FF" opacity=".2" p-id="2760"></path><path d="M476.700367 953.379371a501.406464 501.406464 0 0 1-337.072261-121.961826 414.649022 414.649022 0 0 1-102.15274-139.387466A436.364865 436.364865 0 0 1 0.011123 512.000441a437.106382 437.106382 0 0 1 36.104796-176.95764 76.464486 76.464486 0 0 0 8.050752 0.423724h2.948411a78.971518 78.971518 0 0 0 22.068947 12.641092 394.20435 394.20435 0 0 0-33.862592 162.427446c0 232.412489 189.75763 407.65758 441.37893 407.65758s441.37893-175.262745 441.37893-407.65758c0-171.731714-104.165427-315.727176-271.889421-375.75471a194.542177 194.542177 0 0 0-38.611829-48.622303 461.964843 461.964843 0 0 1 247.772476 149.486216A423.547221 423.547221 0 0 1 953.389611 512.000441a436.329555 436.329555 0 0 1-37.464243 180.082604 414.666677 414.666677 0 0 1-102.15274 139.387466A501.406464 501.406464 0 0 1 476.700367 953.379371z m-307.676424-738.850673A60.804361 60.804361 0 0 0 150.079959 211.862769h-2.948411a80.542827 80.542827 0 0 0-9.55144-6.638339 4.060686 4.060686 0 0 0 0.918068 0.123586 3.089653 3.089653 0 0 0 0.776827-0.105931c3.195583-0.865103 4.696272-6.920822 3.884134-15.889641a478.737242 478.737242 0 0 1 202.69886-103.441566 194.577487 194.577487 0 0 0-38.629484 48.622303 432.551351 432.551351 0 0 0-138.186915 79.889586z" fill="#5C97FF" p-id="2761"></path><path d="M56.154523 300.138555a17.655157 17.655157 0 0 1 1.942067-8.068407l-0.229517-0.211862a415.108056 415.108056 0 0 1 39.84769-56.372917c2.754205-3.266204 5.684961-6.638339 8.96882-10.328267l0.865102-0.088275a17.655157 17.655157 0 0 1 11.634749-4.378479 17.655157 17.655157 0 0 1 17.655157 17.655157 17.655157 17.655157 0 0 1-3.672273 10.787301l0.158897 0.158896a384.246841 384.246841 0 0 0-45.055961 61.616499h-0.423724a17.655157 17.655157 0 0 1-14.03585 6.938477 17.655157 17.655157 0 0 1-17.655157-17.708123z" fill="#5C97FF" p-id="2762"></path><path d="M295.752661 300.138555h-37.499554a229.411113 229.411113 0 0 1-11.069784-70.620629 228.016355 228.016355 0 0 1 67.213184-162.286205A228.016355 228.016355 0 0 1 476.700367 0.000883a228.03401 228.03401 0 0 1 162.30386 67.230838A227.9987 227.9987 0 0 1 706.217411 229.517926a229.517044 229.517044 0 0 1-11.069784 70.620629h-37.499554a193.059144 193.059144 0 0 0 13.241368-70.620629 194.418591 194.418591 0 0 0-194.206729-194.206729 194.418591 194.418591 0 0 0-194.206729 194.206729 193.094454 193.094454 0 0 0 13.259023 70.620629z" fill="#5C97FF" p-id="2763"></path><path d="M211.873009 300.138555m17.655157 0l494.344402 0q17.655157 0 17.655157 17.655157l0 0q0 17.655157-17.655157 17.655157l-494.344402 0q-17.655157 0-17.655157-17.655157l0 0q0-17.655157 17.655157-17.655157Z" fill="#FFB266" p-id="2764"></path><path d="M459.04521 741.53514v-70.620629h-70.620629a17.655157 17.655157 0 0 1-17.655157-17.655157 17.655157 17.655157 0 0 1 17.655157-17.655157h70.620629v-52.965472h-88.275786a17.655157 17.655157 0 0 1-17.655157-17.655157 17.655157 17.655157 0 0 1 17.655157-17.655157h63.311394l-52.065059-52.065059a17.655157 17.655157 0 0 1 0-24.982047 17.655157 17.655157 0 0 1 24.964392 0l73.833868 73.851522 73.833867-73.851522a17.655157 17.655157 0 0 1 24.982047 0 17.655157 17.655157 0 0 1 0 24.982047l-52.065058 52.065059h55.08409a17.655157 17.655157 0 0 1 17.655158 17.655157 17.655157 17.655157 0 0 1-17.655158 17.655157h-88.275786v52.965472h70.620629a17.655157 17.655157 0 0 1 17.655157 17.655157 17.655157 17.655157 0 0 1-17.655157 17.655157h-70.620629v70.620629a17.655157 17.655157 0 0 1-17.655157 17.655157 17.655157 17.655157 0 0 1-17.672812-17.655157z" fill="#5C97FF" p-id="2765"></path><path d="M155.376506 202.682087m-17.655157 0a17.655157 17.655157 0 1 0 35.310314 0 17.655157 17.655157 0 1 0-35.310314 0Z" fill="#5C97FF" p-id="2766"></path><path d="M52.976594 342.510932m-17.655157 0a17.655157 17.655157 0 1 0 35.310315 0 17.655157 17.655157 0 1 0-35.310315 0Z" fill="#5C97FF" p-id="2767"></path></svg>
|
||||
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
|
@ -0,0 +1 @@
|
|||
<svg t="1729756667178" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3676" width="128" height="128"><path d="M513.9 566.1c-16.8 0-33.6-4.4-48.9-13.1L152.3 374.2c-14.8-8.5-23.9-25.6-23.5-44 0.4-18.4 10.4-35 25.6-42.5l315.7-157.6c27.8-13.9 59.7-13.9 87.5 0l315.9 157.6c15.2 7.6 25.1 24.1 25.6 42.5 0.4 18.4-8.7 35.5-23.5 44L562.8 553c-15.3 8.8-32.1 13.1-48.9 13.1zM272 334.4l232.9 133.2c5.6 3.2 12.3 3.2 18 0l233-133.2-234-116.7c-5.1-2.5-11-2.6-16.1 0L272 334.4z" fill="#2867CE" p-id="3677"></path><path d="M899.2 595.2L529.9 806.3c-10.1 5.8-22.1 5.7-32.1 0l-369-211.1c0 66.5 33.5 127.4 86.9 158l242.1 138.5c17.5 10 36.7 15 56 15 19.2 0 38.4-5 55.9-15l242.5-138.6c53.4-30.5 87-91.4 87-157.9z" fill="#BDD2EF" p-id="3678"></path><path d="M899.2 428.8L529.9 639.9c-10.1 5.8-22.1 5.7-32.1 0l-369-211.1c0 66.5 33.5 127.4 86.9 158l242.1 138.5c17.5 10 36.7 15 56 15 19.2 0 38.4-5 55.9-15l242.5-138.6c53.4-30.5 87-91.4 87-157.9z" fill="#BDD2EF" p-id="3679"></path></svg>
|
||||
|
After Width: | Height: | Size: 1006 B |
|
|
@ -0,0 +1 @@
|
|||
<svg t="1730879432472" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="17189" width="128" height="128"><path d="M880.630875 1024H142.570728c-12.546224 0-22.811317-10.265092-22.811316-22.811317V22.811317c0-12.546224 10.265092-22.811317 22.811316-22.811317h739.31477c12.546224 0 22.811317 10.265092 22.811316 22.811317V118.846959c0 12.546224-10.265092 22.811317-22.811316 22.811317s-22.811317-10.265092-22.811317-22.811317V45.622633H165.382045v932.754734h693.692136V216.93562c0-12.546224 10.265092-22.811317 22.811317-22.811316s22.811317 10.265092 22.811316 22.811316v783.112498c-0.114057 13.116507-10.835375 23.951882-24.065939 23.951882z" p-id="17190" fill="#dbdbdb"></path><path d="M721.864112 205.529962H302.478057c-12.546224 0-22.811317-10.265092-22.811316-22.811316s10.265092-22.811317 22.811316-22.811317H721.864112c12.546224 0 22.811317 10.265092 22.811317 22.811317s-10.265092 22.811317-22.811317 22.811316zM721.864112 368.744932H302.478057c-12.546224 0-22.811317-10.265092-22.811316-22.811316s10.265092-22.811317 22.811316-22.811317H721.864112c12.546224 0 22.811317 10.265092 22.811317 22.811317s-10.265092 22.811317-22.811317 22.811316zM527.967922 531.845845H302.478057c-12.546224 0-22.811317-10.265092-22.811316-22.811316s10.265092-22.811317 22.811316-22.811317H527.967922c12.546224 0 22.811317 10.265092 22.811316 22.811317 0 12.660281-10.265092 22.811317-22.811316 22.811316zM668.257518 886.561818c-4.67632 0-9.35264-1.482736-13.230563-4.220094-7.071508-5.01849-10.607262-13.68679-9.238583-22.241033l3.763867-22.69726-16.652261-15.967922c-6.273112-6.044999-8.554244-15.055469-5.930943-23.381599 2.623301-8.326131 9.69481-14.371129 18.249054-15.625752l22.811316-3.535754 10.036979-20.758298c3.763867-7.869904 11.633771-12.774337 20.302072-12.888394h0.228113c8.554244 0 16.538204 4.904433 20.416129 12.546224l10.379149 20.530185 22.811316 3.079527c8.554244 1.140566 15.739808 7.185565 18.591223 15.397639 2.737358 8.212074 0.570283 17.336601-5.588772 23.3816l-16.424148 16.196034 4.106037 22.69726c1.482736 8.554244-1.938962 17.222544-8.896414 22.355091-6.957452 5.132546-16.310091 5.930942-23.951882 1.938961l-20.530185-10.607262-20.302072 10.835376c-3.649811 2.053018-7.299621 2.965471-10.949432 2.965471z m26.233014-67.179327c0.798396 1.596792 1.368679 3.421697 1.710849 5.132546 1.824905-0.228113 3.649811-0.228113 5.474716 0 0.34217-1.824905 0.912453-3.535754 1.596792-5.132546-1.596792-0.912453-3.079528-1.938962-4.448206-3.193585-1.254622 1.254622-2.737358 2.281132-4.334151 3.193585z" p-id="17191" fill="#dbdbdb"></path><path d="M698.710626 945.985297c-71.741591 0-130.024504-58.39697-130.024504-130.024504s58.39697-130.024504 130.024504-130.024504 130.024504 58.39697 130.024504 130.024504-58.282914 130.024504-130.024504 130.024504z m0-214.540432c-46.535086 0-84.401871 37.866785-84.401871 84.401871s37.866785 84.401871 84.401871 84.401872 84.401871-37.866785 84.401871-84.401872c0.114057-46.535086-37.752729-84.401871-84.401871-84.401871z" p-id="17192" fill="#dbdbdb"></path></svg>
|
||||
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
|
@ -0,0 +1 @@
|
|||
<svg t="1730877044910" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5902" width="128" height="128"><path d="M838.62 635.586c-38.842 0-70.62-31.78-70.62-70.62 0-10.594 7.062-17.656 17.656-17.656s17.656 7.062 17.656 17.656c0 19.42 15.89 35.31 35.31 35.31s35.31-15.89 35.31-35.31-15.89-35.31-35.31-35.31c-5.296 0-8.828-1.766-12.358-5.296-3.532-3.532-5.296-7.062-5.296-12.358V105.932c0-10.594 7.062-17.656 17.656-17.656 10.594 0 17.656 7.062 17.656 17.656v390.18c30.014 7.062 52.966 35.31 52.966 68.856-0.004 38.838-31.784 70.618-70.626 70.618" fill="#CBCDD1" p-id="5903"></path><path d="M790.952 52.966L411.366 459.034h123.586c12.358 0 24.718 1.766 35.31 5.296l268.358-358.4c-26.482-1.764-47.668-24.716-47.668-52.964" fill="#FEC24C" p-id="5904"></path><path d="M759.172 1024H211.862c-52.966 0-97.104-44.138-97.104-97.104s44.138-97.104 97.104-97.104h547.31c52.966 0 97.104 44.138 97.104 97.104S812.138 1024 759.172 1024" fill="#535353" p-id="5905"></path><path d="M273.656 926.896c0-24.718-19.42-44.138-44.138-44.138s-44.138 19.42-44.138 44.138 19.42 44.138 44.138 44.138 44.138-19.42 44.138-44.138M785.656 926.896c0-24.718-19.42-44.138-44.138-44.138-24.718 0-44.138 19.42-44.138 44.138s19.42 44.138 44.138 44.138c24.716 0 44.138-19.42 44.138-44.138" fill="#A2A2A2" p-id="5906"></path><path d="M397.242 829.794h176.552v-52.966h-176.552v52.966z" fill="#BC8D2F" p-id="5907"></path><path d="M361.932 494.344v141.242H169.49c-30.014 0-54.732 24.718-54.732 54.732v86.51h529.654V568.496c0-14.124-1.766-28.248-7.062-40.606-15.89-42.372-56.496-68.856-102.4-68.856H397.24c-19.42 0-35.308 15.89-35.308 35.31" fill="#FEC24C" p-id="5908"></path><path d="M169.49 635.586c-30.014 0-54.732 24.718-54.732 54.732v15.89h88.276c30.014 0 52.966-24.718 52.966-52.966v-17.656H169.49zM531.42 459.034h-81.214v127.118c0 30.014 19.42 56.496 47.668 67.09l146.538 52.966v-137.71c0-35.31-17.656-68.856-47.67-91.806-19.418-12.36-42.37-17.658-65.322-17.658" fill="#BC8D2F" p-id="5909"></path><path d="M697.38 926.896c0-21.186 15.89-38.842 35.31-44.138H238.344c19.42 3.532 35.31 21.186 35.31 44.138s-15.89 38.842-35.31 44.138h494.344c-19.42-5.296-35.308-22.952-35.308-44.138" fill="#CBCDD1" p-id="5910"></path><path d="M896.882 52.966C896.882 22.952 873.932 0 843.918 0s-52.966 22.952-52.966 52.966 22.952 52.966 52.966 52.966c28.248 0 52.964-22.952 52.964-52.966M780.358 183.614l-7.062-95.338c0-5.296-1.766-8.828-5.296-10.594l-28.248 30.014 7.062 81.214-93.572 12.358-35.31 38.842 7.062 112.994-128.882 17.656-31.78 33.544c3.532 3.532 7.062 5.296 12.358 5.296h1.766l150.07-19.42 30.014-40.606-7.062-109.462 98.868-12.358 30.012-44.14z" fill="#BC8D2F" p-id="5911"></path><path d="M873.932 476.69h-70.62c-10.594 0-17.656-7.062-17.656-17.656s7.062-17.656 17.656-17.656h70.62c10.594 0 17.656 7.062 17.656 17.656s-7.064 17.656-17.656 17.656" fill="#A2A2A2" p-id="5912"></path></svg>
|
||||
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
|
@ -0,0 +1 @@
|
|||
<svg t="1721807514653" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5047" width="128" height="128"><path d="M353.103448 1024a70.62069 70.62069 0 0 1-70.620689-70.62069v-389.720276l85.556965-287.77931c4.696276-15.889655 12.782345-28.760276 28.513104-28.760276h513.359448c15.748414 0 22.722207 12.570483 28.513103 28.760276l85.556966 287.77931V953.37931a70.62069 70.62069 0 0 1-70.62069 70.62069z" fill="#5C97FF" opacity=".2" p-id="5048"></path><path d="M776.827586 953.37931h-706.206896a70.62069 70.62069 0 0 1-70.62069-70.620689v-494.344828h847.448276v494.344828a70.62069 70.62069 0 0 1-70.62069 70.620689z m-741.517241-529.655172v459.034483a35.310345 35.310345 0 0 0 35.310345 35.310345h706.206896a35.310345 35.310345 0 0 0 35.310345-35.310345v-459.034483z" fill="#5C97FF" p-id="5049"></path><path d="M812.137931 423.724138h-776.827586a35.310345 35.310345 0 0 1-35.310345-35.310345l105.931034-353.103448c7.062069-23.763862 18.590897-35.310345 35.310345-35.310345h158.896552v35.310345h-141.241379c-10.381241 0-15.042207 10.081103-17.655173 17.655172l-97.103448 317.793104a15.624828 15.624828 0 0 0 0.176552 13.788689 15.713103 15.713103 0 0 0 12.976551 3.884138h730.818207c5.896828 0 11.917241-0.317793 14.77738-4.184276a15.165793 15.165793 0 0 0 0.406069-13.488551l-97.103449-317.793104c-4.096-9.463172-7.64469-17.655172-17.655172-17.655172h-247.172414v-35.310345h264.827586c18.767448 0 27.68331 14.124138 35.310345 35.310345l105.931035 353.103448a35.310345 35.310345 0 0 1-35.29269 35.310345z" fill="#5C97FF" p-id="5050"></path><path d="M918.068966 0m17.655172 0l0 0q17.655172 0 17.655172 17.655172l0 918.068966q0 17.655172-17.655172 17.655172l0 0q-17.655172 0-17.655172-17.655172l0-918.068966q0-17.655172 17.655172-17.655172Z" fill="#5C97FF" p-id="5051"></path><path d="M282.482759 653.241379m17.655172 0l247.172414 0q17.655172 0 17.655172 17.655173l0 0q0 17.655172-17.655172 17.655172l-247.172414 0q-17.655172 0-17.655172-17.655172l0 0q0-17.655172 17.655172-17.655173Z" fill="#5C97FF" p-id="5052"></path><path d="M506.809379 758.289655a17.655172 17.655172 0 0 1-24.964413 0 17.655172 17.655172 0 0 1 0-24.964414l62.428689-62.428689-62.428689-62.42869a17.655172 17.655172 0 0 1 0-24.964414 17.655172 17.655172 0 0 1 24.964413 0l74.910897 74.910897a17.655172 17.655172 0 0 1 0 24.964414z" fill="#FFB266" p-id="5053"></path><path d="M335.448276 0m17.655172 0l35.310345 0q17.655172 0 17.655173 17.655172l0 0q0 17.655172-17.655173 17.655173l-35.310345 0q-17.655172 0-17.655172-17.655173l0 0q0-17.655172 17.655172-17.655172Z" fill="#5C97FF" p-id="5054"></path><path d="M441.37931 17.655172m-17.655172 0a17.655172 17.655172 0 1 0 35.310345 0 17.655172 17.655172 0 1 0-35.310345 0Z" fill="#5C97FF" p-id="5055"></path><path d="M300.137931 17.655172m-17.655172 0a17.655172 17.655172 0 1 0 35.310344 0 17.655172 17.655172 0 1 0-35.310344 0Z" fill="#5C97FF" p-id="5056"></path></svg>
|
||||
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 502 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 212 B |
|
After Width: | Height: | Size: 529 B |
|
After Width: | Height: | Size: 505 B |
|
After Width: | Height: | Size: 407 B |
|
After Width: | Height: | Size: 598 B |
|
After Width: | Height: | Size: 455 B |
|
After Width: | Height: | Size: 473 B |
|
After Width: | Height: | Size: 531 B |
|
After Width: | Height: | Size: 347 B |