51 lines
923 B
Plaintext
51 lines
923 B
Plaintext
/* components/repair/index.wxss */
|
|
page{
|
|
background-color: #F7F8FA;
|
|
}
|
|
.titleCss{
|
|
color: #fff !important;
|
|
}
|
|
.viewList{
|
|
padding: 20rpx 0;
|
|
position: fixed;
|
|
height: calc(100vh - 300rpx);
|
|
}
|
|
.tips{
|
|
white-space: normal;
|
|
width: 120%;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
.emptyButton{
|
|
width: 70%;
|
|
margin: 0 auto;
|
|
}
|
|
.repirtCell{
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
margin-right: 10rpx;
|
|
margin-top: 10rpx;
|
|
}
|
|
.bottom-button {
|
|
width: 160px;
|
|
height: 40px;
|
|
}
|
|
.fab{
|
|
right: 16px;
|
|
bottom: 100px;
|
|
position: fixed;
|
|
|
|
width: 86rpx;
|
|
height: 86rpx;
|
|
line-height: normal;
|
|
|
|
box-sizing: border-box;
|
|
background-color: #1989FA;
|
|
border-radius: 50%;
|
|
display: flex;
|
|
justify-content: center;
|
|
box-shadow: 0px 0px 10px #999
|
|
} |