Browse Source

样式优化

main
kola-web 3 months ago
parent
commit
7fe2b7d433
  1. 2
      src/app.ts
  2. 3
      src/echart/components/homeLevel3/index.wxml
  3. 7
      src/module1/pages/cHostipal/index.scss
  4. 15
      src/module1/pages/casesDetail/index.scss
  5. 2
      src/module1/pages/casesDetail/index.wxml
  6. 1
      src/module1/pages/chatRoom/index.ts

2
src/app.ts

@ -26,7 +26,7 @@ App<IAppOption>({ @@ -26,7 +26,7 @@ App<IAppOption>({
// appid:wx1e025040096c7e1d
// url: 'https://m.raredheart.hbsaas.com',
// upFileUrl: 'https://m.raredheart.hbsaas.com/',
// imageUrl: 'https://m.raredheart.hbsaas.com/zd/',
// imageUrl: 'https://m.raredheart.hbsaas.com/wt/',
loginState: "",
isLogin: 0,

3
src/echart/components/homeLevel3/index.wxml

@ -103,7 +103,8 @@ @@ -103,7 +103,8 @@
<view class="s-container">
<image class="none" src="{{imageUrl}}empty-3.png?t={{Timestamp}}"></image>
<view class="tip">还没有提交病历</view>
<view class="btn" bind:tap="handleEntryCase">提交病历</view>
<view></view>
<!-- <view class="btn" bind:tap="handleEntryCase">提交病历</view> -->
</view>
</view>
<view

7
src/module1/pages/cHostipal/index.scss

@ -27,13 +27,13 @@ page { @@ -27,13 +27,13 @@ page {
border-radius: 16rpx;
background-color: #fff;
.row {
padding: 32rpx 0;
display: flex;
border-bottom: 1px solid rgba(224, 224, 224, 0.5);
&:last-of-type{
&:last-of-type {
border: none;
}
.label {
padding: 32rpx 0;
flex-shrink: 0;
width: 6em;
font-size: 32rpx;
@ -52,6 +52,7 @@ page { @@ -52,6 +52,7 @@ page {
flex: 1;
}
.content {
padding: 32rpx 0;
flex: 1;
.input {
font-size: 32rpx;
@ -65,6 +66,7 @@ page { @@ -65,6 +66,7 @@ page {
flex: 1;
.select {
display: flex;
align-items: center;
.content {
flex: 1;
color: #000;
@ -81,6 +83,7 @@ page { @@ -81,6 +83,7 @@ page {
}
}
.select-btn {
padding: 32rpx 0;
display: flex;
gap: 16rpx;
flex-wrap: wrap;

15
src/module1/pages/casesDetail/index.scss

@ -397,10 +397,22 @@ page { @@ -397,10 +397,22 @@ page {
}
}
.li-row {
padding: 32rpx 32rpx 16rpx;
padding: 32rpx 32rpx 16rpx 0;
display: flex;
justify-content: space-between;
line-height: 32rpx;
&.li-row-first {
align-items: center;
&::before {
margin-right: 22rpx;
flex-shrink: 0;
content: "";
width: 10rpx;
height: 40rpx;
background: #00b4c5;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
}
.label {
flex-shrink: 0;
font-size: 28rpx;
@ -771,6 +783,7 @@ page { @@ -771,6 +783,7 @@ page {
align-items: center;
justify-content: space-between;
gap: 60rpx;
box-shadow: 0 10rpx 10rpx 10rpx #fffdfd;
.wrap {
flex-shrink: 0;
display: flex;

2
src/module1/pages/casesDetail/index.wxml

@ -116,7 +116,7 @@ @@ -116,7 +116,7 @@
</view>
</view>
</view>
<view class="li-row">
<view class="li-row li-row-first">
<view class="label">反馈时间</view>
<view class="content">{{item.createTime}}</view>
<view class="fold" bind:tap="handleFeedBackFold" data-index="{{index}}">

1
src/module1/pages/chatRoom/index.ts

@ -341,6 +341,7 @@ Page({ @@ -341,6 +341,7 @@ Page({
...this.data.messageList,
this.formatMessage({
...message.ext,
uniqueCode: message.id,
isSelf: 2,
}),
],

Loading…
Cancel
Save