188 lines
2.5 KiB
CSS
Executable File
188 lines
2.5 KiB
CSS
Executable File
.con{
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.list {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: 98%;
|
|
margin: 0 auto;
|
|
padding: 2px 5px;
|
|
background: #fff;
|
|
flex: 1;
|
|
}
|
|
|
|
.listimg {
|
|
width: 50px;
|
|
height: 50px;
|
|
border: 1px solid #fff;
|
|
border-radius: 50px;
|
|
}
|
|
|
|
.listimg img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.lctop {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.listcenter {
|
|
flex: 2;
|
|
align-self: flex-start;
|
|
margin: 10px;
|
|
}
|
|
|
|
.listright {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
margin: 8px auto 3px;
|
|
}
|
|
|
|
.listcenter .name,
|
|
.listcenter .info {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
|
|
.nc {
|
|
display: none;
|
|
/* font-size: 14px; */
|
|
/* color: #000;
|
|
height: 18px;
|
|
width: 20px; */
|
|
/* width: 70%; */
|
|
/* display: inline-block; */
|
|
/* margin-left: 2px; */
|
|
/* margin: 0px 11px; */
|
|
}
|
|
|
|
.shopname {
|
|
max-width: 120px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.infocom {
|
|
font-size: 16px;
|
|
color: #ccc;
|
|
margin: 0px 5px;
|
|
}
|
|
|
|
.supermaket .namecom {
|
|
/* border: 1px solid #FF4500;
|
|
border-radius: 4px; */
|
|
text-align: center;
|
|
line-height: 23px;
|
|
color:#FF4500;
|
|
}
|
|
|
|
.commercial .namecom {
|
|
/* border: 1px solid #FEAA24;
|
|
border-radius: 4px; */
|
|
text-align: center;
|
|
line-height: 23px;
|
|
color:#FEAA24;
|
|
|
|
}
|
|
|
|
.shangdu .namecom {
|
|
/* border: 1px solid #F50003; */
|
|
/* border-radius: 4px; */
|
|
text-align: center;
|
|
line-height: 23px;
|
|
color:#F50003;
|
|
|
|
}
|
|
|
|
.scinfo {
|
|
color: #FF4500;
|
|
}
|
|
|
|
.ssinfo {
|
|
color: #FEAA24;
|
|
}
|
|
|
|
.sdinfo {
|
|
color: #F50003;
|
|
}
|
|
|
|
.listright p {
|
|
margin-right: 15%;
|
|
padding: 5px 15px;
|
|
border: 1px solid #ccc;
|
|
border-radius: 10px;
|
|
/* margin: 4px auto; */
|
|
text-align: center;
|
|
font-size: 16px;
|
|
/* background: #efefef; */
|
|
}
|
|
|
|
.add1 {
|
|
width: 96%;
|
|
margin: 5px 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%;
|
|
|
|
}
|
|
|
|
.lxy_zz {
|
|
width: 80%;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
top: 40%;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
background: #fff;
|
|
}
|
|
|
|
.lxy_zz h3 {
|
|
text-align: center;
|
|
font-size: 18px;
|
|
font-weight: 200;
|
|
|
|
}
|
|
|
|
.lxy_zz input {
|
|
/* position: absolute; */
|
|
width: 88%;
|
|
display: block;
|
|
/* top:50%;
|
|
left: 10%; */
|
|
margin: 10px auto;
|
|
height: 35px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.lxy_zz_btn {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: 80%;
|
|
margin: 0 auto;
|
|
}
|