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.
42 lines
704 B
42 lines
704 B
.userInfo {
|
|
height: 100%;
|
|
background-color: white;
|
|
}
|
|
.userInfo .my-message {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
padding: 20rpx;
|
|
}
|
|
.userInfo .my-message .left {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
.userInfo .my-message .left > image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 50%;
|
|
}
|
|
.userInfo .my-message .right {
|
|
font-size: 12px;
|
|
}
|
|
.userInfo .share-box {
|
|
width: 100vw;
|
|
}
|
|
.userInfo .share-box > button {
|
|
background: none;
|
|
outline: none;
|
|
font-size: 14px;
|
|
text-align: left;
|
|
line-height: 14px;
|
|
padding: 12px 15px;
|
|
}
|
|
.userInfo .bottom-btn {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100vw;
|
|
z-index: 1000;
|
|
}
|
|
|
|
|