jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/pages/shangjiabiaodan/shangjiabiaodan.acss
2024-11-10 15:01:22 +08:00

116 lines
1.6 KiB
Plaintext

/* 上门预约盒子 */
.smyy{
width: 390px;
height: 50px;
position: absolute;
background-color: #eec2c7;
}
.smyy image{
width: 30px;
height: 30px;
position: absolute;
left: 10px;
top: 10px;
}
/* 《上门预约》 */
.wsmyy{
font-size: 25px;
font-weight: bold;
left: 150px;
top: 10px;
position: absolute;
color: black;
}
/* 《基本信息》 */
.wjbxx{
font-size: 20px;
font-weight: bold;
left: 20px;
top: 60px;
position: absolute;
color: black;
}
/* 基本信息 的 内容框 */
.information{
width: 390px;
height: 500px;
top: 90px;
position: absolute;
}
/* 基本信息要填的内容 */
.wjb{
font-size: 16px;
left: 25px;
top: 15px;
position: absolute;
color: grey;
}
/* 输入内容 */
.snr{
width: 180px;
height: 40px;
position: absolute;
left: 210px;
top: 2px;
}
/* 名称 */
.mc{
width: 390px;
height: 50px;
position: absolute;
border: 1px #d9d9d9 solid;
}
/* 联系电话 */
.lxdh{
width: 390px;
height: 50px;
position: absolute;
top: 50px;
border: 1px #d9d9d9 solid;
}
/* 项目 */
.xm{
width: 390px;
height: 50px;
position: absolute;
top: 100px;
border: 1px #d9d9d9 solid;
}
/* 在店时间段 */
.yysjd{
width: 390px;
height: 50px;
position: absolute;
top: 150px;
border: 1px #d9d9d9 solid;
}
/* 上门时间段 */
.zdmjs{
width: 390px;
height: 50px;
position: absolute;
top: 200px;
border: 1px #d9d9d9 solid;
}
/* 提交申请按钮框 */
.tjsq button{
width: 200px;
height: 50px;
position: absolute;
border: none;
left: 100px;
top: 300px;
background-color: #de868f;
border-radius: 15px;
}