市北人才赋能平台 --小程序端
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.

132 lines
2.2 KiB

4 years ago
/* pages/service/settle/settle.wxss */
page{
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
font-size: 15px;
}
.content{
width: 100%;
height: calc(100% - 70px);
display: flex;
flex-direction: column;
align-items: center;
overflow-y: scroll;
}
.content-tip{
width: 100%;
height: calc(100% - 70px - 45px);
display: flex;
flex-direction: column;
align-items: center;
overflow-y: scroll;
}
.column{
width: 95%;
border-bottom: 0.5px solid rgb(248,248,248);
display: flex;
flex-direction: column;
align-items: center;
}
.column:last-child{
border-bottom: 0px solid rgb(248,248,248);
}
.cell{
width: 95%;
height:50px;
display: flex;
align-items: center;
justify-content: space-between;
}
.con{
color:rgb(108,108,108);
/* 202,202,202 */
}
.textArea{
width: 95%;
height:100px;
margin: 5px 0;
}
.uploader_bd{
width: 95%;
}
.pic{
width:95%;
/* height: 80px; */
/* display: flex; */
4 years ago
align-items: center;
margin-bottom: 15px;
4 years ago
margin-top:10px;
4 years ago
/* overflow: visible !important; */
}
.photo{
width:80px;
height:80px;
border:1px dashed rgba(0, 0, 0, 0.116);
display: flex;
align-items: center;
justify-content:center;
margin-right:30rpx;
}
.image-show{
height: 100px;
padding-top:20px;
width:calc(100% - 80px);
overflow-x:scroll;
white-space:nowrap;
/* overflow: visible; */
}
.img-box{
margin-right:15rpx;
width:80px;
height:80px;
/* border:1rpx solid rgba(0, 0, 0, 0.116); */
display: inline-flex;
position: relative;
}
.X{
z-index:200;
right:-6px;
top:-6px;
line-height:25rpx;
font-weight:bold;
cursor:pointer;
font-size:30rpx;
position: absolute;
}
.picker-box{
width: 100%;
display: flex;
justify-content: center;
}
.tips{
bottom:70px;
height:45px;
position: fixed;
width: 90%;
display: flex;
align-items:center;
justify-content: center;
font-size: 11px;
color: rgb(249,0,47);
/* padding: 5px 0; */
}
.tit{
width: 25%;
4 years ago
}