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

152 lines
2.0 KiB
Plaintext
Raw Normal View History

2024-11-10 07:01:22 +00:00
/* 上门预约盒子 */
.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: 150px;
height: 40px;
position: absolute;
left: 220px;
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;
}
/* 地址 */
.dz{
width: 390px;
height: 50px;
position: absolute;
top: 100px;
border: 1px #d9d9d9 solid;
}
/* 项目 */
.xm{
width: 390px;
height: 50px;
position: absolute;
top: 150px;
border: 1px #d9d9d9 solid;
}
/* 预约时间段 */
.date-radio {
padding: 26rpx;
}
.date-radio label + label {
margin-left: 20rpx;
}
.row {
display: flex;
align-items: center;
padding: 0 30rpx;
}
.row-title {
flex: 1;
padding-top: 28rpx;
padding-bottom: 28rpx;
font-size: 34rpx;
color: #000;
}
.row-extra {
flex-basis: initial;
font-size: 32rpx;
color: #888;
}
.row-arrow {
width: 32rpx;
height: 32rpx;
margin-left: 16rpx;
}
/* 指定美甲师 */
.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: 350px;
background-color: #de868f;
border-radius: 15px;
}