修复动态发布与互动问题
This commit is contained in:
1
dist/pages/user-profile/index.wxss
vendored
Normal file
1
dist/pages/user-profile/index.wxss
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.user-profile{background:#14102b;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100vh}.user-profile__nav{-ms-flex-negative:0;background:#14102b;flex-shrink:0}.user-profile__nav-row{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:100rpx;padding:0 24rpx}.user-profile__back{display:-ms-flexbox;display:flex;height:72rpx;width:72rpx;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;color:#f0e9ff;justify-content:center}.user-profile__back-icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.user-profile__title{color:#f0e9ff;-ms-flex:1;flex:1;font:700 32rpx/1 Space Grotesk,Inter,system-ui,sans-serif;text-align:center}.user-profile__nav-spacer{width:72rpx}.user-profile__scroll{-ms-flex:1;flex:1;min-height:0}.user-profile__actions{padding:0 40rpx 40rpx}.user-profile__primary{border-radius:20rpx;display:-ms-flexbox;display:flex;height:88rpx;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;background:-webkit-gradient(linear,left top,right top,from(#d8b4ff),to(#ffb3c8));background:linear-gradient(90deg,#d8b4ff,#ffb3c8);color:#2a1d10;font:700 28rpx/1 Inter,system-ui,-apple-system,PingFang SC,Microsoft YaHei,sans-serif;justify-content:center}.user-profile__section{padding:0 40rpx 24rpx}.user-profile__section-title{color:#c7b9e0;font:600 26rpx/1 Space Grotesk,Inter,system-ui,sans-serif;letter-spacing:.08em;text-transform:uppercase}.user-profile__pet-scroll{margin:0 -40rpx}.user-profile__pet-list{display:-ms-flexbox;display:flex;gap:20rpx;padding:0 40rpx 44rpx}.user-profile__pet-card{width:264rpx;-ms-flex-negative:0;background:rgba(45,34,85,.4);border:2rpx solid rgba(216,180,255,.08);border-radius:32rpx;flex-shrink:0;padding:24rpx}.user-profile__pet-photo{border-radius:20rpx;height:156rpx;overflow:hidden;position:relative}.user-profile__pet-img{border-radius:20rpx;height:156rpx;width:100%}.user-profile__pet-label{background:rgba(0,0,0,.4);border-radius:19998rpx;bottom:16rpx;color:#f0e9ff;font:500 18rpx/1 Inter,system-ui,-apple-system,PingFang SC,Microsoft YaHei,sans-serif;left:16rpx;padding:6rpx 16rpx;position:absolute}.user-profile__pet-name{color:#f0e9ff;display:block;font:600 26rpx/1.2 Inter,system-ui,-apple-system,PingFang SC,Microsoft YaHei,sans-serif;margin-top:20rpx;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-profile__pet-meta{color:#8a7aab;display:block;font:400 20rpx/1.3 Inter,system-ui,-apple-system,PingFang SC,Microsoft YaHei,sans-serif;margin-top:6rpx}.user-profile__feed{padding:0 32rpx 48rpx}.user-profile__empty,.user-profile__empty-small{color:#8a7aab;display:block;font:400 26rpx/1.6 Inter,system-ui,-apple-system,PingFang SC,Microsoft YaHei,sans-serif;text-align:center}.user-profile__empty{padding:96rpx 48rpx}.user-profile__empty-small{padding:44rpx 0;width:100%}
|
||||
Reference in New Issue
Block a user