.main { margin-top: -80px; .title { font-size: 24px; font-weight: bold; } .about { margin-bottom: 180px; .cover { width: 614px; height: 412px; background-color: pink; } .container { position: relative; } .content { position: absolute; bottom: 0; right: 0; width: 518px; .title { font-size: 34px; text-transform: uppercase; } .detail { font-size: 14px; line-height: 40px; text-align: justify; } .tags { margin-top: 36px; display: flex; .tag { padding: 8px 14px; font-size: 16px; color: #0688d2; background: #eff9ff; } } .line { margin: 32px 0; width: 32px; height: 2px; background: #d8d8d8; } } } .service { margin: 80px 0; .cover { width: 640px; height: 480px; box-sizing: border-box; } &.one { .content { background-image: url(/img/product-intradermik-service-bg-01.png); } } &.two { .content { background-image: url(/img/product-intradermik-service-bg-02.png); } } &.three { .content { background-image: url(/img/product-intradermik-service-bg-03.png); } } &.four { .content { background-image: url(/img/product-intradermik-service-bg-04.png); } } .content { width: 560px; height: 480px; box-sizing: border-box; background: rgba(0, 0, 0, 0.39); padding: 70px 60px 0; background-repeat: no-repeat; background-position: center; background-size: 560px; .title { color: #fff; margin-bottom: 20px; } .mb24 { margin-bottom: 40px; } .mb56 { margin-bottom: 56px; } .lh40 { line-height: 40px; } .lh28 { line-height: 28px; } .subtitle { font-size: 16px; color: #fff; } .detail { color: #fff; font-size: 16px; li { margin-top: 32px; } .label { margin-bottom: 16px; } } } } }