| | |
| | | <div class="securityCertificate" id="securityCertificate"> |
| | | <div class="security_main" ref="securityCertificate"> |
| | | <!-- 标题 --> |
| | | <div class="security_main_backImge no-print"></div> |
| | | <div class="security_main-title no-print"> |
| | | |
| | | <span style="letter-spacing: 0px">____________</span> |
| | |
| | | // display: flex; |
| | | // align-items: center; |
| | | // justify-content: space-around; |
| | | background-image: url(/img/securityCertificate/bazsss.png); |
| | | background-size: 100% 100%; |
| | | background-repeat: no-repeat; |
| | | // background-image: url(/img/securityCertificate/bazsss.png); |
| | | // background-size: 100% 100%; |
| | | // background-repeat: no-repeat; |
| | | position: relative; |
| | | } |
| | | // 标题 |
| | |
| | | font-size: $rightFontSize; |
| | | // width: $rightWidth; |
| | | } |
| | | //背景图 |
| | | .security_main_backImge { |
| | | position: absolute; |
| | | width: 100%; |
| | | height: 100%; |
| | | background-image: url(/img/securityCertificate/bazsss.png); |
| | | background-size: 100% 100%; |
| | | background-repeat: no-repeat; |
| | | } |
| | | </style> |