2023-04-17 16:14:18 +08:00

232 lines
4.4 KiB
Plaintext

/* pages/circularize/circularize.wxss */
/* 黄色的点 */
.yellow-dot {
width: 9rpx;
height: 16rpx;
display: block;
background-color: rgba(255, 215, 82, 1);
margin-right: 20rpx;
border-radius: 10rpx;
}
.container {
padding: 0 30rpx 300rpx;
}
.title {
display: flex;
align-items: center;
margin-top: 48rpx;
margin-bottom: 25rpx;
font-size: 25rpx;
}
.title .yellow-dot {
margin-right: 14rpx;
}
.details-box {
border-radius: 20rpx;
background-color: #f2f2f2;
padding: 35rpx 0;
}
.details {
padding: 0 30rpx;
}
.details-box .details-top {
font-size: 30rpx;
line-height: 40rpx;
margin-bottom: 30rpx;
word-break: break-word;
}
.house-id {
color: #ccc;
font-size: 24rpx;
word-break: keep-all;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.details-box .info {
height: 55rpx;
display: flex;
align-items: center;
margin-top: 30rpx;
}
.details-box .info image {
height: 55rpx;
width: 55rpx;
border-radius: 50%;
margin-right: 18rpx;
}
.details-box .info text{
word-break: keep-all;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 575rpx;
display: block;
}
/* .details-box .inform {
height: 100rpx;
line-height: 100rpx;
display: flex;
justify-content: flex-end;
color: #998232;
border-top: 2rpx solid #d7d7d7;
padding-right: 30rpx;
} */
.content {
border-radius: 20rpx;
border: 2rpx solid #d7d7d7;
position: relative;
}
.content .content-Btn {
height: 105rpx;
line-height: 32rpx;
background-color: #f2f2f2;
display: flex;
align-items: center;
justify-content: center;
font-size: 32rpx;
color: #333;
border-radius: 20rpx 20rpx 0 0;
}
.content .content-Btn image {
width: 36rpx;
height: 36rpx;
margin-right: 14rpx;
}
.content .content-textarea {
width: 634rpx;
padding: 38rpx 28rpx;
font-size: 28rpx;
height: 444rpx;
}
.content .textarea-bottom {
position: absolute;
bottom: 8rpx;
right: 8rpx;
width: 15rpx;
height: 15rpx;
}
.footer-btn {
height: 195rpx;
line-height: 195rpx;
position: fixed;
bottom: 0;
width: 750rpx;
display: flex;
align-items: center;
background-color: #fff;
border-top: 2rpx solid #d7d7d7;
padding: 0 25rpx;
z-index: 2;
}
.footer-btn .send {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
height: 90rpx;
line-height: 90rpx;
background-color: #333;
box-shadow: rgb(0 0 0 / 35%) 0px 0px 10rpx;
border-radius: 50rpx;
color: #fff;
font-weight: 400;
font-size: 36rpx;
}
.pop-up-speediness {
position: fixed;
top: 0;
z-index: 1001;
width: 750rpx;
height: 100vh;
background-color: rgba(0, 0, 0, 0.596078431372549);
display: flex;
align-items: flex-end;
}
.pop-up-speediness .speediness-box {
background-color: #fff;
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
border-radius: 30rpx 30rpx 0 0;
position: relative;
}
.pop-up-speediness .speediness-box .speediness-title {
font-size: 42rpx;
margin-top: 75rpx;
font-weight: 650;
text-align: center;
}
.pop-up-speediness .speediness-box .speediness-iten {
display: flex;
align-items: center;
padding: 40rpx 58rpx 40rpx 30rpx;
border-top: 2rpx dashed #d7d7d7;
font-size: 28rpx;
line-height: 40rpx;
color: #555;
}
.pop-up-speediness .speediness-box .speediness-content {
margin: 45rpx 0;
}
.pop-up-speediness .speediness-box .speediness-iten:first-child {
border-top: none;
}
.pop-up-speediness .speediness-box .speediness-iten text {
width: 630rpx;
}
.pop-up-speediness .speediness-box .yellow-dot {
align-self: flex-start;
margin-top: 12rpx;
}
.pop-up-speediness .trigger-rules-close-icon {
position: absolute;
top: 5rpx;
right: 10rpx;
padding: 20rpx;
width: 30rpx;
height: 30rpx;
}
.details-top image {
width: 32rpx;
height: 24rpx;
display: inline-block;
vertical-align: middle;
margin-left: 10rpx;
}
.blue {
background-color: rgba(98, 177, 255, 1);
color: #fff;
border-radius: 20rpx;
}