Chente 8 лет назад
Родитель
Сommit
d3cb3a40ee
4 измененных файлов с 8 добавлено и 8 удалено
  1. 1 1
      css/global.css
  2. 3 3
      invoice-addn.html
  3. 2 2
      invoice-batch-edit.html
  4. 2 2
      invoice-edit.html

+ 1 - 1
css/global.css

@@ -2026,7 +2026,7 @@ table .taC{
 .saeaList .entry table th .repMark .rmUdone{
   color:#F89406;
 }
-.saeaList td sup {
+.saeaList th sup,.saeaList td sup {
   color:#fff;
   vertical-align: top;
   margin-left: 5px;

+ 3 - 3
invoice-addn.html

@@ -92,7 +92,7 @@
 								<tr>
 									<th class="taC"><span class="colRed">*</span>发票类型</th><td colspan="3">
 									<label class="radio inline"><input type="radio">增值税普通发票</label>
-									<label class="radio inline"><input type="radio">增值税专用发票</label>
+									<label class="radio inline colRed"><input type="radio"><sup>专</sup> 增值税专用发票</label>
 									</td>
 								</tr>
 								</tbody>
@@ -118,10 +118,10 @@
 								</tr>
 								</tbody>
 							</table>
-						<table class="table table-bordered table-condensed">
+						<table class="table table-bordered table-condensed ">
 								<tbody>
 								<tr>
-									<th colspan="4" class="taC">增值税专用发票</th>
+									<th colspan="4" class="taC colRed"><sup>专</sup> 增值税专用发票</th>
 								</tr>
 								<tr>
 									<th class="taC" width="150"><span class="colRed">*</span>单位名称</th><td><input type="text" placeholder="必填"></td>

+ 2 - 2
invoice-batch-edit.html

@@ -92,7 +92,7 @@
 								<tr>
 									<th class="taC"><span class="colRed">*</span>发票类型</th><td colspan="3">
 									<label class="radio inline"><input type="radio">增值税普通发票</label>
-									<label class="radio inline"><input type="radio">增值税专用发票</label>
+									<label class="radio inline colRed"><input type="radio"><sup>专</sup> 增值税专用发票</label>
 									</td>
 								</tr>
 								</tbody>
@@ -121,7 +121,7 @@
 						<table class="table table-bordered table-condensed">
 								<tbody>
 								<tr>
-									<th colspan="4" class="taC">增值税专用发票</th>
+									<th colspan="4" class="taC colRed"><sup>专</sup> 增值税专用发票</th>
 								</tr>
 								<tr>
 									<th class="taC" width="150"><span class="colRed">*</span>单位名称</th><td><input type="text" placeholder="必填"></td>

+ 2 - 2
invoice-edit.html

@@ -92,7 +92,7 @@
 							<tr>
 								<th class="taC"><span class="colRed">*</span>发票类型</th><td colspan="3">
 								<label class="radio inline"><input type="radio">增值税普通发票</label>
-								<label class="radio inline"><input type="radio">增值税专用发票</label>
+								<label class="radio inline colRed"><input type="radio"><sup>专</sup> 增值税专用发票</label>
 							</td>
 							</tr>
 							</tbody>
@@ -111,7 +111,7 @@
 						<table class="table table-bordered table-condensed">
 							<tbody>
 							<tr>
-								<th colspan="4" class="taC">增值税专用发票</th>
+								<th colspan="4" class="taC colRed"><sup>专</sup> 增值税专用发票</th>
 							</tr>
 							<tr>
 								<th class="taC" width="150"><span class="colRed">*</span>单位名称</th><td><input type="text"></td>