49 lines
789 B
CSS
49 lines
789 B
CSS
|
.content{
|
||
|
padding:1.833rem 1.67rem 4rem 1.833rem;
|
||
|
background: white;
|
||
|
font-size: 1rem;
|
||
|
line-height: 1.8rem;
|
||
|
}
|
||
|
|
||
|
/*.content .pic-con{
|
||
|
display:flex;
|
||
|
flex-wrap: wrap;
|
||
|
|
||
|
}*/
|
||
|
.content .pic-con{
|
||
|
min-height: 6rem;
|
||
|
width: 100%;
|
||
|
}
|
||
|
/*.content .pic-con img {
|
||
|
width: 31%;
|
||
|
margin-top: 1rem
|
||
|
}*/
|
||
|
.content .pic-con img {
|
||
|
display: inline-block;
|
||
|
max-height: 100%;
|
||
|
max-width: 31%;
|
||
|
margin: 0 0.2rem;
|
||
|
}
|
||
|
|
||
|
.content .pic-con img:nth-child(3n+2){
|
||
|
margin-right: 3%;
|
||
|
margin-left: 3%;
|
||
|
}
|
||
|
.toRepairDetail:active{
|
||
|
color: #e9be2b;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
.hide{
|
||
|
display: none;
|
||
|
}
|
||
|
#create-order-btn {
|
||
|
position: fixed;
|
||
|
bottom: 0;
|
||
|
width: 100%;
|
||
|
height: 3rem;
|
||
|
line-height: 3rem;
|
||
|
font-size: 1.3rem;
|
||
|
text-align: center;
|
||
|
background-color: #e9be2b;
|
||
|
display: none;
|
||
|
}
|