合同小程序前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

175 lines
2.8 KiB

@import "../../uvue.wxss";
:host{display:flex;flex-direction:column}
/* 订单录入 */
.order_Entry_container{
width: 90%;
height: 8%;
background-color: #d9e5eb;
border-radius: 0.6rem;
margin-left:5%;
display: flex;
flex-direction: row;
align-items: center;
margin-top: 10%;
}
.order_Entry_image{
width: 10%;
height: 70%;
margin-left: 3%;
}
.order_Entry_end{
margin-left: auto;
margin-right: 7%;
}
/* 轮播图 */
.swiper {
height: 30%;
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
overflow: hidden;
}
.swiper-image {
width: 100%;
height: 100%;
margin: 0 auto;
}
.form {
flex: 1;
padding: 1rem;
}
.submit-button {
width: 100%;
height: 3rem;
background-color: #007aff;
color: #fff;
border: none;
border-radius: 0.3rem;
font-size: 1rem;
}
.footer {
display: flex;
justify-content: space-around;
padding: 0.8rem;
background-color: #fff;
border-top: 1rem solid #ccc;
}
.nav-item {
text-align: center;
}
.nav-item text {
font-size: 0.9rem;
}
.icon-image{
width: 30%;
height: 10rem;
margin: 0 auto;
margin-top: 1rem;
}
/* 遮罩层 */
.show_container{
width: 60%;
height: 36%;
background-color: #ffffff;
position: absolute;
border-radius: 1rem;
/* border: 1rem solid; */
box-shadow: 0rem 0.2rem 0rem #e4e4e4;
left:5%;
top: 13%;
z-index:999;
display: flex;
flex-direction: column;
align-items: center;
}
.isshow-header{
width: 90%;
height: 30%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
color: #3c7697;
}
.isshow-header-content-icon{
width: 10%;
height: 30%;
}
.isshow-header-content-input{
width: 80%;
height: 40%;
margin: 0 1rem 0 1rem;
border:none;
outline:none;
}
.isshow-content{
height: 70%;
display: flex;
flex-direction: column;
align-items: center;
overflow-y:scroll;
}
.isshow-content-text{
color: #414141;
height: 1.5rem;
width: 100%;
line-height: 1.5rem;
margin: 1rem 0 1rem 0;
font-size: 0.8rem;
}
.isshow-content::-webkit-scrollbar {
display: none;
}
/* 提示框*/
.show_container_1{
width: 80%;
height: 50%;
background-color: #ffffff;
position: absolute;
border-radius: 1rem;
/* border: 1rem solid; */
box-shadow: 0rem 0.2rem 0rem #e4e4e4;
left:10%;
top:25%;
z-index:999;
display: flex;
flex-direction: column;
align-items: center;
}
.show_container_1_image{
height: 40%;
width: 60%;
top: 5%;
}
.show_container_1_footer{
height: 50%;
width: 100%;
color:#0b5583;
display: flex;
flex-direction: column;
align-items: center;
font-weight: bold;
font-size: 0.7rem;
}
.show_container_1_footer text{
margin-top: 10%;
}
.show_container_1_footer_button{
background-color: #ffffff;
color:#0b5583;
height: 30%;
border-radius: 1.8rem;
width: 80%;
margin-top: 5%;
border: 0.1rem solid #0c547e;
display: flex;
justify-content: center;
align-items: center;
}