12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- .main .about {
- margin-top: 100px;
- }
- .main .about .container {
- position: relative;
- }
- .main .about .cover {
- position: absolute;
- left: 0;
- top: 0;
- width: 680px;
- height: 452px;
- background: pink;
- }
- .main .about .content {
- box-sizing: border-box;
- }
- .main .about .content .title {
- font-size: 24px;
- font-weight: bold;
- padding: 10px 0 20px;
- text-align: center;
- }
- .main .about .content .subtitle {
- font-size: 16px;
- text-align: center;
- }
- .main .about .content .title,
- .main .about .content .subtitle,
- .main .about .content .section {
- padding-left: 735px;
- }
- .main .about .content .section {
- height: 427px;
- padding-left: 735px;
- padding-top: 52px;
- padding-right: 40px;
- margin-top: 53px;
- background: url(/img/product-mesobiolift-about-bg.png) no-repeat;
- background-position: 20px 26px;
- background-color: #f7f7f7;
- }
- .main .about .content .section .description {
- line-height: 32px;
- }
- .main .about .content .section ul li {
- line-height: 40px;
- }
- .main .service {
- margin-top: 180px;
- }
- .main .service.one .content {
- background-image: url(/img/service-title-bg-one.png);
- }
- .main .service.one .cover {
- height: 578px;
- }
- .main .service.two .content {
- background-image: url(/img/service-title-bg-two.png);
- }
- .main .service.two .cover {
- height: 700px;
- }
- .main .service .cover {
- width: 567px;
- background-color: pink;
- }
- .main .service .content {
- width: 560px;
- box-sizing: border-box;
- padding-top: 113px;
- background-repeat: no-repeat;
- background-position: left top;
- }
- .main .service .content .title {
- font-size: 24px;
- font-weight: bold;
- }
- .main .service .content .line {
- height: 3px;
- width: 32px;
- background-color: #f7f7f7;
- margin: 32px 0;
- }
- .main .service .content .description {
- font-size: 16px;
- line-height: 40px;
- }
- .main .service .content .detail {
- margin-top: 32px;
- }
- .main .service .content .detail li {
- line-height: 40px;
- }
- .main .service .content .detail .text {
- color: #999;
- }
|