Commit 4642cf56958da67294dc17520e1292fcb88df7c6
1 parent
0577300e
设置页面标题,修改按钮颜色为#f23030
Showing
4 changed files
with
18 additions
and
14 deletions
packageA/pages/liveStream/liveStream.json
| 1 | { | 1 | { |
| 2 | "usingComponents": { | 2 | "usingComponents": { |
| 3 | "subscribe": "plugin-private://wx2b03c6e691cd7370/components/subscribe/subscribe" | 3 | "subscribe": "plugin-private://wx2b03c6e691cd7370/components/subscribe/subscribe" |
| 4 | - } | 4 | + }, |
| 5 | + "navigationBarTitleText": "直播" | ||
| 5 | } | 6 | } |
| 6 | \ No newline at end of file | 7 | \ No newline at end of file |
packageA/pages/liveStream/liveStream.wxss
| @@ -63,7 +63,7 @@ | @@ -63,7 +63,7 @@ | ||
| 63 | width: 172rpx; | 63 | width: 172rpx; |
| 64 | height: 56rpx; | 64 | height: 56rpx; |
| 65 | line-height: 56rpx; | 65 | line-height: 56rpx; |
| 66 | - background-color: #000; | 66 | + background-color: #f23030; |
| 67 | color: #fff; | 67 | color: #fff; |
| 68 | font-size: 28rpx; | 68 | font-size: 28rpx; |
| 69 | text-align: center; | 69 | text-align: center; |
| @@ -75,7 +75,7 @@ subscribe { | @@ -75,7 +75,7 @@ subscribe { | ||
| 75 | width: 172rpx !important; | 75 | width: 172rpx !important; |
| 76 | height: 56rpx !important; | 76 | height: 56rpx !important; |
| 77 | line-height: 56rpx !important; | 77 | line-height: 56rpx !important; |
| 78 | - background-color: #000 !important; | 78 | + background-color: #f23030 !important; |
| 79 | font-size: 28rpx !important; | 79 | font-size: 28rpx !important; |
| 80 | position: relative; | 80 | position: relative; |
| 81 | border-radius: 0 !important; | 81 | border-radius: 0 !important; |
| @@ -87,7 +87,7 @@ subscribe { | @@ -87,7 +87,7 @@ subscribe { | ||
| 87 | left: 0; | 87 | left: 0; |
| 88 | width: 172rpx; | 88 | width: 172rpx; |
| 89 | height: 56rpx; | 89 | height: 56rpx; |
| 90 | - background-color: #000; | 90 | + background-color: #f23030; |
| 91 | color: #fff; | 91 | color: #fff; |
| 92 | } | 92 | } |
| 93 | .subscribe--live-player-hasSubscribe { | 93 | .subscribe--live-player-hasSubscribe { |
packageA/pages/liveStreamDetails/liveStreamDetails.json
| 1 | { | 1 | { |
| 2 | "usingComponents": { | 2 | "usingComponents": { |
| 3 | "subscribe": "plugin-private://wx2b03c6e691cd7370/components/subscribe/subscribe" | 3 | "subscribe": "plugin-private://wx2b03c6e691cd7370/components/subscribe/subscribe" |
| 4 | - } | 4 | + }, |
| 5 | + "navigationBarTitleText": "直播详情" | ||
| 5 | } | 6 | } |
| 6 | \ No newline at end of file | 7 | \ No newline at end of file |
packageA/pages/liveStreamDetails/liveStreamDetails.wxss
| @@ -14,6 +14,7 @@ | @@ -14,6 +14,7 @@ | ||
| 14 | .cover-img { | 14 | .cover-img { |
| 15 | width: 100%; | 15 | width: 100%; |
| 16 | height: 100%; | 16 | height: 100%; |
| 17 | + background-color: #eee; | ||
| 17 | } | 18 | } |
| 18 | .cover-desc { | 19 | .cover-desc { |
| 19 | position: absolute; | 20 | position: absolute; |
| @@ -78,7 +79,7 @@ | @@ -78,7 +79,7 @@ | ||
| 78 | } | 79 | } |
| 79 | .item-desc-container { | 80 | .item-desc-container { |
| 80 | padding-left: 46rpx; | 81 | padding-left: 46rpx; |
| 81 | - font-size: 24rpx; | 82 | + font-size: 26rpx; |
| 82 | display: flex; | 83 | display: flex; |
| 83 | flex-direction: column; | 84 | flex-direction: column; |
| 84 | justify-content: space-between; | 85 | justify-content: space-between; |
| @@ -123,9 +124,9 @@ | @@ -123,9 +124,9 @@ | ||
| 123 | } | 124 | } |
| 124 | .btn { | 125 | .btn { |
| 125 | color: #fff; | 126 | color: #fff; |
| 126 | - background-color: #000; | 127 | + background-color: #f23030; |
| 127 | font-size: 36rpx; | 128 | font-size: 36rpx; |
| 128 | - line-height: 120rpx; | 129 | + line-height: 92rpx; |
| 129 | text-align: center; | 130 | text-align: center; |
| 130 | /* width: 618rpx; | 131 | /* width: 618rpx; |
| 131 | height: 92rpx; */ | 132 | height: 92rpx; */ |
| @@ -139,16 +140,16 @@ | @@ -139,16 +140,16 @@ | ||
| 139 | left: 0; | 140 | left: 0; |
| 140 | width: 100%; | 141 | width: 100%; |
| 141 | height: auto; | 142 | height: auto; |
| 142 | - background-color: #000; | 143 | + background-color: #f23030; |
| 143 | color: #fff; | 144 | color: #fff; |
| 144 | } | 145 | } |
| 145 | .subscribe--live-player-subscribe__btn { | 146 | .subscribe--live-player-subscribe__btn { |
| 146 | width: 100% !important; | 147 | width: 100% !important; |
| 147 | height: auto !important; | 148 | height: auto !important; |
| 148 | font-size: 36rpx !important; | 149 | font-size: 36rpx !important; |
| 149 | - line-height: 120rpx !important; | 150 | + /* line-height: 120rpx !important; */ |
| 150 | border-radius: 0 !important; | 151 | border-radius: 0 !important; |
| 151 | - background-color: #000 !important; | 152 | + background-color: #f23030 !important; |
| 152 | } | 153 | } |
| 153 | .subscribe--live-player-hasSubscribe { | 154 | .subscribe--live-player-hasSubscribe { |
| 154 | background-color: #666 !important; | 155 | background-color: #666 !important; |
| @@ -217,12 +218,12 @@ | @@ -217,12 +218,12 @@ | ||
| 217 | .playbill.active ~ .mask { | 218 | .playbill.active ~ .mask { |
| 218 | display: block; | 219 | display: block; |
| 219 | } | 220 | } |
| 220 | - | ||
| 221 | .playbill-pic { | 221 | .playbill-pic { |
| 222 | + display: block; | ||
| 222 | width: 478rpx; | 223 | width: 478rpx; |
| 223 | height: 737rpx; | 224 | height: 737rpx; |
| 224 | border-width: 31rpx 20rpx 51rpx; | 225 | border-width: 31rpx 20rpx 51rpx; |
| 225 | - border-color: black; | 226 | + border-color: #f23030; |
| 226 | border-style: solid; | 227 | border-style: solid; |
| 227 | margin: 0 auto 26rpx; | 228 | margin: 0 auto 26rpx; |
| 228 | } | 229 | } |
| @@ -231,10 +232,11 @@ | @@ -231,10 +232,11 @@ | ||
| 231 | width: 560rpx; | 232 | width: 560rpx; |
| 232 | height: 100rpx; | 233 | height: 100rpx; |
| 233 | line-height: 100rpx; | 234 | line-height: 100rpx; |
| 234 | - background-color: black; | 235 | + background-color: #f23030; |
| 235 | color: #fff; | 236 | color: #fff; |
| 236 | font-size: 36rpx; | 237 | font-size: 36rpx; |
| 237 | text-align: center; | 238 | text-align: center; |
| 239 | + margin: 0 auto; | ||
| 238 | } | 240 | } |
| 239 | .playbill-save image { | 241 | .playbill-save image { |
| 240 | width: 44rpx; | 242 | width: 44rpx; |