(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
#main{ | #main{ | ||
− | margin-top: | + | margin-top: 46px; |
width: 100%; | width: 100%; | ||
display: flex; | display: flex; | ||
Line 26: | Line 26: | ||
line-height: 30px !important; | line-height: 30px !important; | ||
font-family: 'quicksand medium' !important; | font-family: 'quicksand medium' !important; | ||
+ | text-align:left !important; | ||
} | } | ||
.model-zone{ | .model-zone{ | ||
Line 50: | Line 51: | ||
color: black; | color: black; | ||
font-weight: bold; | font-weight: bold; | ||
+ | } | ||
+ | .detail b{ | ||
+ | font-size:24px; | ||
+ | line-height:30px; | ||
+ | font-family:'quicksand medium' | ||
} | } |
Latest revision as of 02:27, 18 October 2018
- main{
margin-top: 46px; 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; text-align:left !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;
} .detail b{
font-size:24px; line-height:30px; font-family:'quicksand medium'
}