156 lines
2.3 KiB
CSS
156 lines
2.3 KiB
CSS
.con_ {
|
|
width: 98%;
|
|
margin: 5px auto ;
|
|
display: flex;
|
|
/* justify-content: space-between; */
|
|
align-items: center;
|
|
flex-direction: column;
|
|
/* padding: 10px; */
|
|
}
|
|
.con_ .top{
|
|
width: 100%;
|
|
display: flex;
|
|
/* justify-content: space-between; */
|
|
align-items: center;
|
|
flex-direction: row;
|
|
padding: 10px;
|
|
font-size: 14px;
|
|
background: #fff;
|
|
}
|
|
.con_ .bottom{
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
flex-direction: row;
|
|
padding: 10px;
|
|
}
|
|
.con_ .bottom .img {
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
.con_ .bottom .img img {
|
|
width: 100% ;
|
|
height: 100%;
|
|
}
|
|
.con_ .bottom .pos {
|
|
font-size: 15px;
|
|
}
|
|
.con_ .left {
|
|
width: 78px;
|
|
height: 78px;
|
|
margin-right: 10px ;
|
|
/* padding-right: 5px; */
|
|
border-radius: 78px;
|
|
border: 3px solid #CF2D28;
|
|
overflow: hidden;
|
|
}
|
|
.con_ .left img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.con_ .mid {
|
|
flex: 1;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items:flex-start ;
|
|
flex-direction: column;
|
|
height: 78px;
|
|
font-size: 18px;
|
|
|
|
}
|
|
.con_ .mid .partner {
|
|
font-size: 15px;
|
|
}
|
|
.con_ .mid .timer{
|
|
font-size: 15px;
|
|
}
|
|
.con_ .right .scale {
|
|
width: 78px;
|
|
height:78px;
|
|
border: 3px solid #CF2D28;
|
|
border-radius: 78px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
font-size: 18px;
|
|
}
|
|
.con_ .right .scale p {
|
|
font-size: 18px;
|
|
}
|
|
.shopName {
|
|
margin-bottom: 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
/* 分配券值 start*/
|
|
.nav{
|
|
width: 100%;
|
|
height: 40px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.nav-item {
|
|
width: 50%;
|
|
text-align: center;
|
|
color: #1D1D1D;
|
|
}
|
|
.active{
|
|
border-bottom: 1px solid #C24F4A;
|
|
color:#C24F4A ;
|
|
}
|
|
.content .content_ .title {
|
|
height: 60px ;
|
|
width: 98%;
|
|
margin: 0px auto;
|
|
text-align: center;
|
|
font-size: 18px;
|
|
background: #fff;
|
|
line-height: 60px;
|
|
}
|
|
.row {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: 98%;
|
|
margin: 0px auto;
|
|
background: #fff;
|
|
padding: 10px 2px;
|
|
}
|
|
.row label{
|
|
min-width: 100px;
|
|
}
|
|
.row input {
|
|
margin: 0px;
|
|
padding: 0px 3px;
|
|
text-align: right;
|
|
border: 0px;
|
|
}
|
|
/* 分配券值 end*/
|
|
/* 按钮*/
|
|
.down {
|
|
margin: 55px auto ;
|
|
|
|
}
|
|
.down .btn {
|
|
margin: 0px auto ;
|
|
width: 200px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
padding: 10px auto;
|
|
background: #DD524D;
|
|
font-size: 18px;
|
|
font-weight: 200;
|
|
color: #FDECEA;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|