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