(Created page with "#main{ margin-top: 86px; width: 100%; display: flex; justify-content: center; } #model-area{ width: 80%; max-width: 800px; display: flex; justi...") |
|||
Line 23: | Line 23: | ||
} | } | ||
.model p{ | .model p{ | ||
− | font-size: 18px; | + | font-size: 18px !important; |
− | line-height: 30px; | + | line-height: 30px !important; |
− | font-family: 'quicksand medium'; | + | font-family: 'quicksand medium' !important; |
} | } | ||
.model-zone{ | .model-zone{ |
Revision as of 21:35, 17 October 2018
- 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 !important; line-height: 30px !important; font-family: 'quicksand medium' !important;
} .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;
}