0.0.63
This commit is contained in:
@@ -888,4 +888,95 @@ body.n_scroll{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: scale-down;
|
||||
}
|
||||
|
||||
/* functional features*/
|
||||
|
||||
.content_block_functional_features{
|
||||
width: 100%;
|
||||
position: relative;
|
||||
display: flex;
|
||||
justify-content: right;
|
||||
flex-wrap: wrap;
|
||||
|
||||
}
|
||||
|
||||
.first_line_block_functional_features{
|
||||
display: flex;
|
||||
width: 100%;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.title_block_functional_features{
|
||||
font-size: 36px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.container_image_block_functional_features{
|
||||
width: 45%;
|
||||
}
|
||||
|
||||
.image_functional_features{
|
||||
max-width: 100%;
|
||||
object-fit: scale-down;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.container_txt_first_line_block_functional_features{
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.functional_features_option_txt{
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.container_content_functional_features_block_items{
|
||||
border-radius: 5px;
|
||||
background: rgba(255, 255, 255, 0.80);
|
||||
box-shadow: 1px 1px 10px 0 rgba(16, 33, 43, 0.10);
|
||||
width: calc(90% - 50px);
|
||||
padding: 25px 15px;
|
||||
position: relative;
|
||||
top: -80px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.container_content_features_block_item{
|
||||
width: 18.18568515%;
|
||||
display: block;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.container_content_features_block_item.bottom{
|
||||
margin-bottom: 100px;
|
||||
}
|
||||
|
||||
.img_item_container_functional_features{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.img_item_functional_features{
|
||||
max-width: 100%;
|
||||
object-fit: scale-down;
|
||||
}
|
||||
|
||||
.description_item_features_container{
|
||||
font-size: 14px;
|
||||
font-weight: 300;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.title_item_features_container{
|
||||
font-weight: 500;
|
||||
font-size: 16px;
|
||||
margin-bottom: 15px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.options_functional_features{
|
||||
height: 215px;
|
||||
overflow: hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user