jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/pages/shangmenyuyue/shangmenyuyue.acss

235 lines
3.1 KiB
Plaintext
Raw Normal View History

2024-11-10 07:01:22 +00:00
/* 搜索框的大盒子 */
.sousuo{
width: 100%;
height: 50px;
}
.sousuo image{
width: 30px;
height: 30px;
position: absolute;
left: 10px;
top: 10px;
}
/* 搜索栏 */
.ssl{
width: 260px;
height: 40px;
position: absolute;
left: 64px;
top: 5px;
margin: 0 auto;
border: 1px #e5e5e5 solid;
border-radius: 20px;
}
.ssl image{
width: 30px;
height: 30px;
position: absolute;
left: 10px;
top: 5px;
}
/* 搜索栏输入的内容 */
.box1{
width: 100px;
height: 28px;
position: absolute;
left: 40px;
top: 5px;
}
/* 店铺筛选 */
.shaixuan{
width: 100%;
height: 50px;
}
/* 推荐店铺 */
.tjdp{
width: 90px;
height: 30px;
position: absolute;
left: 50px;
top: 70px;
}
/* 综合排序 */
.zhpx{
width: 90px;
height: 30px;
position: absolute;
left: 175px;
top: 70px;
}
/* 筛选 */
.sx{
width: 90px;
height: 30px;
position: absolute;
left: 300px;
top: 70px;
}
/* 店铺大盒子 */
.dianpu{
width: 100%;
height: 600px;
}
/* a店铺 */
.adianpu{
width: 344px;
height: 120px;
position: relative;
left: 2px;
top: 70px;
margin: auto;
border: 3px #de868f solid;
border-radius: 20px;
}
.adianpu image{
width: 90px;
height: 90px;
position: absolute;
left: 10px;
top: 10px;
border-radius: 10px;
}
/* a店铺名称 */
.aname{
font-size: 15px;
font-weight: bold;
left: 110px;
top: 15px;
position: absolute;
color: black;
}
/* b店铺 */
.bdianpu{
width: 344px;
height: 120px;
position: absolute;
left: 22px;
top: 260px;
margin: auto;
border: 3px #de868f solid;
border-radius: 20px;
}
.bdianpu image{
width: 90px;
height: 90px;
position: absolute;
left: 10px;
top: 10px;
border-radius: 10px;
}
/* b店铺名称 */
.aname{
font-size: 15px;
font-weight: bold;
left: 110px;
top: 15px;
position: absolute;
color: black;
}
/* c店铺 */
.cdianpu{
width: 344px;
height: 120px;
position: absolute;
left: 22px;
top: 400px;
margin: auto;
border: 3px #de868f solid;
border-radius: 20px;
}
.cdianpu image{
width: 90px;
height: 90px;
position: absolute;
left: 10px;
top: 10px;
border-radius: 10px;
}
/* c店铺名称 */
.aname{
font-size: 15px;
font-weight: bold;
left: 110px;
top: 15px;
position: absolute;
color: black;
}
/* 可上门小框 */
.ksm{
width: 70px;
height: 26px;
position: absolute;
left: 255px;
top: 40px;
border: 2px #bfddc1 solid;
border-radius: 10px;
}
/* 可上门小字 */
.wksm{
font-size: 12px;
left: 18px;
top: 6px;
position: absolute;
color:#7ab77d;
}
/* 接受预约 */
.yy1{
width: 50px;
height: 25px;
position: absolute;
left: 110px;
top: 45px;
background-color: #58a55c;
}
.yy2{
width: 60px;
height: 25px;
position: absolute;
left: 165px;
top: 45px;
background-color: #ffffff;
}
.yy3{
width: 10px;
height: 25px;
position: absolute;
left: 230px;
top: 45px;
background-color: #58a55c;
}
/* 《预约》 */
.wyy1{
font-size: 12px;
color: #ffffff;
}
.wyy2{
font-size: 12px;
color: #65ac68;
}
/* 店铺地点 */
.wdpdd{
font-size: 12px;
left: 110px;
top: 85px;
position: absolute;
color: #9b9b9b;
}