- main{
margin-top: 86px; width: 100%; display: flex; justify-content: center;
}
- model-area{
width: 80%; max-width: 800px; display: flex; justify-content: space-between; padding-top: 100px; padding-bottom: 100px; flex-wrap: wrap; background: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%); /*color: white;*/ /*background-color: #f1f1f1;*/
} .model {
width: 100%; /*background: orange;*/
} .model p{
font-size: 18px; line-height: 30px; font-family: 'quicksand medium';
} .model-zone{
width: 100%; height: 100%; padding-top: 20px;
} .pic{
width: 15%; padding-left: 24px; min-width: 100px;
} .pic img{
width: 100%;
} .detail{
padding: 0 36px 30px 36px;
} .detail p{
font-size: 18px; line-height: 36px;
} .detail p a{
color: black; font-weight: bold;
}