证书样式
Showing
1 changed file
with
28 additions
and
21 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-08 15:59:07 | 4 | * @LastEditTime: 2023-09-08 16:38:43 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="szxx"> | 7 | <div class="szxx"> |
... | @@ -21,7 +21,8 @@ | ... | @@ -21,7 +21,8 @@ |
21 | <span>{{ item.qllx }}</span> | 21 | <span>{{ item.qllx }}</span> |
22 | </div> | 22 | </div> |
23 | <div class="text color_red"> | 23 | <div class="text color_red"> |
24 | <span>{{ item.qlr }}</span><span class="color_iray">({{ item.qllx }})</span> | 24 | <span>{{ item.qlr }}</span |
25 | ><span class="color_iray">({{ item.qllx }})</span> | ||
25 | </div> | 26 | </div> |
26 | <div class="text color_iray"> | 27 | <div class="text color_iray"> |
27 | <span>{{ item.gyqk }}</span> | 28 | <span>{{ item.gyqk }}</span> |
... | @@ -195,7 +196,7 @@ export default { | ... | @@ -195,7 +196,7 @@ export default { |
195 | let className = "box-card"; | 196 | let className = "box-card"; |
196 | if (item.bdcqzlx == 1) { | 197 | if (item.bdcqzlx == 1) { |
197 | className += " zs-card"; | 198 | className += " zs-card"; |
198 | }else{ | 199 | } else { |
199 | className += " zm-card"; | 200 | className += " zm-card"; |
200 | } | 201 | } |
201 | if (item.szcs == 0) { | 202 | if (item.szcs == 0) { |
... | @@ -222,16 +223,16 @@ export default { | ... | @@ -222,16 +223,16 @@ export default { |
222 | margin: 10px; | 223 | margin: 10px; |
223 | box-shadow: none; | 224 | box-shadow: none; |
224 | background-image: url("~@/image/zm-bg.png"); | 225 | background-image: url("~@/image/zm-bg.png"); |
225 | background-size: 100% 100%;; | 226 | background-size: 100% 100%; |
226 | border: 0; | 227 | border: 1px solid transparent; |
227 | /deep/ .el-card__header { | 228 | /deep/ .el-card__header { |
228 | padding: 12px 66px; | 229 | padding: 12px 66px; |
229 | background-size: auto; | 230 | background-size: auto; |
230 | border-bottom:0; | 231 | border-bottom: 0; |
231 | position: relative; | 232 | position: relative; |
232 | } | 233 | } |
233 | .szxx_header { | 234 | .szxx_header { |
234 | color: #8B4534; | 235 | color: #8b4534; |
235 | } | 236 | } |
236 | .szxx_body { | 237 | .szxx_body { |
237 | height: 280px; | 238 | height: 280px; |
... | @@ -249,26 +250,33 @@ export default { | ... | @@ -249,26 +250,33 @@ export default { |
249 | .top_line { | 250 | .top_line { |
250 | border-top: 1px solid #d3dbe5; | 251 | border-top: 1px solid #d3dbe5; |
251 | width: 330px; | 252 | width: 330px; |
252 | margin: 0 auto 10px ; | 253 | margin: 0 auto 10px; |
253 | } | 254 | } |
254 | } | 255 | } |
255 | .zm-card{ | 256 | .zm-card { |
256 | /deep/ .el-card__header { | 257 | /deep/ .el-card__header { |
257 | &:after{ | 258 | &:after { |
258 | content: ""; | 259 | content: ""; |
259 | display: inline-block; | 260 | display: inline-block; |
260 | width: 330px; | 261 | width: 330px; |
261 | height: 1px; | 262 | height: 1px; |
262 | background-color: #B28676; | 263 | background-color: #b28676; |
263 | position: absolute; | 264 | position: absolute; |
264 | left: 10px; | 265 | left: 10px; |
266 | bottom: 0; | ||
265 | } | 267 | } |
266 | } | 268 | } |
267 | } | 269 | } |
268 | .zm-card.no-print { | 270 | .zm-card.no-print { |
269 | background-image: url("~@/image/zm-gray.png"); | 271 | background-image: url("~@/image/zm-gray.png"); |
272 | |||
273 | /deep/ .el-card__header { | ||
274 | &:after { | ||
275 | background-color: #6d7278; | ||
276 | } | ||
277 | } | ||
270 | .szxx_header { | 278 | .szxx_header { |
271 | color: #6D7278; | 279 | color: #6d7278; |
272 | } | 280 | } |
273 | } | 281 | } |
274 | .zs-card.no-print { | 282 | .zs-card.no-print { |
... | @@ -299,22 +307,21 @@ export default { | ... | @@ -299,22 +307,21 @@ export default { |
299 | } | 307 | } |
300 | } | 308 | } |
301 | 309 | ||
302 | |||
303 | .text { | 310 | .text { |
304 | margin-bottom: 8px; | 311 | margin-bottom: 8px; |
305 | text-align: left; | 312 | text-align: left; |
306 | text-indent: 16px; | 313 | text-indent: 16px; |
307 | } | 314 | } |
308 | .text.tac{ | 315 | .text.tac { |
309 | text-align: center; | 316 | text-align: center; |
310 | } | 317 | } |
311 | 318 | ||
312 | .color_iray { | 319 | .color_iray { |
313 | color: #6D7278; | 320 | color: #6d7278; |
314 | } | 321 | } |
315 | 322 | ||
316 | .color_red { | 323 | .color_red { |
317 | color: #AB0C0C; | 324 | color: #ab0c0c; |
318 | } | 325 | } |
319 | 326 | ||
320 | .middle_margin { | 327 | .middle_margin { | ... | ... |
-
Please register or sign in to post a comment