yuminge-app/yun-min-program-plugin-master/packageH/project_verification/MyProject/MyProject.wxss

149 lines
2.3 KiB
Plaintext

/* packageH/project_verification/MyProject/MyProject.wxss */
.project-item {
margin-top: 20rpx;
}
.time-sort{
width: 100%;
height:100rpx;
background-color: #F6F6F6;
display: flex;
align-items: center;
font-size: 14px;
color: #ce8222;
}
.time-sort-item{
width: 50%;
display: flex;
justify-content: center;
line-height: 26px;
}
.triangle{
width: 0;
height: 0;
border: 6px solid transparent;
border-bottom-color: #737373 ;
}
.triangle-bottom{
border-bottom-color: transparent ;
border-top-color: #737373 ;
margin-top: 2px;
}
.change-triangle{
border-bottom-color: #ce8222 ;
}
.change-triangle-bottom{
border-top-color: #ce8222 ;
}
.location {
vertical-align: middle;
padding: 30rpx;
font-size: 24rpx;
color: #f14e4e;
background: white;
border-top: 1px solid #f2f2f2;
}
.project-panel {
display: block;
border-bottom: 1px solid #f6f6f6;
}
.project-operate {
display: flex;
justify-content: space-around;
margin-top: 45rpx;
}
.project_finished-status {
width: 200rpx;
height: 60rpx;
line-height: 60rpx;
text-align: center;
color: #ce811d;
font-size: 28rpx;
}
.give {
width: 200rpx;
height: 60rpx;
background-color: #f14e4e;
border-radius: 0.1rem;
color: #fff;
text-align: center;
line-height: 60rpx;
font-size: 29rpx;
/* padding: 0.2rem 2.5rem; */
}
.view-more-stores {
margin-top: 58rpx;
text-align: center;
color: #696968;
font-size: 24rpx;
}
.view-more-stores text {
vertical-align: middle;
}
.give-pop {
padding: 1rem 1rem 0 1rem;
text-align: center;
}
.give-pop .give-title {
font-size: 1.06rem;
color: #2c2c2c;
}
.give-pop .van-cell {
display: block !important;
}
.give-pop .other {
width: 90%;
margin: 0 auto 0.875rem;
text-align: left;
color: #ce811d;
font-size: 12px;
}
.give-pop .error {
width: 90%;
margin: 0 auto 0.875rem;
text-align: left;
color: #f14e4e;
font-size: 12px;
}
.give-pop .give-num-input {
margin: 0.5rem 0 2rem 0;
}
.give-pop .line {
height: 1px;
background-color: #d9dbdd;
transform: scaleY(0.5);
}
.bottom-btns {
display: flex;
align-items: center;
height: 2.5rem;
}
.bottom-btns .btn {
flex: 1;
height: 100%;
line-height: 2.5rem;
}
.bottom-btns .comfirm {
color: #f14e4e;
}
.van-field__label {
text-align: left;
}