123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422 |
- /* pages/user/myworks/myworks.wxss */
- page {
- width: 100%;
- background: #F0F1F5;
- }
- .user-works {
- width: 100%;
- box-sizing: border-box;
- /* padding: 0 15rpx; */
- background: #F0F1F5;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-between;
- }
- .follow-details {
- width: 100%;
- height: 382rpx;
- /* border-radius: 20rpx; */
- background: #FFFFFF;
- /* margin-top: 30rpx; */
- margin: 20rpx 15rpx 20rpx;
- display: flex;
- position: relative;
- box-sizing: border-box;
- }
- .follow-info {
- width: 100%;
- display: flex;
- }
- .follow {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 154rpx;
- height: 58rpx;
- border: 2rpx solid #ff0000;
- font-size: 28rpx;
- border-radius: 30rpx;
- /* text-align: center; */
- /* line-height: 60rpx; */
- color: #ff0000;
- position: absolute;
- top: 36rpx;
- right: 32rpx;
- }
- .follow image {
- width: 36rpx;
- height: 32rpx;
- margin-right: 15rpx;
- }
- .avatar-bg {
- margin-left: 20rpx;
- margin-top: 50rpx;
- width: 152rpx;
- height: 152rpx;
- background: #61CA54;
- border-radius: 50%;
- position: relative;
- }
- .avatar-box {
- width: 138rpx;
- height: 138rpx;
- border-radius: 50%;
- z-index: 300;
- /* position: absolute;
- top: 7rpx;
- left: 7rpx; */
- margin: 8rpx auto;
- }
- .avatar-image {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- .avatar-nickname {
- width: 500rpx;
- display: flex;
- }
- .avatar-nickname text {
- max-width: 290rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .avatar-address {
- width: 500rpx;
- }
- .flowers-box {
- width: 26rpx;
- height: 26rpx;
- margin-left: 10rpx;
- }
- .flowers-box>image {
- width: 100%;
- height: 100%;
- }
- .occupation-title {
- width:60rpx;
- height:30rpx;
- background:rgba(97, 202, 84, 1);
- border-radius:15rpx;
- font-size:22rpx;
- font-weight:800;
- color:rgba(255, 255, 255, 1);
- line-height:30rpx;
- text-align:center;
- position:absolute;
- bottom:-10rpx;
- left:48rpx;
- }
- .avatar-msg {
- margin-left: 40rpx;
- margin-top: 50rpx;
- width: 500rpx;
- height: 150rpx;
- color: #444444;
- font-size: 32rpx;
- }
- .gender-size {
- margin-left: 10rpx;
- font-size: 28rpx;
- align-self: center;
- }
- .set-msg {
- width: 100%;
- height: 248rpx;
- display: flex;
- align-items: flex-start;
- justify-content: center;
- }
- .avatar-nickname,
- .avatar-birthday,
- .avatar-address {
- line-height: 50rpx;
- color: #444;
- font-size: 32rpx;
- }
- .mine-category {
- box-sizing: border-box;
- width: 674rpx;
- padding-top: 30rpx;
- border-top: 4rpx solid #F0F1F5;
- font-size: 28rpx;
- /* font-weight: 600; */
- z-index: 900;
- display: flex;
- position: absolute;
- top: 246rpx;
- left: 5%;
- justify-content: space-around;
- }
- .border-right {
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 24rpx;
- font-weight: lighter;
- height: 22rpx;
- border-right: 2rpx solid #D6D6D6;
- }
- .flower-count .border-right {
- border: none;
- }
- .play-count,
- .point-count,
- .follow-count,
- .flower-count {
- width: 25%;
- text-align: center;
- }
- .play-img {
- width: 28rpx;
- height: 26rpx;
- margin-right: 6rpx;
- margin-bottom: 6rpx;
- }
- .red-heart {
- width: 26rpx;
- height: 22rpx;
- margin-right: 6rpx;
- margin-bottom: 6rpx;
- }
- .point-img {
- width: 24rpx;
- height: 26rpx;
- margin-right: 6rpx;
- margin-bottom: 6rpx;
- }
- image {
- width: 100%;
- height: 100%;
- }
- .color {
- text-align: right;
- padding-right: 44rpx;
- }
- .play-count {
- color: #92D626;
- }
- .point-count {
- color: #FFA700;
- }
- .follow-count {
- color: #F466FF;
- }
- .flower-count {
- color: #EE5750;
- }
- .hotWares {
- display: flex;
- flex-wrap: wrap;
- width: 100%;
- /* background: #e8e8e8; */
- }
- .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); */
- }
- .worksCard {
- position: relative;
- overflow: hidden;
- width: 100%;
- height: 496rpx;
- background: #fff;
- margin: 0 auto 20rpx;
- }
- .worksCard .wareCardImg {
- display: block;
- width: 704rpx;
- height: 290rpx;
- margin: 21rpx auto 0;
- border-radius: 20rpx;
- }
- .worksCard .titleSummary {
- display: flex;
- justify-content: space-between;
- margin-top: 12rpx;
- }
- .worksCard .wareCardTitle {
- /* margin: 0 auto; */
- width: 80%;
- height: 46rpx;
- display: block;
- /* text-align: left; */
- color: #444;
- font-size: 32rpx;
- /* letter-spacing: 4rpx; */
- margin-left: 28rpx;
- font-family: MicrosoftYaHei;
- }
- .worksCard .topData {
- height: 92rpx;
- margin-top: 22rpx;
- display: flex;
- flex-direction: row;
- /* justify-content: space-between; */
- align-items: center;
- }
- .worksLeft {
- display: flex;
- flex-direction: row;
- flex: 1;
- margin-left: 10rpx;
- }
- .worksLeft .worksInfo .authorName {
- color: #393939;
- font-size: 30rpx;
- margin-top: 8rpx;
- }
- .worksLeft .worksInfo .time {
- color: #393939;
- font-size: 30rpx;
- }
- .worksCard .topData .wareCardPlays {
- width: 100rpx;
- /* margin-left: 270rpx; */
- display: flex;
- flex-direction: row-reverse;
- align-items: center;
- padding-right: 35rpx;
- margin-bottom: 7rpx;
- }
- .worksCard .topData .authorAvatar {
- width: 92rpx;
- height: 92rpx;
- margin: 0 22rpx 0 22rpx;
- display: block;
- border: 4rpx solid #61CA54;
- border-radius: 50%;
- }
- .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;
- }
- .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;
- }
- .worksCard .wareCardPlays .wareCardPlaysImg {
- width: 30rpx;
- height: 26rpx;
- margin-left: 7rpx;
- float: right;
- margin-right: -3rpx;
- }
- .worksCard .wareCardPlays text {
- /* margin-left: 4rpx; */
- color: #848484;
- font-size: 24rpx;
- text-align: right;
- /* width:57%; */
- float: right;
- }
- .worksCard .wareCardLikes {
- width: 100rpx;
- margin-right: 18rpx;
- display: flex;
- flex-direction: row-reverse;
- align-items: center;
- }
- .worksCard .wareCardLikes .wareCardLikesImg {
- width: 22rpx;
- height: 26rpx;
- margin-left: 7rpx;
- }
- .worksCard .wareCardLikes text {
- /* margin-left: 4rpx; */
- color: #848484;
- font-size: 24rpx;
- }
|