日照项目的居民端小程序
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.
 
 
 

393 lines
7.3 KiB

.command-association-list {
width: 100%;
height: auto;
box-sizing: border-box;
padding: 20rpx;
}
.command-association-list .list-item {
position: relative;
width: 100%;
height: 160rpx;
background: #fff;
overflow: hidden;
border-radius: 16rpx;
display: flex;
align-items: center;
padding: 0 24rpx;
box-sizing: border-box;
}
.command-association-list .list-item .qizhi {
position: absolute;
top: 14rpx;
left: 24rpx;
width: 37rpx;
height: 44rpx;
}
.command-association-list > .list-item + .list-item {
margin-top: 20rpx;
}
.command-association-list .list-item .group-avatar {
flex-shrink: 0;
width: 110rpx;
height: 110rpx;
border-radius: 55rpx;
overflow: hidden;
margin-right: 20rpx;
box-shadow: 0rpx 0rpx 14rpx 0rpx rgba(162, 162, 162, 0.34);
}
.command-association-list .list-item .list-item-content {
display: flex;
/* width: calc(100% - 150rpx); */
/* flex-direction: column; */
align-items: center;
justify-content: space-between;
flex: 1;
}
.command-association-list .list-item .list-item-content .left {
width: 60%;
}
.command-association-list .list-item .list-item-content .left .title {
font-size: 32rpx;
color: 3333;
line-height: 36rpx;
/* padding-top: 25rpx; */
}
.command-association-list .list-item .list-item-content .right button {
height: 56rpx;
line-height: 56rpx;
width: 126rpx;
text-align: center;
color: #ffffff;
font-size: 24rpx;
float: right;
background: #e60000;
border-radius: 30rpx;
border: 4rpx solid #e60000;
border: 0;
padding: 0;
}
.command-association-list .list-item .list-item-content .right .hover-button {
background: #f40c0c;
}
.command-association-list .list-item .list-item-content .left > text {
font-size: 28rpx;
color: #999;
}
.under_auditting {
background: #fff !important;
color: #e60000 !important;
border: 4rpx solid #e60000 !important;
}
/* toptip 顶部提示条效果 */
.uiComponent {
z-index: 110;
}
.uiComponent_toptip {
width: 92%;
display: block;
left: 4%;
top: 0px;
height: 150rpx;
border-radius: 10rpx;
position: fixed;
text-align: center;
line-height: 150rpx;
font-size: 30rpx;
transition: all 2.2s linear;
box-shadow: 0 0 10px #eee;
}
.uiComponent_toptip_active {
top: 0;
transition: all 2.3s linear;
min-height: 32px;
color: #333;
background-color: #fff;
}
.no-data {
width: 100%;
height: calc(100vh - 94rpx - 300rpx - 160rpx);
display: flex;
flex-direction: column;
align-items: center;
box-sizing: border-box;
padding-top: 60rpx;
}
.no-data .no-data-image {
width: 292rpx;
height: 260rpx;
object-fit: cover;
margin-bottom: 40rpx;
}
.no-data .tip {
line-height: 35rpx;
height: 35rpx;
font-size: 28rpx;
color: #bcbcbc;
}
.wux-item {
width: 100%;
height: 180rpx;
background: #fff;
overflow: hidden;
border-radius: 16rpx;
display: flex;
align-items: center;
padding: 0 24rpx;
box-sizing: border-box;
margin-bottom: 20rpx;
}
.wux-avatar {
width: 130rpx !important;
height: 130rpx !important;
border-radius: 8rpx;
overflow: hidden;
margin-right: 20rpx;
}
.wux-content {
width: calc(100vw - 300rpx);
}
.m-fm {
position: fixed;
z-index: 100;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.4);
}
.m-fm .fm {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 540rpx;
height: 530rpx;
box-sizing: border-box;
padding: 20rpx;
background-color: #ffffff;
border-radius: 10rpx;
}
.m-fm .fm .title {
margin-top: 10rpx;
text-align: center;
font-size: 34rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: #333333;
line-height: 60rpx;
}
.m-fm .fm .hint {
padding: 10rpx 20rpx;
font-size: 26rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: #333;
line-height: 42rpx;
}
.m-fm .fm .hint text {
color: #ff1111;
}
.m-fm .fm .input {
display: block;
box-sizing: border-box;
padding: 10rpx;
width: 480rpx;
height: 260rpx;
margin: 20rpx auto;
background-color: #f4f4f4;
border-radius: 10rpx;
}
.m-fm .fm .input textarea {
box-sizing: border-box;
display: block;
margin: 0 auto auto;
padding: 5rpx 0;
width: 100%;
height: 240rpx;
line-height: 45rpx;
border-radius: 20rpx;
font-size: 26rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: #999999;
line-height: 42rpx;
}
.m-fm .fm .input textarea .z-placeholder {
white-space: normal;
word-wrap: break-word;
word-break: break-all;
}
.m-fm .fm .operate {
margin-top: 30rpx;
padding: 0 15rpx;
overflow: hidden;
}
.m-fm .fm .operate .btn {
float: right;
box-sizing: border-box;
border: 1px solid #e60000;
color: #ffffff;
background-color: #e60000;
text-align: center;
width: 210rpx;
height: 75rpx;
line-height: 75rpx;
border-radius: 75rpx;
font-size: 34rpx;
font-family: Source Han Serif SC;
font-weight: 500;
}
.m-fm .fm .operate .btn.btn-off {
float: left;
border-color: #ddd;
background-color: #ffffff;
color: #bbb;
}
/*弹窗样式*/
.complete-info-dialog {
width: 100%;
height: 100vh;
position: fixed;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.6);
display: flex;
justify-content: center;
align-items: center;
z-index: 1000;
}
.complete-info-dialog .content {
position: relative;
box-sizing: border-box;
padding: 80rpx 40rpx 10rpx;
width: 530rpx;
border-radius: 16rpx;
background: #fff;
}
.complete-info-dialog .content .close-dialog {
position: absolute;
z-index: 1;
top: 10rpx;
right: 10rpx;
width: 60rpx;
height: 60rpx;
display: flex;
align-items: center;
justify-content: center;
}
.complete-info-dialog .content .close-dialog image {
width: 24rpx;
height: 24rpx;
}
.complete-info-dialog .content .title {
font-size: 36rpx;
color: #333;
width: 100%;
line-height: 60rpx;
height: 60rpx;
text-align: center;
margin-bottom: 27rpx;
}
.complete-info-dialog .content .tip {
font-size: 32rpx;
color: #666;
line-height: 50rpx;
text-align: left;
margin-bottom: 36rpx;
}
.btns {
display: flex;
width: 100%;
padding: 0rpx 0 40rpx 0;
justify-items: center;
align-items: center;
flex-direction: column;
font-size: 32rpx;
}
button::after {
border: none;
display: none;
}
button:not([size="mini"]) {
min-height: inherit !important;
width: auto !important;
font-weight: normal;
}
.btns .confirm {
width: 390rpx !important;
margin: 0 auto 30rpx auto;
height: 80rpx;
line-height: 80rpx;
border-radius: 40rpx;
padding: 0rpx !important;
font-size: 32rpx;
font-weight: normal;
background: #e60000;
color: #fff;
text-align: center;
}
.moreout {
position: relative;
width: 70rpx;
height: 70rpx;
top: -4rpx;
left: -50%;
margin-left: -28rpx;
z-index: 10;
font-size: 22rpx;
color: #fff;
line-height: 32rpx;
text-align: center;
}
.more {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 42rpx;
height: 6rpx;
margin-top: 30rpx;
}