98 lines
1.4 KiB
CSS
98 lines
1.4 KiB
CSS
.content_message{
|
|
text-align: center;
|
|
}
|
|
|
|
.zz-comp{
|
|
height: 60px;
|
|
}
|
|
|
|
.title{
|
|
font-size: 18px;
|
|
line-height: 1.5;
|
|
text-align: inherit;
|
|
}
|
|
|
|
.content_group h2{
|
|
text-align: center;
|
|
}
|
|
|
|
.input-group input{
|
|
margin: 0 10px;
|
|
}
|
|
|
|
.input-group {
|
|
width: 100%;
|
|
position: relative;
|
|
display: flex;
|
|
padding-bottom: 20px;
|
|
border-collapse: separate;
|
|
}
|
|
|
|
.col-lg-6{
|
|
width: 100%;
|
|
}
|
|
|
|
textarea{
|
|
width: 100%;
|
|
height: 120px;
|
|
}
|
|
|
|
.row button{
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.content_button{
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.content_button button{
|
|
background-color: rgba(220, 36, 42, 1);
|
|
color: rgba(255, 255, 255, 1);
|
|
font-size: 16px;
|
|
border: 0px solid rgba(90, 72, 251, 1);
|
|
border-radius: 0px 0px 0px 0px;
|
|
padding: 18px 60px 18px 60px;
|
|
}
|
|
|
|
.message ul{
|
|
display: flex;
|
|
width: 95%;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.message{
|
|
display: flex;
|
|
justify-content: center;
|
|
position: relative;
|
|
padding: 0px 0px 0px 0px;
|
|
border-radius: 0px 0px 0px 0px;
|
|
}
|
|
|
|
.title{
|
|
line-height: 43px;
|
|
padding-top: 12px;
|
|
}
|
|
|
|
.img{
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
.img img{
|
|
object-fit: contain;
|
|
height: 59%;
|
|
width: 12%;
|
|
position: absolute;
|
|
top: 26%;
|
|
left: 4%;
|
|
}
|
|
|
|
.message ul li{
|
|
margin: 12px 0px;
|
|
border: 1px solid #80808014;
|
|
width: 33.333336%;
|
|
} |