You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
377 lines
7.7 KiB
CSS
377 lines
7.7 KiB
CSS
body{
|
|
background-color: #F5F5F5;
|
|
}
|
|
.online{
|
|
width: 100%;
|
|
}
|
|
.online .heard{
|
|
width: 100%;
|
|
background-color: #21B1EB;
|
|
font-size: 0.24rem;
|
|
}
|
|
.online .heard_box{
|
|
padding-top: 0.4rem;
|
|
height: 0.9rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 0.32rem;
|
|
color: #FFFFFF;
|
|
position: relative;
|
|
}
|
|
.online .heard_box a{
|
|
position: absolute;
|
|
width: 0.32rem;
|
|
height: 0.32rem;
|
|
left: 0.3rem;
|
|
background-image: url("../img/close.png");
|
|
background-size: 100% 100%;
|
|
}
|
|
.oline_order{
|
|
background-color: #21B1EB;
|
|
width: 100%;
|
|
height: 4.1rem;
|
|
}
|
|
.oline_order_box{
|
|
padding-left: 0.3rem;
|
|
}
|
|
.oline_order_box .title{
|
|
font-size:0.4rem;
|
|
font-family:PingFang SC;
|
|
font-weight:500;
|
|
color:rgba(255,255,255,1);
|
|
margin-bottom: 0.32rem;
|
|
padding-top: 0.43rem;
|
|
}
|
|
.oline_order_box .del{
|
|
font-size:0.24rem;
|
|
font-family:PingFang SC;
|
|
font-weight:400;
|
|
color:rgba(255,255,255,1);
|
|
margin-top: 0.1rem;
|
|
}
|
|
.online_table{
|
|
padding: 0 0.3rem;
|
|
}
|
|
.online_tablebox{
|
|
width: 100%;
|
|
background:rgba(255,255,255,1);
|
|
box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.2);
|
|
border-radius:0.3rem;
|
|
}
|
|
.table_top{
|
|
padding-bottom: 0.4rem;
|
|
border-bottom: 1px solid #EDEDED;
|
|
}
|
|
.online_tablebox .table_data{
|
|
padding: 0.6rem 0.3rem;
|
|
margin-top: -1.64rem;
|
|
}
|
|
.table_input{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-bottom: 0.4rem;
|
|
}
|
|
.table_input .table_text{
|
|
font-size:0.32rem;
|
|
font-family:PingFang SC;
|
|
font-weight:400;
|
|
color:rgba(51,51,51,1);
|
|
}
|
|
.table_input .table_start{
|
|
display: flex;
|
|
align-items: flex-start;
|
|
}
|
|
.table_input .table_start>input{
|
|
width: 4.1rem;
|
|
height: 0.6rem;
|
|
background:rgba(237,237,237,1);
|
|
padding-left: 0.2rem;
|
|
outline: 0;
|
|
border: 0;
|
|
border-radius: 0.1rem;
|
|
}
|
|
.table_input .table_start>div{
|
|
font-size:0.28rem;
|
|
font-family:PingFang SC;
|
|
font-weight:400;
|
|
color:rgba(227,0,0,1);
|
|
margin-left: 0.16rem;
|
|
}
|
|
.table_code{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.table_code .table_text{
|
|
font-size:0.32rem;
|
|
font-family:PingFang SC;
|
|
font-weight:400;
|
|
color:rgba(51,51,51,1);
|
|
}
|
|
.table_code .table_start{
|
|
display: flex;
|
|
align-items: flex-start;
|
|
}
|
|
.table_code .table_start>input{
|
|
width: 2rem;
|
|
height: 0.6rem;
|
|
background:rgba(237,237,237,1);
|
|
padding-left: 0.2rem;
|
|
outline: 0;
|
|
border: 0;
|
|
border-radius: 0.1rem;
|
|
}
|
|
.table_code .table_start>div{
|
|
width:1.9rem;
|
|
height:0.6rem;
|
|
background:rgba(33,177,235,1);
|
|
border-radius:0.1rem;
|
|
font-size:0.28rem;
|
|
font-family:PingFang SC;
|
|
font-weight:400;
|
|
color:rgba(255,255,255,1);
|
|
text-align: center;
|
|
line-height: 0.6rem;
|
|
margin-left: 0.2rem;
|
|
margin-right: 0.28rem;
|
|
}
|
|
.table_bom{
|
|
margin-top: 0.56rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
font-size:0.32rem;
|
|
font-family:PingFang SC;
|
|
font-weight:400;
|
|
color:rgba(51,51,51,1);
|
|
}
|
|
.table_bom>span{
|
|
font-size:0.48rem;
|
|
font-family:PingFang SC;
|
|
font-weight:500;
|
|
color:rgba(227,0,0,1);
|
|
}
|
|
.online_present{
|
|
margin: 0.5rem auto 0 auto;
|
|
width:5rem;
|
|
height:0.8rem;
|
|
background:rgba(33,177,235,1);
|
|
border-radius:0.35rem;
|
|
font-size:0.32rem;
|
|
font-family:PingFang SC;
|
|
font-weight:400;
|
|
color:rgba(255,255,255,1);
|
|
text-align: center;
|
|
line-height: 0.8rem;
|
|
}
|
|
.online_mode{
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
background:rgba(38,38,38,0.4);
|
|
z-index: 2;
|
|
}
|
|
.online_window{
|
|
position: fixed;
|
|
width: 4.5rem;
|
|
height: 4.36rem;
|
|
top: 50%;
|
|
margin-top: -2.18rem;
|
|
left: 50%;
|
|
margin-left: -2.25rem;
|
|
background-color: #fff;
|
|
z-index: 3;
|
|
border-radius: 0.3rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.online_window .forbid_pay{
|
|
font-size:0.24rem;
|
|
font-family:PingFang SC;
|
|
font-weight:500;
|
|
color:rgba(41,41,41,1);
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.online_window .forbid_pay>img{
|
|
width: 1.7rem;
|
|
height: 1.7rem;
|
|
margin-bottom: 0.25rem;
|
|
}
|
|
.online_window .forbid_confirm{
|
|
width:3.3rem;
|
|
height:0.6rem;
|
|
background:rgba(33,177,235,1);
|
|
border-radius:0.3rem;
|
|
font-size:0.28rem;
|
|
font-family:PingFang SC;
|
|
font-weight:500;
|
|
color:rgba(255,255,255,1);
|
|
text-align: center;
|
|
line-height: 0.6rem;
|
|
margin-top: 0.45rem;
|
|
}
|
|
.online_window .forbid_close{
|
|
position: absolute;
|
|
width: 0.3rem;
|
|
height: 0.3rem;
|
|
top: 0.3rem;
|
|
left: 0.3rem;
|
|
font-size: 0.2rem;
|
|
}
|
|
.online_window .forbid_close>img{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.order_window{
|
|
position: fixed;
|
|
width: 6.3rem;
|
|
height: 4.36rem;
|
|
top: 50%;
|
|
margin-top: -2.18rem;
|
|
left: 50%;
|
|
margin-left: -3.15rem;
|
|
background-color: #fff;
|
|
z-index: 3;
|
|
border-radius: 0.3rem;
|
|
}
|
|
.order_windowbox{
|
|
padding: 0.32rem 0.52rem 0.3rem 0.52rem;
|
|
position: relative;
|
|
}
|
|
.order_windowbox .title{
|
|
font-size:0.28rem;
|
|
font-family:PingFang SC;
|
|
font-weight:500;
|
|
color:rgba(0,0,0,1);
|
|
text-align: center;
|
|
}
|
|
.order_windowbox .del{
|
|
font-size:0.24rem;
|
|
font-family:PingFang SC;
|
|
font-weight:400;
|
|
color:rgba(169,169,169,1);
|
|
line-height:0.36rem;
|
|
margin-top: 0.32rem;
|
|
}
|
|
.order_windowbox .phone{
|
|
font-size:0.24rem;
|
|
font-family:PingFang SC;
|
|
font-weight:500;
|
|
color:rgba(41,41,41,1);
|
|
margin-top: 0.2rem;
|
|
}
|
|
.order_windowbox .code{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding-bottom: 0.14rem;
|
|
border-bottom: 1px solid #A9A9A9;
|
|
margin-top: 0.3rem;
|
|
}
|
|
.order_windowbox .code>input{
|
|
width: 2rem;
|
|
outline: 0;
|
|
border: 0;
|
|
}
|
|
.order_windowbox .code>div{
|
|
width:1.5rem;
|
|
height:0.5rem;
|
|
background:rgba(33,177,235,1);
|
|
border-radius:0.1rem;
|
|
text-align: center;
|
|
line-height: 0.5rem;
|
|
font-size:0.24rem;
|
|
font-family:PingFang SC;
|
|
font-weight:400;
|
|
color:rgba(255,255,255,1);
|
|
}
|
|
.order_windowbox .order_btn{
|
|
width:100%;
|
|
height:0.6rem;
|
|
background:rgba(33,177,235,1);
|
|
border-radius:0.1rem;
|
|
margin-top: 0.2rem;
|
|
font-size:0.28rem;
|
|
font-family:PingFang SC;
|
|
font-weight:500;
|
|
color:rgba(255,255,255,1);
|
|
text-align: center;
|
|
line-height: 0.6rem;
|
|
}
|
|
.order_windowbox .order_close{
|
|
position: absolute;
|
|
top: 0.3rem;
|
|
left: 0.3rem;
|
|
width: 0.3rem;
|
|
height: 0.3rem;
|
|
font-size: 0.2rem;
|
|
}
|
|
.order_windowbox .order_close>img{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.tip_window{
|
|
position: fixed;
|
|
width: 4.5rem;
|
|
height: 4.36rem;
|
|
top: 50%;
|
|
margin-top: -2.18rem;
|
|
left: 50%;
|
|
margin-left: -2.25rem;
|
|
background-color: #fff;
|
|
z-index: 3;
|
|
border-radius: 0.3rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.tip_window .tip_pay{
|
|
font-size:0.24rem;
|
|
font-family:PingFang SC;
|
|
font-weight:500;
|
|
color:rgba(41,41,41,1);
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.tip_window .tip_pay>img{
|
|
width: 2.44rem;
|
|
height: 1.46rem;
|
|
margin-bottom: 0.48rem;
|
|
}
|
|
.tip_window .tip_confirm{
|
|
width:3.3rem;
|
|
height:0.6rem;
|
|
background:rgba(33,177,235,1);
|
|
border-radius:0.3rem;
|
|
font-size:0.28rem;
|
|
font-family:PingFang SC;
|
|
font-weight:500;
|
|
color:rgba(255,255,255,1);
|
|
text-align: center;
|
|
line-height: 0.6rem;
|
|
margin-top: 0.45rem;
|
|
}
|
|
.tip_window .tip_close{
|
|
position: absolute;
|
|
width: 0.3rem;
|
|
height: 0.3rem;
|
|
top: 0.3rem;
|
|
left: 0.3rem;
|
|
font-size: 0.2rem;
|
|
}
|
|
.tip_window .tip_close>img{
|
|
width: 100%;
|
|
height: 100%;
|
|
} |