|
@@ -1,13 +1,13 @@
|
|
|
/* pages/user/myworks/myworks.wxss */
|
|
|
-page{
|
|
|
+page {
|
|
|
width: 100%;
|
|
|
background: #F0F1F5;
|
|
|
}
|
|
|
|
|
|
-.user-works{
|
|
|
- width: 750rpx;
|
|
|
+.user-works {
|
|
|
+ width: 100%;
|
|
|
box-sizing: border-box;
|
|
|
- padding: 0 15rpx;
|
|
|
+ /* padding: 0 15rpx; */
|
|
|
background: #F0F1F5;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
@@ -15,33 +15,36 @@ page{
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
|
|
|
-.follow-details{
|
|
|
+.follow-details {
|
|
|
width: 100%;
|
|
|
height: 382rpx;
|
|
|
- border-radius: 20rpx;
|
|
|
+ /* border-radius: 20rpx; */
|
|
|
background: #FFFFFF;
|
|
|
- margin-top: 30rpx;
|
|
|
+ /* margin-top: 30rpx; */
|
|
|
+ margin: 20rpx 15rpx 20rpx;
|
|
|
display: flex;
|
|
|
position: relative;
|
|
|
+ box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
-.follow-info{
|
|
|
+.follow-info {
|
|
|
width: 100%;
|
|
|
display: flex;
|
|
|
}
|
|
|
+
|
|
|
.follow {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
- width:154rpx;
|
|
|
-height:58rpx;
|
|
|
+ width: 154rpx;
|
|
|
+ height: 58rpx;
|
|
|
border: 2rpx solid #ff0000;
|
|
|
font-size: 28rpx;
|
|
|
border-radius: 30rpx;
|
|
|
/* text-align: center; */
|
|
|
/* line-height: 60rpx; */
|
|
|
color: #ff0000;
|
|
|
- position:absolute;
|
|
|
+ position: absolute;
|
|
|
top: 36rpx;
|
|
|
right: 32rpx;
|
|
|
}
|
|
@@ -52,7 +55,8 @@ height:58rpx;
|
|
|
margin-right: 15rpx;
|
|
|
|
|
|
}
|
|
|
-.avatar-bg{
|
|
|
+
|
|
|
+.avatar-bg {
|
|
|
margin-left: 20rpx;
|
|
|
margin-top: 50rpx;
|
|
|
width: 152rpx;
|
|
@@ -62,7 +66,7 @@ height:58rpx;
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
-.avatar-box{
|
|
|
+.avatar-box {
|
|
|
width: 138rpx;
|
|
|
height: 138rpx;
|
|
|
border-radius: 50%;
|
|
@@ -73,34 +77,34 @@ height:58rpx;
|
|
|
margin: 8rpx auto;
|
|
|
}
|
|
|
|
|
|
-.avatar-image{
|
|
|
+.avatar-image {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
border-radius: 50%;
|
|
|
}
|
|
|
|
|
|
-.avatar-nickname{
|
|
|
+.avatar-nickname {
|
|
|
width: 500rpx;
|
|
|
display: flex;
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
|
|
|
-.avatar-address{
|
|
|
+.avatar-address {
|
|
|
width: 500rpx;
|
|
|
}
|
|
|
|
|
|
-.flowers-box{
|
|
|
+.flowers-box {
|
|
|
width: 26rpx;
|
|
|
height: 26rpx;
|
|
|
margin-left: 10rpx;
|
|
|
}
|
|
|
|
|
|
-.flowers-box>image{
|
|
|
+.flowers-box>image {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
-.occupation-title{
|
|
|
+.occupation-title {
|
|
|
position: absolute;
|
|
|
left: 44rpx;
|
|
|
bottom: -10rpx;
|
|
@@ -115,7 +119,7 @@ height:58rpx;
|
|
|
font-size: 18rpx;
|
|
|
}
|
|
|
|
|
|
-.avatar-msg{
|
|
|
+.avatar-msg {
|
|
|
margin-left: 40rpx;
|
|
|
margin-top: 50rpx;
|
|
|
width: 500rpx;
|
|
@@ -124,13 +128,13 @@ height:58rpx;
|
|
|
font-size: 32rpx;
|
|
|
}
|
|
|
|
|
|
-.gender-size{
|
|
|
+.gender-size {
|
|
|
margin-left: 10rpx;
|
|
|
font-size: 28rpx;
|
|
|
align-self: center;
|
|
|
}
|
|
|
|
|
|
-.set-msg{
|
|
|
+.set-msg {
|
|
|
width: 100%;
|
|
|
height: 248rpx;
|
|
|
display: flex;
|
|
@@ -138,13 +142,15 @@ height:58rpx;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
|
|
|
-.avatar-nickname,.avatar-birthday,.avatar-address{
|
|
|
+.avatar-nickname,
|
|
|
+.avatar-birthday,
|
|
|
+.avatar-address {
|
|
|
line-height: 50rpx;
|
|
|
color: #444;
|
|
|
font-size: 32rpx;
|
|
|
}
|
|
|
|
|
|
-.mine-category{
|
|
|
+.mine-category {
|
|
|
box-sizing: border-box;
|
|
|
width: 674rpx;
|
|
|
padding-top: 30rpx;
|
|
@@ -155,7 +161,7 @@ height:58rpx;
|
|
|
display: flex;
|
|
|
position: absolute;
|
|
|
top: 246rpx;
|
|
|
- left: 23rpx;
|
|
|
+ left: 5%;
|
|
|
}
|
|
|
|
|
|
.border-right {
|
|
@@ -167,6 +173,7 @@ height:58rpx;
|
|
|
height: 22rpx;
|
|
|
border-right: 2rpx solid #D6D6D6;
|
|
|
}
|
|
|
+
|
|
|
.flower-count .border-right {
|
|
|
border: none;
|
|
|
}
|
|
@@ -227,124 +234,176 @@ image {
|
|
|
color: #EE5750;
|
|
|
}
|
|
|
|
|
|
-.works-article{
|
|
|
- margin-top: 12rpx;
|
|
|
- box-sizing: border-box;
|
|
|
- width: 100%;
|
|
|
- padding: 0 27rpx;
|
|
|
- background: #FFFFFF;
|
|
|
- border-radius: 12rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.user-info{
|
|
|
- width: 100%;
|
|
|
- height: 120rpx;
|
|
|
+.hotWares {
|
|
|
display: flex;
|
|
|
- align-items: center;
|
|
|
- font-size:32rpx;
|
|
|
- padding-top:22rpx;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ /* background: #e8e8e8; */
|
|
|
}
|
|
|
|
|
|
-.user-img{
|
|
|
- width: 96rpx;
|
|
|
- height: 96rpx;
|
|
|
- border-radius: 50%;
|
|
|
- margin-right:20rpx;
|
|
|
-
|
|
|
+.recommdSection .hotWares .worksCard {
|
|
|
+ position: relative;
|
|
|
+ overflow: hidden;
|
|
|
+ width: 100%;
|
|
|
+ height: 484rpx;
|
|
|
+ background: #fff;
|
|
|
+ /* padding: 26rpx; */
|
|
|
+ /* border-radius: 12rpx; */
|
|
|
+ /* margin: 0 0 18rpx 16rpx; */
|
|
|
+ margin: 0 auto 10rpx;
|
|
|
+ /* box-shadow: 0 8rpx 6rpx 0 rgba(0, 0, 0, .28); */
|
|
|
}
|
|
|
|
|
|
-.user-img>image{
|
|
|
+.worksCard {
|
|
|
+ position: relative;
|
|
|
+ overflow: hidden;
|
|
|
width: 100%;
|
|
|
- height: 100%;
|
|
|
- border-radius: 50%;
|
|
|
+ height: 484rpx;
|
|
|
+ background: #fff;
|
|
|
+ margin: 0 auto 20rpx;
|
|
|
}
|
|
|
|
|
|
-.user-details{
|
|
|
- /* margin-left: 26rpx; */
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
+.worksCard .wareCardImg {
|
|
|
+ display: block;
|
|
|
+ width: 704rpx;
|
|
|
+ height: 290rpx;
|
|
|
+ margin: 21rpx auto 0;
|
|
|
+ border-radius: 20rpx;
|
|
|
}
|
|
|
|
|
|
-.user-name{
|
|
|
- width: 552rpx;
|
|
|
+.worksCard .titleSummary {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
- align-items: flex-end;
|
|
|
- color: #414141;
|
|
|
+ margin-top: 12rpx;
|
|
|
}
|
|
|
|
|
|
-.left-detail{
|
|
|
- width: 500rpx;
|
|
|
+.worksCard .wareCardTitle {
|
|
|
+ /* margin: 0 auto; */
|
|
|
+ width: 80%;
|
|
|
+ height: 46rpx;
|
|
|
+ display: block;
|
|
|
+ /* text-align: left; */
|
|
|
+ color: #444;
|
|
|
font-size: 32rpx;
|
|
|
- color:#414141
|
|
|
+ /* letter-spacing: 4rpx; */
|
|
|
+ margin-left: 28rpx;
|
|
|
+ font-family: MicrosoftYaHei;
|
|
|
}
|
|
|
|
|
|
-.right-detail{
|
|
|
- width: 90rpx;
|
|
|
+.worksCard .topData {
|
|
|
+ height: 92rpx;
|
|
|
+ margin-top: 22rpx;
|
|
|
display: flex;
|
|
|
- font-size: 22rpx;
|
|
|
- flex-direction:row-reverse;
|
|
|
-margin-right: 6rpx;
|
|
|
-color:#444
|
|
|
+ flex-direction: row;
|
|
|
+ /* justify-content: space-between; */
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
|
|
|
-.user-time{
|
|
|
- color: #686868;
|
|
|
- font-weight: lighter;
|
|
|
+.worksLeft {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ flex: 1;
|
|
|
+ margin-left: 10rpx;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
-.video-preview{
|
|
|
- width: 100%;
|
|
|
- height: 290rpx;
|
|
|
- border-radius: 20rpx;
|
|
|
+.worksLeft .worksInfo .authorName {
|
|
|
+ color: #393939;
|
|
|
+ font-size: 30rpx;
|
|
|
+ margin-top: 8rpx;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
-.video-preview>image{
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- border-radius: 20rpx;
|
|
|
+.worksLeft .worksInfo .time {
|
|
|
+ color: #393939;
|
|
|
+ font-size: 30rpx;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
-.content-title{
|
|
|
- margin-top: 12rpx;
|
|
|
- margin-bottom: 30rpx;
|
|
|
- width: 100%;
|
|
|
+.worksCard .topData .wareCardPlays {
|
|
|
+ width: 100rpx;
|
|
|
+ /* margin-left: 270rpx; */
|
|
|
display: flex;
|
|
|
- justify-content: space-between;
|
|
|
+ flex-direction: row-reverse;
|
|
|
align-items: center;
|
|
|
- font-size: 32rpx;
|
|
|
- color: #414141;
|
|
|
+ padding-right: 35rpx;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
-.content-grage{
|
|
|
- font-size: 24rpx;
|
|
|
- margin-right:6rpx;
|
|
|
+.worksCard .topData .authorAvatar {
|
|
|
+ width: 92rpx;
|
|
|
+ height: 92rpx;
|
|
|
+ margin: 0 22rpx 0 22rpx;
|
|
|
+ display: block;
|
|
|
+ border: 4rpx solid #61CA54;
|
|
|
+ border-radius: 50%;
|
|
|
}
|
|
|
|
|
|
-.user-info image{
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
+.worksCard .topData .profession {
|
|
|
+ width: 68rpx;
|
|
|
+ height: 24rpx;
|
|
|
+ background: rgba(97, 202, 84, 1);
|
|
|
+ border-radius: 166rpx;
|
|
|
+ border: 2rpx solid rgba(255, 255, 255, 1);
|
|
|
+ font-size: 16rpx;
|
|
|
+ /* font-family: PingFangSC-Medium; */
|
|
|
+ /* font-weight: 500; */
|
|
|
+ color: rgba(255, 255, 255, 1);
|
|
|
+ line-height: 24rpx;
|
|
|
+ text-align: center;
|
|
|
+ position: absolute;
|
|
|
+ bottom: -7rpx;
|
|
|
+ left: 37rpx;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
-.plays-img{
|
|
|
- width: 20rpx;
|
|
|
- height: 20rpx;
|
|
|
- margin-right:4rpx;
|
|
|
+.topData .numberInfo {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+}
|
|
|
+
|
|
|
+.worksCard .wareCardTip {
|
|
|
+ width: 178rpx;
|
|
|
+ height: 40rpx;
|
|
|
+ display: block;
|
|
|
+ text-align: left;
|
|
|
+ color: #444;
|
|
|
+ font-size: 24rpx;
|
|
|
+ line-height: 44rpx;
|
|
|
|
|
|
}
|
|
|
|
|
|
-.likes-img{
|
|
|
- width: 26rpx;
|
|
|
- height: 24rpx;
|
|
|
- margin-right:4rpx;
|
|
|
+.worksCard .wareCardPlays .wareCardPlaysImg {
|
|
|
+ width: 30rpx;
|
|
|
+ height: 26rpx;
|
|
|
+ margin-left: 7rpx;
|
|
|
+ float: right;
|
|
|
+}
|
|
|
|
|
|
+.worksCard .wareCardPlays text {
|
|
|
+ /* margin-left: 4rpx; */
|
|
|
+ color: #848484;
|
|
|
+ font-size: 24rpx;
|
|
|
+ text-align: right;
|
|
|
+ /* width:57%; */
|
|
|
+ float: right;
|
|
|
}
|
|
|
|
|
|
-.likes-count{
|
|
|
- color: #FD8B43;
|
|
|
+.worksCard .wareCardLikes {
|
|
|
+ width: 100rpx;
|
|
|
+ margin-right: 18rpx;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row-reverse;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
|
|
|
-.plays-count{
|
|
|
- color: #5E5E5E;
|
|
|
+.worksCard .wareCardLikes .wareCardLikesImg {
|
|
|
+ width: 22rpx;
|
|
|
+ height: 26rpx;
|
|
|
+ margin-left: 7rpx;
|
|
|
}
|
|
|
|
|
|
+.worksCard .wareCardLikes text {
|
|
|
+ /* margin-left: 4rpx; */
|
|
|
+ color: #848484;
|
|
|
+ font-size: 24rpx;
|
|
|
+}
|