CSS3 제목 텍스트 뒤의 수평선

497030189fe4f45d28abe63b0189f984.png

샘플 코드

<template>
   <div>
        <h2 class="background">删除线</h2>
        <h2 class="background"><span>左右两侧线</span></h2>
        <h2 class="background double"><span>双层线</span></h2>
        <h2 class="no-background"><span>左右两侧线</span></h2>
        <h2 class="no-span">左右两侧线</h2> 
   </div>
</template>
<style scoped>
h2 {
    font: 33px sans-serif;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
}
h2.background {
    position: relative;
    z-index: 1;
}
h2.background:before {
    border-top: 2px solid #dfdfdf;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
}
h2.background span {
    background: #fff;
    padding: 0 15px;
}
h2.double:before {
    border-top: none;
}
h2.double:after {
    border-bottom: 1px solid blue;
    -webkit-box-shadow: 0 1px 0 0 red;
    -moz-box-shadow: 0 1px 0 0 red;
    box-shadow: 0 1px 0 0 red;
    content: "";
    /* this centers the line to the full width specified */
    margin: 0 auto;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    width: 95%;
    z-index: -1;
}
h2.no-background {
    position: relative;
    overflow: hidden;
}
h2.no-background span {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    position: relative;
    padding: 0 20px;
}
h2.no-background span:before,
h2.no-background span:after {
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: 0.73em;
    border-top: 1px solid red;
}
h2.no-background span:before {
    right: 100%;
}
h2.no-background span:after {
    left: 100%;
}
h2.no-span {
    display: table;
    white-space: nowrap;
}
h2.no-span:before,
h2.no-span:after {
    border-top: 1px solid green;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 45%;
}
h2.no-span:before {
    right: 1.5%;
}
h2.no-span:after {
    left: 1.5%;
}
</style>

36b1409c8fc39bea53e00b2d6e360af2.jpeg

WeChat 비디오 계정 생성자 공유 계획에 대한 주의사항


8e6c291b25395da60bd992395890a0f5.jpeg

어릴 때부터 선생님들이 가르쳐 주신 도덕이라는 두 단어에 대해 이야기해 보겠습니다.


c5865735ee7e410cbd2af30be6ffb507.jpeg

기업 사회 보장 직원 - 규제 벌금을 늘리거나 줄이고 피하는 방법


c6c91c1b3a571e4a6b93f0cef0cdfa08.jpeg

기업용 세금 직원을 추가하는 방법(일일 송장 및 세금 신고)


2a717f6eb2bf54a57ea527f5f8097fc4.jpeg

기업의 부가가치세 및 개인세 연체신고 처리


7629b67d1f2092b9ebd916177a5214f8.png

(그림을 그릴 수 있고, 질문할 수 있음)

d875e42d70ec5a8192b9c46d6266692f.png

추천

출처blog.csdn.net/wzc_coder/article/details/132114401