| | |
| | | margin-right: 5px; |
| | | } |
| | | |
| | | select#select-cstmr { |
| | | color: rgba(0, 0, 0, 1) !important; /* 使用更具体的选择器 */ |
| | | } |
| | | |
| | | .cstmrDetl{ |
| | | /*color: rgba(0, 0, 0, 0); !* 使用更具体的选择器 *!*/ |
| | | } |
| | | |
| | | </style> |
| | | </head> |
| | | <body> |
| | |
| | | <!--</script>--> |
| | | |
| | | <script type="text/template" id="cstmrId"> |
| | | <select id="select-cstmr" style="width: 100%" class="layui-border select-cstmr" lay-ignore > |
| | | <option value="">选择甲方单位</option> |
| | | <select id="select-cstmr" style="width: 100%;color:rgba(0, 0, 0, 1) !important" class="layui-border select-cstmr" lay-ignore > |
| | | <option value="" class="cstmrDetl">选择甲方单位</option> |
| | | <!-- style="width: 100%;color: rgba(0, 0, 0, 1)"--> |
| | | </select> |
| | | </script> |
| | | |
| | | <script> |
| | | |
| | | </script> |
| | | |
| | | <!--<!– 表单弹窗 –>--> |