793 lines
13 KiB
Plaintext
793 lines
13 KiB
Plaintext
/* pages/user/user.wxss */
|
|
@import '../common/common.wxss';
|
|
|
|
.container {
|
|
padding-bottom: 150rpx;
|
|
}
|
|
|
|
.header {
|
|
text-align: center;
|
|
font-size: 27rpx;
|
|
padding-bottom: 18rpx;
|
|
}
|
|
|
|
.header .info {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 32rpx;
|
|
}
|
|
|
|
.header .user-box .info-avatar {
|
|
width: 90rpx;
|
|
height: 90rpx;
|
|
border-radius: 50%;
|
|
display: block;
|
|
border: 1rpx solid #fff;
|
|
}
|
|
|
|
.header .user-info {
|
|
margin-left: 16rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
height: 65rpx;
|
|
}
|
|
|
|
.header .user-info .nickname {
|
|
display: flex;
|
|
align-items: center;
|
|
color: #000;
|
|
}
|
|
|
|
.header .user-box {
|
|
width: 750rpx;
|
|
/* height: 177rpx; */
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: flex-end;
|
|
padding-top: 87rpx;
|
|
padding-bottom: 63rpx;
|
|
}
|
|
|
|
.header .user-uid {
|
|
font-size: 21rpx;
|
|
color: #7f7f7f;
|
|
margin-top: 8rpx;
|
|
}
|
|
|
|
.header .approve {
|
|
width: 687rpx;
|
|
height: 75rpx;
|
|
border-radius: 13.5rpx;
|
|
/* margin-top: 63rpx; */
|
|
margin-bottom: 21rpx;
|
|
}
|
|
|
|
.tab-box {
|
|
border-top: 1px solid #d7d7d7;
|
|
border-bottom: 1px solid #d7d7d7;
|
|
/* border-top: 1px solid #e8e8e8;
|
|
border-bottom: 1px solid #e8e8e8; */
|
|
font-size: 0;
|
|
text-align: center;
|
|
color: #999;
|
|
display: flex;
|
|
width: 100%;
|
|
background: #eeeff3;
|
|
}
|
|
|
|
.tab {
|
|
display: inline-flex;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: 33%;
|
|
font-size: 22rpx;
|
|
position: relative;
|
|
height: 150rpx;
|
|
padding: 28rpx 0 22rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.tab .box {
|
|
overflow: hidden;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 28rpx 0 24rpx;
|
|
display: block;
|
|
position: relative;
|
|
}
|
|
|
|
.tab:not(:last-child) {
|
|
border-right: 1px solid #e8e8e8;
|
|
}
|
|
|
|
.tab.active {
|
|
color: #333;
|
|
}
|
|
|
|
.tab.active:after {
|
|
content: '';
|
|
position: absolute;
|
|
display: block;
|
|
bottom: -13rpx;
|
|
border: 1px solid #e8e8e8;
|
|
background: #fff;
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
transform: rotateZ(45deg);
|
|
left: calc(50% - 10rpx);
|
|
border-right-color: transparent;
|
|
border-bottom-color: transparent;
|
|
z-index: 998;
|
|
}
|
|
|
|
.tab .star {
|
|
width: 56rpx;
|
|
height: 50rpx;
|
|
display: block;
|
|
margin: 0 auto 11rpx;
|
|
}
|
|
|
|
.tab .message {
|
|
width: 54rpx;
|
|
height: 51rpx;
|
|
display: block;
|
|
margin: 0rpx auto 11rpx;
|
|
}
|
|
|
|
.tab .publish {
|
|
width: 58rpx;
|
|
height: 52rpx;
|
|
display: block;
|
|
margin: 0 auto 10rpx;
|
|
}
|
|
|
|
.tab .new {
|
|
color: #fff;
|
|
background: #bc312e;
|
|
transform: rotateZ(45deg);
|
|
top: 10rpx;
|
|
right: -30rpx;
|
|
position: absolute;
|
|
font-size: 26rpx;
|
|
line-height: 28rpx;
|
|
height: 30rpx;
|
|
width: 110rpx;
|
|
|
|
}
|
|
|
|
.item {
|
|
border-bottom: 20rpx solid rgba(238, 239, 243, 1);
|
|
}
|
|
|
|
.item .pengrey {
|
|
width: 28rpx;
|
|
height: 28rpx;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.item .del {
|
|
width: 28rpx;
|
|
height: 30rpx;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.item .table {
|
|
border-top: 1px solid #e8e8e8
|
|
}
|
|
|
|
.table {
|
|
display: table;
|
|
color: #ccc;
|
|
font-size: 30rpx;
|
|
line-height: 92rpx;
|
|
text-align: center;
|
|
width: 100%
|
|
}
|
|
|
|
.table .cell {
|
|
display: table-cell;
|
|
width: 33%;
|
|
}
|
|
|
|
.table .cell:not(:last-child) {
|
|
border-right: 1px solid #e8e8e8;
|
|
}
|
|
|
|
.info-list {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.info-list .submit-form {
|
|
padding: 50rpx 40rpx 40rpx;
|
|
display: block;
|
|
|
|
}
|
|
|
|
.house-id {
|
|
padding: 0rpx 40rpx 20rpx;
|
|
color: #ccc;
|
|
font-size: 24rpx;
|
|
|
|
|
|
}
|
|
|
|
.nocontent {
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
padding: 200rpx 0 0;
|
|
color: #999
|
|
}
|
|
|
|
.file {
|
|
width: 40rpx;
|
|
height: 46rpx;
|
|
display: block;
|
|
margin: 0 auto 20rpx;
|
|
}
|
|
|
|
.publish_tips {
|
|
color: #999;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.publish_tips image {
|
|
display: inline-flex;
|
|
flex: 0 0 36rpx;
|
|
width: 36rpx;
|
|
height: 36rpx;
|
|
vertical-align: middle;
|
|
margin-right: 6rpx;
|
|
}
|
|
|
|
.contact {
|
|
background-color: #f2f2f2;
|
|
height: 54rpx;
|
|
line-height: 54rpx;
|
|
border-radius: 50rpx 0 0 50rpx;
|
|
border: none;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 0 10rpx 0 20rpx;
|
|
font-size: 21rpx;
|
|
color: #555;
|
|
z-index: 100;
|
|
margin: 0;
|
|
margin-bottom: 18rpx;
|
|
}
|
|
|
|
.contact::after {
|
|
border: none;
|
|
}
|
|
|
|
/* 认证房源 */
|
|
.header .authentication-icon {
|
|
width: 125rpx;
|
|
height: 30rpx;
|
|
border-radius: unset;
|
|
border: none;
|
|
margin-left: 10rpx;
|
|
}
|
|
|
|
.header .contact .contact-icon {
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
margin: 0;
|
|
margin-right: 8rpx;
|
|
}
|
|
|
|
/*messages */
|
|
.select-bar {
|
|
text-align: center;
|
|
color: #999;
|
|
padding: 40rpx 0;
|
|
border-bottom: 1px solid #e8e8e8;
|
|
}
|
|
|
|
.select-bar .tobottom {
|
|
margin-left: 10rpx;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.messages .item {
|
|
border-bottom: 1px solid #e8e8e8;
|
|
font-size: 0;
|
|
}
|
|
|
|
.messages .item .submit-form {
|
|
padding: 40rpx 0 70rpx 26rpx;
|
|
}
|
|
|
|
.messages .item .l {
|
|
display: inline-block;
|
|
width: 108rpx;
|
|
vertical-align: top;
|
|
position: relative;
|
|
}
|
|
|
|
.messages .item .l .avatar {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.messages .item .l .count {
|
|
position: absolute;
|
|
left: 62rpx;
|
|
top: -18rpx;
|
|
background: #bc312e;
|
|
color: #fff;
|
|
font-size: 26rpx;
|
|
line-height: 36rpx;
|
|
height: 36rpx;
|
|
border-radius: 50%;
|
|
min-width: 36rpx;
|
|
text-align: center;
|
|
padding: 0 8rpx;
|
|
|
|
}
|
|
|
|
.messages .item .r {
|
|
display: inline-block;
|
|
width: calc(100% - 108rpx);
|
|
vertical-align: top;
|
|
position: relative
|
|
}
|
|
|
|
.messages .item .r .name {
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
margin-bottom: 10rpx
|
|
}
|
|
|
|
.messages .item .r .info {
|
|
color: #ccc;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.messages .item .r .right-box {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
z-index: 1000;
|
|
}
|
|
|
|
.messages .item .impression {
|
|
width: 200rpx;
|
|
height: 70rpx;
|
|
position: relative;
|
|
top: -8rpx;
|
|
padding-top: 8rpx;
|
|
|
|
}
|
|
|
|
.messages .item .impression .grey-inner {
|
|
background: #fff;
|
|
color: #999;
|
|
font-size: 26rpx;
|
|
width: 174rpx;
|
|
height: 54rpx;
|
|
line-height: 54rpx;
|
|
background: #f2f2f2;
|
|
border-radius: 5px;
|
|
padding: 0 20rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.messages .item .impression .tobottom {
|
|
position: absolute;
|
|
right: 20rpx;
|
|
top: 22rpx;
|
|
}
|
|
|
|
.messages .item .play {
|
|
min-height: 70rpx;
|
|
min-width: 100rpx;
|
|
padding-right: 26rpx;
|
|
padding-top: 26rpx;
|
|
position: relative;
|
|
top: -26rpx;
|
|
}
|
|
|
|
.moreplay {
|
|
width: 32rpx;
|
|
height: 10rpx;
|
|
float: right;
|
|
}
|
|
|
|
.content-list {
|
|
padding: 30rpx 60rpx 0 0;
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.content-list .li {
|
|
margin-bottom: 20rpx;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.content-list .li .disc {
|
|
cotent: '•';
|
|
display: inline-block;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.show_more {
|
|
text-align: center;
|
|
padding: 10rpx 0 10rpx;
|
|
}
|
|
|
|
.arr-bottom {
|
|
width: 32rpx;
|
|
height: 18rpx;
|
|
position: relative;
|
|
left: -40rpx;
|
|
}
|
|
|
|
.arr-bottom.rollback {
|
|
transform: rotateZ(180deg)
|
|
}
|
|
|
|
/*弹窗 */
|
|
.impression-box {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
z-index: 100000;
|
|
background: rgba(0, 0, 0, 0.4);
|
|
padding-bottom: 40rpx;
|
|
}
|
|
|
|
.impression-box .black {
|
|
height: 80vh;
|
|
}
|
|
|
|
.impression-box .box {
|
|
background: #fff;
|
|
text-align: center;
|
|
font-size: 30rpx;
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100vw;
|
|
padding-bottom: 40rpx;
|
|
}
|
|
|
|
.impression-box .tips {
|
|
line-height: 160rpx;
|
|
|
|
}
|
|
|
|
.impression-box .label {
|
|
width: 520rpx;
|
|
height: 92rpx;
|
|
line-height: 92rpx;
|
|
border: 1px solid #e8e8e8;
|
|
border-radius: 5px;
|
|
position: relative;
|
|
margin: 0 auto 20rpx;
|
|
}
|
|
|
|
.impression-box .label.active {
|
|
background: #62B1FE;
|
|
color: #fff;
|
|
border-color: #62B1FE;
|
|
}
|
|
|
|
.impression-box .label image {
|
|
width: 36rpx;
|
|
height: 36rpx;
|
|
position: absolute;
|
|
left: 26rpx;
|
|
top: 28rpx;
|
|
}
|
|
|
|
.impression-box .bottom {
|
|
padding: 44rpx 0 80rpx;
|
|
border-top: 1px solid #e8e8e8;
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.impression-box .btn {
|
|
background: #fff;
|
|
color: #C63E3A;
|
|
border: 1px solid #e8e8e8;
|
|
border-radius: 5px;
|
|
width: 520rpx;
|
|
height: 92rpx;
|
|
line-height: 92rpx;
|
|
margin: 0 auto 40rpx;
|
|
}
|
|
|
|
.impression-box .btn image {
|
|
width: 32rpx;
|
|
height: 34rpx;
|
|
display: inline-block;
|
|
margin-right: 6rpx;
|
|
position: relative;
|
|
top: 6rpx;
|
|
}
|
|
|
|
.impression-box .btn-black {
|
|
color: #333;
|
|
}
|
|
|
|
.divide {
|
|
color: #e8e8e8;
|
|
display: inline-block;
|
|
margin: 0 20rpx;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.item {
|
|
position: relative
|
|
}
|
|
|
|
.is_rent_btn {
|
|
position: absolute;
|
|
right: 30rpx;
|
|
bottom: 68rpx;
|
|
color: #bc312e;
|
|
border: 6rpx solid #bc312e;
|
|
border-radius: 5px;
|
|
line-height: 52rpx;
|
|
height: 66rpx;
|
|
width: 138rpx;
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
text-align: center;
|
|
transform: rotate(322deg);
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.eye-close {
|
|
width: 32rpx;
|
|
height: 24rpx;
|
|
vertical-align: middle;
|
|
position: relative;
|
|
top: -2rpx;
|
|
}
|
|
|
|
.eye-open {
|
|
width: 32rpx;
|
|
height: 20rpx;
|
|
vertical-align: middle;
|
|
position: relative;
|
|
top: -4rpx;
|
|
}
|
|
|
|
.chage-status-box {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
z-index: 100000;
|
|
background: rgba(0, 0, 0, 0.4);
|
|
padding-bottom: 40rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.chage-status-box .black {
|
|
height: 80vh;
|
|
}
|
|
|
|
.chage-status-box .box {
|
|
background: #fff;
|
|
text-align: center;
|
|
font-size: 30rpx;
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100vw;
|
|
padding: 80rpx 0 130rpx;
|
|
}
|
|
|
|
.chage-status-box .box .btn-box {
|
|
margin: 100rpx 60rpx 0;
|
|
font-size: 0;
|
|
}
|
|
|
|
.chage-status-box .box .btn-box view {
|
|
display: inline-block;
|
|
width: calc(50% - 15rpx);
|
|
height: 92rpx;
|
|
line-height: 88rpx;
|
|
border-radius: 10rpx;
|
|
background: #bc312e;
|
|
border: 1px solid #bc312e;
|
|
color: #fff;
|
|
font-size: 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.chage-status-box .box .btn-box .cle {
|
|
margin-left: 20rpx;
|
|
border-color: #e8e8e8;
|
|
color: #333;
|
|
background: #fff;
|
|
}
|
|
|
|
.close-btn {
|
|
display: inline-block;
|
|
background: #333;
|
|
color: #fff;
|
|
padding: 4rpx 6rpx;
|
|
font-size: 20rpx;
|
|
border-radius: 6rpx;
|
|
line-height: 20rpx;
|
|
}
|
|
|
|
.operation {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
padding: 20rpx 40rpx 50rpx;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.operation .operation-item:not(:first-child) {
|
|
margin-left: 30rpx;
|
|
}
|
|
|
|
.operation .operation-item {
|
|
border-radius: 10rpx;
|
|
border: 2rpx solid #aaa;
|
|
padding: 0 25rpx;
|
|
height: 45rpx;
|
|
line-height: 45rpx;
|
|
color: #555;
|
|
}
|
|
|
|
.operation .operation-item.blue {
|
|
background-color: #62b1ff;
|
|
color: #fff;
|
|
border-color: #62b1ff;
|
|
width: 130rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.operation .operation-item.thinblue {
|
|
background-color: #62b1ff32;
|
|
color: #4E90CC;
|
|
border-color: #62b1ff32;
|
|
width: 130rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.caution {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
line-height: 30rpx;
|
|
border-radius: 50rpx;
|
|
background-color: #c54235;
|
|
margin-right: 10rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.caution .caution-baitiao {
|
|
background-color: #fff;
|
|
width: 16rpx;
|
|
height: 4rpx;
|
|
}
|
|
|
|
.raise-popup {
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
padding: 0 30rpx;
|
|
display: inline-table;
|
|
align-items: center;
|
|
box-shadow: 0px 0px 10px rgb(0 0 0 / 35%);
|
|
background-color: #eff7ff;
|
|
border-radius: 50rpx;
|
|
position: fixed;
|
|
bottom: -90rpx;
|
|
left: 50%;
|
|
transform: translate(-50%);
|
|
/* transform: translateY(20px); */
|
|
transition: all .5s linear;
|
|
}
|
|
|
|
.raise-popup .raise-popup-icon {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
vertical-align: text-bottom;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.container .raisePopup {
|
|
bottom: 200rpx;
|
|
}
|
|
|
|
.NavBar {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
background: #fff;
|
|
z-index: 1000;
|
|
border-bottom: 1px solid #f2f2f2;
|
|
}
|
|
|
|
.NavBar-statusBar {
|
|
width: 100%;
|
|
}
|
|
|
|
.NavBar-titlebar {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.NavBar-content {
|
|
display: flex;
|
|
flex: 1;
|
|
margin: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.NavBar-left {
|
|
width: 55px;
|
|
height: 32px;
|
|
border-radius: 32px;
|
|
text-align: center;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.NavBar-left-more {
|
|
width: 87px;
|
|
height: 32px;
|
|
display: flex;
|
|
}
|
|
|
|
.capsule-holder {
|
|
width: 100px;
|
|
height: 100%;
|
|
}
|
|
|
|
.NavBar-content-title {
|
|
font-size: 17px;
|
|
font-weight: 600;
|
|
flex: 1;
|
|
text-align: center;
|
|
line-height: 32px;
|
|
height: 32px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
padding-left: 11px;
|
|
}
|
|
|
|
/* 到底了 */
|
|
.whether {
|
|
font-size: 25rpx;
|
|
color: #AAAAAA;
|
|
text-align: center;
|
|
padding-top: 20rpx;
|
|
height: 70rpx;
|
|
line-height: 70rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.info-list .title {
|
|
word-break: break-all;
|
|
}
|
|
|
|
.authentication-icon {
|
|
width: 125rpx;
|
|
height: 28rpx;
|
|
} |