105 lines
1.6 KiB
Plaintext
105 lines
1.6 KiB
Plaintext
/* packageE/appointment/client/project/project.wxss */
|
|
|
|
.project_list {
|
|
border-bottom: 1px solid #f5f5f5;
|
|
display: flex;
|
|
display: -webkit-flex;
|
|
background: #fff;
|
|
padding: 0.5rem;
|
|
}
|
|
|
|
.project_list image {
|
|
width: 5rem;
|
|
height: 5rem;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.list_title {
|
|
display: flex;
|
|
display: -webkit-flex;
|
|
flex-direction: column;
|
|
padding: 0.5rem;
|
|
justify-content: space-between;
|
|
text-align: left;
|
|
line-height: 1.5rem;
|
|
}
|
|
|
|
.list_title .title {
|
|
font-size: 1rem;
|
|
color: #000;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
}
|
|
|
|
.list_title text {
|
|
font-size: 12px;
|
|
color: #ccc;
|
|
}
|
|
|
|
.list_button text {
|
|
color: #fff;
|
|
padding: 0.1rem 1rem;
|
|
border-radius: 1rem;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.list_pre {
|
|
background: #f49f19;
|
|
margin-right: 1rem;
|
|
}
|
|
|
|
.list_cancle {
|
|
background: #8c96f8;
|
|
}
|
|
|
|
.blank {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 2rem;
|
|
box-sizing: border-box;
|
|
outline: none;
|
|
}
|
|
|
|
.blank image {
|
|
width: 5rem;
|
|
height: 5rem;
|
|
margin: auto;
|
|
}
|
|
|
|
.blank text {
|
|
margin-top: 15px;
|
|
color: #ccc;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.explainWrapper {
|
|
width: 680rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.explainWrapper .explainTextWrapper {
|
|
background: #fff;
|
|
border-radius: 18rpx;
|
|
}
|
|
|
|
.explainWrapper .explainTextWrapper image {
|
|
width: 500rpx;
|
|
height: 500rpx;
|
|
color: #000;
|
|
font-size: 32rpx;
|
|
padding-top: 26rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.explainWrapper .close {
|
|
color: #fff;
|
|
font-size: 100rpx;
|
|
}
|