91 lines
1.2 KiB
CSS
Executable File
91 lines
1.2 KiB
CSS
Executable File
.con {
|
|
margin-bottom: 35px;
|
|
}
|
|
|
|
.row {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
/* align-items: center; */
|
|
width: 98%;
|
|
height: 100px;
|
|
margin: 3px auto;
|
|
background: #0FD5F7;
|
|
padding: 8px;
|
|
}
|
|
|
|
.row .left {
|
|
flex: 1;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.row .left img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.row .right {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items: auto;
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
.row .right .oper {
|
|
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
}
|
|
|
|
.row .right span {
|
|
display: inline-block;
|
|
width: 30%;
|
|
height: 25px;
|
|
/* background: #0FD5F7; */
|
|
}
|
|
|
|
.row .right span img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.row .right p {
|
|
/* display: inline-block; */
|
|
text-align: center;
|
|
background: #F0AD4E;
|
|
color: #fff;
|
|
}
|
|
|
|
.row .center {
|
|
flex: 2;
|
|
color: #fff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.add1 {
|
|
width: 96%;
|
|
margin: 10px auto;
|
|
height: 63px;
|
|
background: #C9C9C9;
|
|
border: 1px solid #C9C9C9;
|
|
border-radius: 5px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
/* margin-top: 10px; */
|
|
}
|
|
|
|
.addimg {
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
|
|
.add1 img {
|
|
/* position: absolute; */
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|