add vystavki

This commit is contained in:
2021-09-30 13:51:38 +03:00
parent 57858d1fbd
commit c2819573de
8 changed files with 258 additions and 30 deletions

View File

@@ -127,21 +127,24 @@ a{
height: 130px;
}
#mainlogo{
margin-left: 12px;
min-width: 340px;
}
.wrap{
transform: translate(-50%, -50%);
transform: translate(0%, 0%);
width: 0px;
height: 55px;
line-height: 55px;
border-radius: 35px;
background: #F2F2F2;
/*transition: all 0.5s ease;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
transition: all 0.5s ease;*/
align-items: center;
/* align-items: center;
justify-content: center;
margin-top: 55px;
margin-left: 35px;
/* margin-top: 55px;
margin-left: 35px;*/
}
.input{
@@ -152,20 +155,21 @@ a{
font-size: 18px;
color: black;
transition: all 0.3s ease;
margin-left: 12px;
position: relative;
}
.wrap .fa{
color: black;
position: absolute;
right: 17px;
position: absolute;
right: 17px;
top: 15px;
font-size: 18px;
cursor: pointer;
}
.wrap.active{
width: 200px;
width: 220px;
padding-left: 25px;
transition: all 0.5s ease;
}
@@ -220,6 +224,36 @@ a{
padding-bottom: 12px;
}
.search-card-box{
display: flex;
flex-direction: column;
}
.search-card{
width: 100%;
border-bottom: 1px solid #E9EAEB;
padding-bottom: 22px;
margin-bottom: 22px;
}
.search-card-title{
font-weight: bold;
font-size: 22px;
line-height: 140%;
margin-bottom: 12px;
}
.search-card-img{
float: right;
display: inline;
margin-left: 10px;
max-width: 239px;
}
/** #vert-title div{
@@ -246,6 +280,7 @@ a{
display: flex;
flex-direction: column;
border-left: 1px solid #E9EAEB;
padding-top: 42px;
}
@@ -253,8 +288,9 @@ a{
background-color: white;
display: flex;
align-items: center;
justify-content: space-around;
flex-wrap: wrap;
box-shadow: 0px 4px 53px rgba(0, 0, 0, 0.07);
/* justify-content: space-around;
flex-wrap: wrap; */
}
@@ -461,7 +497,7 @@ a{
font-size: 12px;
}
header, article, nav{
article{
padding: 1em;
}
@@ -472,8 +508,8 @@ a{
#header-contact{
display: flex;
flex-direction: column;
margin-top: 12px;
margin-right: 12px;
margin-left: 22px;
width: 20%;
}
/* +7 (495) 925 06 34 info@vetandlife.ru */
@@ -529,6 +565,12 @@ a{
background: #F5F5F5;
}
#event-img{
float: left;
margin-right: 12px;
margin-bottom: 12px;
}
.pagination-wrapper{
width: 100%;
text-align: center;
@@ -570,6 +612,11 @@ a{
margin-top: 42px;
}
#title-404{
margin-top: 42px;
text-align: center;
}
site-header .search-form {
position: absolute;
right: 200px;
@@ -1159,7 +1206,8 @@ img-fluid{
#content{
width: 100%;
/*width: 100%;*/
min-width: 780px;
}
@@ -1315,6 +1363,8 @@ img-fluid{
}
.post_info_social{
display: none;
}