diff --git a/pages/therapist/therapistDingdan.vue b/pages/therapist/therapistDingdan.vue index f2046c1..6984711 100644 --- a/pages/therapist/therapistDingdan.vue +++ b/pages/therapist/therapistDingdan.vue @@ -8,7 +8,7 @@ {{ city }} @@ -40,10 +40,10 @@ {{ item.artificerName }} - + {{item.state == 1?"可服务":item.state == 2?"今日可约":"休息中"}} - {{ item.time + {{ item.time }} @@ -1287,7 +1287,8 @@ top: 0rpx; z-index: 999; width: 100%; - background-image: url('../../static/topimg.png'); + background: #fff; + //background-image: url('../../static/topimg.png'); // background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f7f7f7), url('../../static/background-img.png'); // background-position: center center; // background-repeat: no-repeat; @@ -1366,13 +1367,11 @@ text-overflow: ellipsis; } .list-right-top-name{ - width: 60px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: left; - font-weight: bold; - font-size: 35rpx; + font-size: 36rpx; color: #13141A; } .keyuyue{ @@ -1415,7 +1414,6 @@ display: flex; flex-direction: row; align-items: center; - justify-content: space-between; } .list-right-top{ width: 100%; @@ -1481,18 +1479,32 @@ position: relative; } .touxiang-left-content-img{ - width: 202.08rpx; - height: 173px; + width: 230rpx; + height: 130px; + border-radius: 20rpx 80rpx 20rpx 20rpx; } .touxiang-left-view{ width: 100%; - height: 173px; - border-radius: 14rpx; + height: 150px; + border-radius: 20rpx; align-items: flex-start; justify-content: space-between; background: #fff; - margin-bottom: 20px; + margin-bottom: 12px; padding-bottom: 10px; + padding: 20rpx; + } + .keyuyue{ + height: 20px; + display: flex; + flex-direction: row; + align-items: center; + margin-left: 5px; + background: linear-gradient(90deg, #fe912e, #28BA92, #35C495); + border-radius: 15px 15px 15px 1px; + padding: 1px 9px; + color: #fff; + font-size: 11px; } .touxiang-left{ width: 100%; @@ -1523,7 +1535,7 @@ flex-direction: row; align-items: center; justify-content: space-between; - } + } /deep/.page-box{ background: none !important; } @@ -1533,7 +1545,6 @@ .content{ width: 100%; height: 100vh; - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f7f7f7), url('../../static/background-img.png'); background-position: center center; background-repeat: no-repeat; background-size: cover;