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