/* pages/workOrder/workOrder.wxss */
|
.add {
|
width: 10%;
|
height: 44px;
|
line-height: 44px;
|
text-align: center;
|
font-size: 30px;
|
background-color: #fff;
|
}
|
|
.info {
|
margin: 5px 0;
|
}
|
|
.van-dialog__cancel,
|
.van-dialog__confirm {
|
border: 0 !important;
|
width: 100%;
|
padding: 0;
|
}
|
|
.van-dialog__button {
|
|
flex: 1;
|
width: 50%;
|
margin: 0 auto;
|
}
|
|
.chooseImg {
|
background-color: #007CFE;
|
text-align: center;
|
color: #fff;
|
padding: 5px 10px;
|
}
|
|
.van-tabs__line {
|
background-color: #1E90FF !important;
|
}
|
|
|
.listBox {
|
width: 100%;
|
}
|
.primg{
|
width: 30rpx;
|
height: 30rpx;
|
margin-right: 10rpx;
|
}
|
.xiangqingtxt{
|
color: #1E90FF;
|
margin-bottom: 10rpx;
|
padding-left: 30rpx;
|
}
|
.list {
|
width: 95vw;
|
/* height: 420rpx; */
|
border-radius: 10rpx;
|
background-color: white;
|
margin: 20rpx auto;
|
}
|
|
.heard {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
height: 70rpx;
|
padding: 0 20rpx;
|
box-sizing: border-box;
|
}
|
|
.htext {
|
font-size: 34rpx;
|
font-weight: 600;
|
}
|
.h2txt{
|
font-size: 30rpx;
|
font-weight: 600;
|
color: black;
|
display: flex;
|
align-items: center;
|
}
|
.state {
|
font-size: 25rpx;
|
}
|
|
.body {
|
/* height: 280rpx; */
|
padding: 0 20rpx;
|
color: #777;
|
box-sizing: border-box;
|
}
|
|
/* 文字说明显示两行 溢出省略处理 */
|
.text {
|
/* height: 80rpx; */
|
overflow: hidden;
|
display: -webkit-box;
|
-webkit-line-clamp: 2;
|
-webkit-box-orient: vertical;
|
text-overflow: ellipsis;
|
padding-left: 30rpx;
|
box-sizing: border-box;
|
}
|
|
.quImg {
|
height: 200rpx;
|
width: 250rpx;
|
border-radius: 10rpx;
|
display: inline-block!important;
|
margin-right: 15rpx;
|
}
|
.imgloading{
|
height: 200rpx;
|
width: 250rpx;
|
line-height: 200rpx;
|
text-align: center;
|
}
|
.time{
|
display: flex;
|
align-items: center;
|
padding-bottom: 10rpx;
|
border-bottom: 1px solid gainsboro;
|
}
|
.address{
|
display: flex;
|
align-items: center;
|
margin-bottom: 10rpx;
|
margin-top: 10rpx;
|
}
|
.timeicon{
|
width: 33rpx;
|
height: 33rpx;
|
margin-right: 10rpx;
|
}
|
.footer {
|
height: 70rpx;
|
display: flex;
|
justify-content: flex-end;
|
align-items: center;
|
}
|
|
.libtn {
|
width: 25%;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
}
|
|
.btn {
|
width: 75%;
|
margin: 0 auto;
|
padding: 6rpx 0;
|
/* background-color: red; */
|
color: white;
|
border-radius: 5rpx;
|
text-align: center;
|
font-size: 25rpx;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
}
|
|
.icon {
|
position: relative;
|
top: 4rpx;
|
}
|
|
.btn-adit{
|
background-color: #1E90FF;
|
}
|
.btn-del{
|
background-color: rgb(255, 94, 0);
|
}
|
.btn-back{
|
background-color: rgb(252, 215, 4);
|
}
|
.btn-pass{
|
background-color: rgb(34, 214, 34);
|
}
|
.btn-chehui{
|
background-color: rgb(153, 78, 207);
|
}
|
.btn-lishi{
|
background-color: orange;
|
}
|
.noData{
|
width: 100%;
|
text-align: center;
|
margin-top: 30rpx;
|
color: #999;
|
margin-top: 50%;
|
}
|
.nodataicon{
|
width: 400rpx;
|
height: 234rpx;
|
}
|
|
|
.overlay{
|
width: 100vw;
|
height: 100vh;
|
background-color: rgba(0, 0, 0, 0.42);
|
position: absolute;
|
top: 0;
|
left: 0;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
z-index: 120;
|
}
|
.reply{
|
width: 85%;
|
/* height: 60%; */
|
background-color: white;
|
border-radius: 15rpx;
|
z-index: 1111;
|
}
|
.replybody{
|
width: 100%;
|
height: calc(100% - 100rpx);
|
}
|
.reptitle{
|
width: 100%;
|
height: 80rpx;
|
line-height: 80rpx;
|
text-align: center;
|
font-size: 35rpx;
|
font-weight: 600;
|
border-bottom: 1rpx solid #999;
|
}
|
.replyfooter{
|
width: 100%;
|
height: 100rpx;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
/* background-color: gold; */
|
}
|
.replybtn{
|
width: 150rpx;
|
height: 60rpx;
|
border: 1rpx solid #ddd;
|
border-radius: 10rpx;
|
text-align: center;
|
line-height: 60rpx;
|
}
|
.textarea{
|
margin-top: 30rpx;
|
border: 1rpx solid gainsboro;
|
padding:5rpx;
|
box-sizing: border-box;
|
border-radius: 5rpx;
|
}
|
|
|
|
/* components/pagination/pagination.wxss */
|
view,text,image{
|
padding: 0;
|
margin: 0;
|
box-sizing: border-box;
|
}
|
.page-control{
|
width: 100%;
|
}
|
.page-control .page-control-btns{
|
width: 100%;
|
padding: 20rpx 0;
|
display: flex;
|
align-items: center;
|
justify-content: space-around;
|
}
|
.page-control .page-control-btns .page-number{
|
width: 20%;
|
text-align: center;
|
color: #333;
|
}
|
.page-control .page-control-btns .page-number:active{
|
background-color: #ddd;
|
}
|
.page-control .page-control-btns .page-btn{
|
width: 30%;
|
padding: 15rpx 20rpx;
|
font-size: 30rpx;
|
background-color: #0099CC;
|
color: #fff;
|
border-radius: 10rpx;
|
text-align: center;
|
}
|
.page-control .page-control-btns .page-btn:active{
|
opacity: .5;
|
}
|
.page-control .page-control-btns .btn-disabled{
|
background-color: #ddd;
|
color: #999;
|
}
|
.page-container{
|
position: fixed;
|
top: 0rpx;
|
left: 0rpx;
|
width: 100%;
|
height: 100%;
|
z-index: 999;
|
}
|
.page-mask{
|
width: 100%;
|
height: 100%;
|
position: absolute;
|
left: 0;
|
top: 0;
|
background-color: rgba(0,0,0,0.5);
|
}
|
.page-popup{
|
width: 100%;
|
height: 100%;
|
display: flex;
|
flex-wrap: wrap;
|
align-items: center;
|
justify-content: center;
|
}
|
.page-popup-box{
|
width: 60%;
|
margin: 0 auto;
|
background-color: #fff;
|
height: 60%;
|
border-radius: 10rpx;
|
z-index: 9999;
|
overflow: auto;
|
}
|
.page-line{
|
width: 100%;
|
height: 80rpx;
|
line-height: 80rpx;
|
padding: 0rpx 20rpx;
|
border-bottom: 1rpx solid #e2e2e2;
|
}
|
.page-line:active{
|
background-color: #ddd;
|
}
|