123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- .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;
- }
- }
- }
- }
- }
|