Commit cceefc84 authored by 何波's avatar 何波

提出的字体问题处理

parent 184f8a5e
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
box-sizing: border-box; box-sizing: border-box;
font-family: '\5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif'; font-family: '\5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif' !important;
font-size: 14px; font-size: 14px;
color: #2C2C2C; color: #2C2C2C;
} }
...@@ -305,6 +305,7 @@ ...@@ -305,6 +305,7 @@
display: flex; display: flex;
text-align: center; text-align: center;
align-items: flex-end; align-items: flex-end;
font-weight: bold;
} }
.top { .top {
...@@ -671,7 +672,7 @@ ...@@ -671,7 +672,7 @@
<table class="detail-table grid" id="resultTable"> <table class="detail-table grid" id="resultTable">
<thead> <thead>
<tr> <tr>
<th class="col-select" style="width: 44px;">选择</th> <th class="col-select" style="width: 44px;font-weight: bold;">选择</th>
<th style="width: 88px;"> <th style="width: 88px;">
<div class="xflex"> <div class="xflex">
<span>交易时间 </span> <span>交易时间 </span>
...@@ -683,7 +684,7 @@ ...@@ -683,7 +684,7 @@
</th> </th>
<th colspan="2" style="width: 211px;"> <th colspan="2" style="width: 211px;">
<div class="thbox"> <div class="thbox">
<div>发生额/元</div> <div style="font-weight: bold;">发生额/元</div>
<div class="flex"> <div class="flex">
<div class="xflex"> <div class="xflex">
<span>借方(支取) </span> <span>借方(支取) </span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment