yuminge-app/yun-min-program-plugin-master/packageH/circleCommunity/circleMyRelease/circleMyRelease.wxss

352 lines
5.7 KiB
Plaintext

/* packageH/circleCommunity/circleMyRelease/circleMyRelease.wxss */
view,
text {
padding: 0;
margin: 0;
box-sizing: border-box;
}
.member {
width: 100%;
height: 9rem;
background-image: url("https://dev3.yunzmall.com/attachment/image/aae1e9a875eab1b4c9bdc44f69a3c0d7.jpeg");
background-size: 100%;
border-bottom-left-radius: 60% 15%;
border-bottom-right-radius: 60% 15%;
overflow: hidden;
position: relative;
}
.member .upimg {
position: absolute;
top: 1.34rem;
right: 0.94rem;
width: 4.25rem;
height: 1.34rem;
border-radius: 0.13rem;
border: solid 0.05rem #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.63rem;
color: #fff;
}
.member .upimg icon {
font-size: 0.63rem;
margin-top: 1px;
}
.wrapper {
position: absolute;
top: 3rem;
width: 100%;
padding: 0 1.94rem;
}
.userWrapper {
margin: 0.94rem 0;
border-radius: 0.63rem;
background: #fff;
padding: 0.93rem 1.2rem 0.875rem 1.2rem;
}
.userWrapper .userDesc {
display: flex;
}
.userWrapper .userDesc .left {
flex: 1;
}
.userWrapper .userDesc .left .name {
font-size: 1.375rem;
font-weight: bold;
color: #202020;
}
.userWrapper .userDesc .left .desc {
font-size: 0.75rem;
font-weight: bold;
color: #666;
margin-top: 0.3rem;
}
.userWrapper .userDesc .left .desc icon {
display: inline-flex;
padding-left: 0.3rem;
font-size: 0.7rem;
height: 1rem;
}
.userWrapper .userDesc .right image {
width: 3.75rem;
height: 3.75rem;
border-radius: 50%;
}
.userWrapper .userInfo {
margin-top: 0.5rem;
display: flex;
}
.userWrapper .userInfo .num {
font-size: 1.125rem;
font-weight: bold;
color: #202020;
}
.userWrapper .userInfo .descText {
font-size: 0.75rem;
font-weight: bold;
color: #666;
}
.userWrapper .userInfo .works {
display: flex;
flex-direction: column;
align-items: center;
}
.userWrapper .userInfo .fab {
margin-left: 2.5rem;
display: flex;
flex-direction: column;
align-items: center;
}
.tabs {
margin-top: 0.625rem;
background: #fff;
border-top-left-radius: 0.625rem;
border-top-right-radius: 0.625rem;
display: flex;
padding: 0.863rem 0.969rem 0.5rem;
}
.tabs .tabItem {
font-size: 0.813rem;
font-weight: bold;
color: #666;
display: flex;
align-items: flex-end;
}
.tabs .tabItem.active {
font-size: 1rem;
color: #3175fe;
position: relative;
}
.tabs .tabItem.active::after {
content: '';
display: block;
width: 1.25rem;
height: 0.188rem;
background-color: #3175fe;
border-radius: 0.094rem;
position: absolute;
bottom: -0.4rem;
left: 0.3rem;
}
.card:nth-child(1) {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.card {
background-color: #fff;
border-radius: 0.625rem;
padding: 0.781rem 0.875rem 1rem 0.938rem;
margin-bottom: 0.625rem;
}
.card .userInfo {
display: flex;
position: relative;
}
.card .opet {
position: absolute;
right: 0;
top: 0;
}
.card .opet .iconfont {
font-size: 40rpx;
display: flex;
align-items: center;
height: 40rpx;
}
.card .userInfo .face image {
width: 2.5rem;
height: 2.5rem;
border-radius: 50%;
}
.card .userInfo .right {
margin-left: 0.469rem;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.card .userInfo .right .name {
font-size: 0.938rem;
font-weight: bold;
color: #333;
}
.card .userInfo .right .time {
font-size: 0.688rem;
font-weight: bold;
color: #999;
}
.card .title {
font-size: 1rem;
font-weight: bold;
color: #202020;
padding-top: 1rem;
padding-bottom: 0.8rem;
}
.card .desc {
font-size: 0.813rem;
font-weight: bold;
font-stretch: normal;
color: #868585;
padding-bottom: 0.8rem;
display: flex;
}
.card .contentImg image {
max-width: 100%;
}
.card .circleWrapper {
width: 9.25rem;
height: 1.188rem;
background-color: #f1f6ff;
border-radius: 0.594rem;
display: flex;
padding: 0.125rem 0.219rem;
}
.card .circleWrapper image {
width: 0.938rem;
height: 0.938rem;
border-radius: 50%;
}
.card .circleWrapper .text {
margin-left: 0.29rem;
font-size: 0.625rem;
font-weight: bold;
color: #6d99f3;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.card .otherInfo {
display: flex;
justify-content: flex-end;
}
.card .otherInfo .otherItem {
margin-left: 1rem;
display: inline-flex;
align-items: flex-end;
}
.card .otherInfo .otherItem .iconfont {
display: inline-flex;
vertical-align: baseline;
margin-right: 0.1rem;
color: #7c7c78;
align-items: center;
}
.card .otherInfo .otherItem .iconfont.active {
color: #3175fe;
}
.replyMainComment {
display: flex;
padding-top: 25.6rpx;
padding-bottom: 25.6rpx;
padding-left: 32rpx;
}
.replyMainComment .left {
flex: 1;
height: 60.16rpx;
background-color: #f5f5f5;
border-radius: 30.08rpx;
}
.replyMainComment .left input {
box-sizing: border-box;
border: none;
height: 100%;
width: 100%;
padding-left: 32rpx;
padding-right: 32rpx;
}
.replyMainComment .right {
margin-left: 10rpx;
width: 96rpx;
height: 60.16rpx;
font-size: 30.08rpx;
line-height: 60.16rpx;
color: #333;
}
.adminOperation {
background-color: #f2f2f2;
}
.adminOperation .recommend {
display: flex;
justify-content: center;
align-items: center;
background-color: #fff;
height: 110.08rpx;
border-bottom: 1.92rpx solid #eee;
}
.adminOperation .delete {
border-bottom: none;
margin-bottom: 20.16rpx;
}
.adminOperation .recommend_left {
height: 39.04rpx;
width: 39.04rpx;
}
.adminOperation .recommend_left image {
width: 100%;
height: 100%;
}
.adminOperation .recommend_right {
font-size: 32rpx;
color: #333;
margin-left: 8.96rpx;
}
.adminOperation .cancel {
height: 110.08rpx;
color: #333;
font-size: 32rpx;
text-align: center;
line-height: 110.08rpx;
background: #fff;
}