5.19
This commit is contained in:
+63
-14
@@ -17,24 +17,44 @@
|
||||
</view>
|
||||
<view class="kubox">
|
||||
<view class="row">
|
||||
<view class="item">
|
||||
<up--image
|
||||
:src="videoImg"
|
||||
radius="20rpx"
|
||||
width="330rpx"
|
||||
height="176rpx"
|
||||
|
||||
></up--image>
|
||||
<up--image
|
||||
:src="sickImg"
|
||||
|
||||
width="330rpx"
|
||||
radius="20rpx"
|
||||
height="176rpx"
|
||||
></up--image>
|
||||
<!-- <view class="item">
|
||||
<u-icon name="order" size="28" color="#00919E"></u-icon>
|
||||
<view class="name">视频病例库</view>
|
||||
</view>
|
||||
<view class="item" style="background: #fef8f0; margin-right: 30rpx">
|
||||
<u-icon name="order" size="28" color="#F08500"></u-icon>
|
||||
<view class="name" style="color: #f08500">疾病病例库</view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="row" style="margin-top: 30rpx">
|
||||
<view class="item" style="background: #eff8ff">
|
||||
<u-icon name="order" size="28" color="#1776D6"></u-icon>
|
||||
<view class="name" style="color: #1776d6">医院病例库</view>
|
||||
</view>
|
||||
<view class="item" style="background: #fef0eb; margin-right: 30rpx">
|
||||
<u-icon name="order" size="28" color="#EE4C1F"></u-icon>
|
||||
<view class="name" style="color: #ee4c1f">医生病例库</view>
|
||||
</view>
|
||||
<up--image
|
||||
:src="hospitalImg"
|
||||
radius="20rpx"
|
||||
width="330rpx"
|
||||
height="176rpx"
|
||||
|
||||
></up--image>
|
||||
<up--image
|
||||
:src="doctorImg"
|
||||
|
||||
width="330rpx"
|
||||
radius="20rpx"
|
||||
height="176rpx"
|
||||
></up--image>
|
||||
</view>
|
||||
</view>
|
||||
<view class="newsbox">
|
||||
@@ -50,14 +70,18 @@
|
||||
<view class="circle"></view>
|
||||
<view class="info">
|
||||
<view class="name">肝胆相照临床病例库肝胆相照临床病例库</view>
|
||||
<view class="author">端重排 | 陈煜 | 工商局</view>
|
||||
<view class="tagsbox">
|
||||
<view class="tag">陈煜</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="cell">
|
||||
<view class="circle"></view>
|
||||
<view class="info">
|
||||
<view class="name">肝胆相照临床病例库肝胆相照临床病例库</view>
|
||||
<view class="author">端重排 | 陈煜 | 工商局</view>
|
||||
<view class="tagsbox">
|
||||
<view class="tag">陈煜</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -76,14 +100,18 @@
|
||||
<view class="circle"></view>
|
||||
<view class="info">
|
||||
<view class="name">肝胆相照临床病例库肝胆相照临床病例库</view>
|
||||
<view class="author">端重排 | 陈煜 | 工商局</view>
|
||||
<view class="tagsbox">
|
||||
<view class="tag">陈煜</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="cell">
|
||||
<view class="circle"></view>
|
||||
<view class="info">
|
||||
<view class="name">肝胆相照临床病例库肝胆相照临床病例库</view>
|
||||
<view class="author">端重排 | 陈煜 | 工商局</view>
|
||||
<view class="tagsbox">
|
||||
<view class="tag">陈煜</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -128,6 +156,10 @@ import list from "@/uni_modules/z-paging/components/z-paging/z-paging";
|
||||
import api from "@/api/api";
|
||||
const paging = ref(null);
|
||||
const dataList = ref([]);
|
||||
import videoImg from "@/static/video.png";
|
||||
import sickImg from "@/static/sick.png";
|
||||
import hospitalImg from "@/static/hospital.png";
|
||||
import doctorImg from "@/static/doctor.png";
|
||||
|
||||
onLoad(() => {});
|
||||
const queryList = (pageNo, pageSize) => {
|
||||
@@ -154,6 +186,22 @@ const queryList = (pageNo, pageSize) => {
|
||||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.tagsbox {
|
||||
margin-top: 20rpx;
|
||||
display: flex;
|
||||
.tag {
|
||||
padding: 0 10rpx;
|
||||
margin-right: 16rpx;
|
||||
height: 46rpx;
|
||||
line-height: 46rpx;
|
||||
text-align: center;
|
||||
background: rgba(60, 199, 192, 0.1);
|
||||
border-radius: 8rpx;
|
||||
font-weight: 400;
|
||||
font-size: 24rpx;
|
||||
color: #3cc7c0;
|
||||
}
|
||||
}
|
||||
.newsbox {
|
||||
margin-bottom: 16rpx;
|
||||
}
|
||||
@@ -225,6 +273,7 @@ const queryList = (pageNo, pageSize) => {
|
||||
width: 100%;
|
||||
background: rgba(0, 0, 0, 0);
|
||||
.row {
|
||||
padding:0 30rpx;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
.item {
|
||||
|
||||
Reference in New Issue
Block a user