|
@@ -10,29 +10,12 @@
|
|
|
<head>
|
|
|
<title>添加工程</title>
|
|
|
<style>
|
|
|
- .layui-input{
|
|
|
- height: 28px;
|
|
|
- margin-top: 6px;
|
|
|
- }
|
|
|
+ .layui-input{ height: 28px;margin-top: 6px;}
|
|
|
.layui-table-view .layui-table {width:100%}
|
|
|
- .myselect{
|
|
|
- border: none;
|
|
|
- padding: 5px 7px;
|
|
|
- min-height: 20px;
|
|
|
- color: #666666;
|
|
|
- }
|
|
|
- .mydiv1{
|
|
|
- padding: 5px 7px;
|
|
|
- min-height: 20px;
|
|
|
- border: whitesmoke;
|
|
|
- }
|
|
|
- .layui-btn-mysele{
|
|
|
- width: 70px;
|
|
|
- }
|
|
|
- .mydiv1:empty:before{
|
|
|
- content: attr(placeholder);
|
|
|
- color:#999999;
|
|
|
- }
|
|
|
+ .myselect{border: none;padding: 5px 7px;min-height: 20px;color: #666666;}
|
|
|
+ .mydiv1{padding: 5px 7px;min-height: 20px;border: whitesmoke;}
|
|
|
+ .layui-btn-mysele{width: 70px;}
|
|
|
+ .mydiv1:empty:before{content: attr(placeholder);color:#999999;}
|
|
|
.mydiv1:focus:before{content:none}
|
|
|
</style>
|
|
|
</head>
|