Browse Source

直播样式修改

dev
kola-web 1 month ago
parent
commit
7ebf87739d
  1. 2
      src/patient/pages/index/index.scss
  2. 2
      src/patient/pages/index/index.wxml
  3. 7
      src/patient/pages/live/index.scss

2
src/patient/pages/index/index.scss

@ -209,7 +209,7 @@ page {
.l-banner { .l-banner {
margin-top: 24rpx; margin-top: 24rpx;
width: 100%; width: 100%;
height: 336rpx; height: 330rpx;
border-radius: 24rpx; border-radius: 24rpx;
.live-img { .live-img {
width: 100%; width: 100%;

2
src/patient/pages/index/index.wxml

@ -104,7 +104,7 @@
> >
<image class="live-img" mode="aspectFill" src="{{imageUrl}}za-images/live-banner.png?t={{Timestamp}}"></image> <image class="live-img" mode="aspectFill" src="{{imageUrl}}za-images/live-banner.png?t={{Timestamp}}"></image>
</view> </view>
<view class="list"> <view class="list" wx:if="{{liveList.length}}">
<view <view
class="item" class="item"
wx:for="{{liveList}}" wx:for="{{liveList}}"

7
src/patient/pages/live/index.scss

@ -83,7 +83,7 @@ page {
} }
} }
.info-list { .info-list {
margin: 32rpx 30rpx; margin: 32rpx 40rpx;
.list-item { .list-item {
margin-bottom: 32rpx; margin-bottom: 32rpx;
background: #ffffff; background: #ffffff;
@ -95,7 +95,7 @@ page {
border-radius: 24rpx 24rpx 0 0; border-radius: 24rpx 24rpx 0 0;
display: block; display: block;
width: 100%; width: 100%;
height: 328rpx; height: 330rpx;
} }
.sign { .sign {
position: absolute; position: absolute;
@ -124,7 +124,6 @@ page {
} }
.labels { .labels {
margin-top: 16rpx; margin-top: 16rpx;
max-width: 56vw;
font-size: 28rpx; font-size: 28rpx;
color: rgba(105, 104, 110, 1); color: rgba(105, 104, 110, 1);
white-space: nowrap; white-space: nowrap;
@ -336,7 +335,7 @@ page {
} }
.title { .title {
font-size: 32rpx; font-size: 32rpx;
color: #69686E; color: #69686e;
} }
} }
} }

Loading…
Cancel
Save