diff --git a/pages/components/notice-index.vue b/pages/components/notice-index.vue index 75c3383..9bf3f4d 100644 --- a/pages/components/notice-index.vue +++ b/pages/components/notice-index.vue @@ -70,6 +70,13 @@ + + + + + + + @@ -453,6 +460,7 @@ } .dl-notice-box-index { + padding-top: var(--status-bar-height); width: 100%; color: #363636; background-color: white; @@ -604,7 +612,7 @@ } .dl-item-box { - height: calc(100vh - var(--status-bar-height) - var(--window-bottom) - 571rpx); + height: calc(100vh - var(--status-bar-height) - var(--window-bottom) - 607rpx); isplay: flex; flex-direction: column; padding-top: 15rpx; diff --git a/pages/components/notice-item.vue b/pages/components/notice-item.vue index 7959f6c..a785924 100644 --- a/pages/components/notice-item.vue +++ b/pages/components/notice-item.vue @@ -80,8 +80,6 @@ \ No newline at end of file diff --git a/pages/mine/mine-index.vue b/pages/mine/mine-index.vue index 3b56728..dc14c93 100644 --- a/pages/mine/mine-index.vue +++ b/pages/mine/mine-index.vue @@ -3,7 +3,7 @@ - + 切换至{{'bz'==nowUserType?'通告主':'博主'}} @@ -43,14 +43,14 @@ 积分140 赚积分{{item.unicode}} - + 报名140 去提额{{item.unicode}} - + @@ -60,23 +60,28 @@ 个人信息 - + + 足迹 - + + 设置 - + + 地址 - + + 名片 - + + 通用 @@ -87,23 +92,28 @@ 其他信息 - + + 新人手册 - + + 联系客服 - + + 公众号 - + + 加入社区 - + + 意见反馈 @@ -180,17 +190,23 @@ display: flex; flex-direction: column; align-items: center; - justify-content: center; + justify-content: flex-start; position: relative; + background-color: #F6F6F6; + .dl-title { + padding-top: calc(var(--status-bar-height) + 73rpx); width: 100%; - background-color: white; + background-color: #FC1F3E; + color: white; display: flex; position: relative; z-index: 10; - font-size: 26rpx; - padding: 55rpx 10rpx 13rpx 15rpx; + font-size: 30rpx; + padding-right: 10rpx; + padding-bottom: 20rpx; + padding-left: 15rpx; border-bottom: 1px solid #F4F4F4; @@ -202,8 +218,8 @@ position: relative; .dl-image { - width: 30rpx; - height: 30rpx; + width: 40rpx; + height: 40rpx; } .dl-text { @@ -352,6 +368,7 @@ padding: 20rpx; .item-text-box { + font-size: 34rpx; flex: 1; display: flex; flex-direction: column; @@ -398,15 +415,16 @@ justify-content: center; .detail-title { - border-left: 8rpx solid #FC1F3E; + // border-left: 8rpx solid #FC1F3E; font-weight: bold; font-size: 29rpx; - padding-left: 20rpx; + // padding-left: 10rpx; margin-bottom: 30rpx; } .menu-box { + padding-top: 15rpx; border-top: 1rpx solid #F7F7F7; width: 100%; display: flex; diff --git a/uni_modules/uni-popup/components/uni-popup-share/uni-popup-share.vue b/uni_modules/uni-popup/components/uni-popup-share/uni-popup-share.vue index c11a119..ea98fa2 100644 --- a/uni_modules/uni-popup/components/uni-popup-share/uni-popup-share.vue +++ b/uni_modules/uni-popup/components/uni-popup-share/uni-popup-share.vue @@ -1,6 +1,6 @@