Commit 38f17941d52e72e1e3ac5899f5c50b6d7b05258c
1 parent
b9612b9334
Exists in
master
and in
2 other branches
no
Showing 5 changed files with 30 additions and 39 deletions
littleApp_child/pages/CheckReport/CheckReport.wxml
View file @
38f1794
| ... | ... | @@ -38,8 +38,7 @@ |
| 38 | 38 | </view> |
| 39 | 39 | <!--医院名称横条--> |
| 40 | 40 | <view class="hospitalName" wx:if="{{todayInfo.checkhospital}}">{{todayInfo.checkhospital}}</view> |
| 41 | - | |
| 42 | - <view class="title_banner">检查项目</view> | |
| 41 | + <view class="title_banner" style="margin-top:-12px;">检查项目</view> | |
| 43 | 42 | <view class="report_list_bg"> |
| 44 | 43 | <scroll-view class="report_list_scroll" scroll-x="true"> |
| 45 | 44 | <view class="report_list_item_bg"> |
| 46 | 45 | |
| ... | ... | @@ -122,23 +121,23 @@ |
| 122 | 121 | |
| 123 | 122 | |
| 124 | 123 | |
| 125 | - | |
| 124 | +<!-- {{subscribeDetails.office ? subscribeDetails.office : '-'}} --> | |
| 126 | 125 | <view class="mask_subscribe_bg" wx:if="{{flag}}"> |
| 127 | - <view class="mask_subscribe_content"> | |
| 128 | - <view class="mask_subscribe_title">预约信息</view> | |
| 129 | - <view class="mask_subscribe_time"> | |
| 130 | - <label>预约时间:</label> | |
| 131 | - <label class="mask_subscribe_content_text">{{subscribeDetails.nextcheck}}</label> | |
| 132 | - </view> | |
| 133 | - <view class="mask_subscribe_office"> | |
| 134 | - <label>检查科室:</label> | |
| 135 | - <label class="mask_subscribe_content_text">{{subscribeDetails.office ? subscribeDetails.office : '-'}}</label> | |
| 136 | - </view> | |
| 137 | - <view class="mask_subscribe_hospital"> | |
| 138 | - <label>医院名称:</label> | |
| 139 | - <label class="mask_subscribe_content_text">{{subscribeDetails.checkhospital}}</label> | |
| 140 | - </view> | |
| 141 | - <view class="mask_subscribe_content_closeBtn" bindtap="closeMask">知道了</view> | |
| 142 | - </view> | |
| 143 | - </view> | |
| 126 | + <view class="mask_subscribe_content"> | |
| 127 | + <view class="mask_subscribe_title">预约信息</view> | |
| 128 | + <view class="mask_subscribe_time"> | |
| 129 | + <label>预约时间:</label> | |
| 130 | + <label class="mask_subscribe_content_text">{{subscribeDetails.nextcheck}}</label> | |
| 131 | + </view> | |
| 132 | + <view class="mask_subscribe_office"> | |
| 133 | + <label>检查医生:</label> | |
| 134 | + <label class="mask_subscribe_content_text">{{todayInfo.doctorname ? todayInfo.doctorname : '-'}}</label> | |
| 135 | + </view> | |
| 136 | + <view class="mask_subscribe_hospital"> | |
| 137 | + <label>医院名称:</label> | |
| 138 | + <label class="mask_subscribe_content_text">{{subscribeDetails.checkhospital}}</label> | |
| 139 | + </view> | |
| 140 | + <view class="mask_subscribe_content_closeBtn" bindtap="closeMask">知道了</view> | |
| 141 | + </view> | |
| 142 | +</view> |
littleApp_child/pages/CheckReport/CheckReport.wxss
View file @
38f1794
| ... | ... | @@ -6,14 +6,6 @@ |
| 6 | 6 | position: relative; |
| 7 | 7 | } |
| 8 | 8 | |
| 9 | -.promptText { | |
| 10 | - background: #f4879b; | |
| 11 | - font: bold; | |
| 12 | - text-align: center; | |
| 13 | - font-size: 10px; | |
| 14 | - color: white; | |
| 15 | -} | |
| 16 | - | |
| 17 | 9 | .circle_bg { |
| 18 | 10 | width:118px; |
| 19 | 11 | height:118px; |
| ... | ... | @@ -66,7 +58,7 @@ |
| 66 | 58 | position: absolute; |
| 67 | 59 | top: 59px; |
| 68 | 60 | left: 50%; |
| 69 | - transform: translateX(-84px); | |
| 61 | + transform: translateX(-94px); | |
| 70 | 62 | } |
| 71 | 63 | |
| 72 | 64 | .icon_right { |
| ... | ... | @@ -75,7 +67,7 @@ |
| 75 | 67 | position: absolute; |
| 76 | 68 | top: 59px; |
| 77 | 69 | left: 50%; |
| 78 | - transform: translateX(59px); | |
| 70 | + transform: translateX(69px); | |
| 79 | 71 | } |
| 80 | 72 | |
| 81 | 73 | .subscribe_bg { |
| 82 | 74 | |
| ... | ... | @@ -137,14 +129,14 @@ |
| 137 | 129 | |
| 138 | 130 | .hospitalName { |
| 139 | 131 | width: 100%; |
| 140 | - height: 30px; | |
| 132 | + height: 25px; | |
| 141 | 133 | background-color: white; |
| 142 | 134 | color: #ee7289; |
| 143 | 135 | font-size: 11px; |
| 144 | 136 | font: medium; |
| 145 | 137 | text-align: center; |
| 146 | - line-height: 30px; | |
| 147 | - margin-top: 1px; | |
| 138 | + line-height: 25px; | |
| 139 | + transform: translateY(-12px); | |
| 148 | 140 | } |
| 149 | 141 | |
| 150 | 142 | .title_banner { |
| ... | ... | @@ -192,7 +184,7 @@ |
| 192 | 184 | } |
| 193 | 185 | |
| 194 | 186 | .report_list_item label { |
| 195 | - font-size: 10px; | |
| 187 | + font-size: 12px; | |
| 196 | 188 | color: #333333; |
| 197 | 189 | margin-top: 5px; |
| 198 | 190 | } |
| ... | ... | @@ -268,7 +260,7 @@ |
| 268 | 260 | |
| 269 | 261 | .check_diagnosis_name { |
| 270 | 262 | font-family: PingFangSC-Regular; |
| 271 | - font-size: 15px; | |
| 263 | + font-size: 13px; | |
| 272 | 264 | margin-left: 10px; |
| 273 | 265 | margin-top: 5px; |
| 274 | 266 | color: #222; |
| ... | ... | @@ -291,7 +283,7 @@ |
| 291 | 283 | |
| 292 | 284 | .check_diagnosis_content_1_line { |
| 293 | 285 | font-family: PingFangSC-Regular; |
| 294 | - font-size: 13px; | |
| 286 | + font-size: 12px; | |
| 295 | 287 | color: #666; |
| 296 | 288 | margin-left: 10px; |
| 297 | 289 | padding-right: 10px; |
littleApp_child/pages/home/home.json
View file @
38f1794
littleApp_child/pages/system_notifacations/system_notifacations.json
View file @
38f1794