人员列表
This commit is contained in:
@@ -24,11 +24,9 @@
|
||||
<image src="../../static/icon/five7.png" mode="aspectFit"></image>
|
||||
<text>经典查阅</text>
|
||||
</div>
|
||||
<div class="item item1">
|
||||
<div class="item item1" @click="onPageJump('../luck/luck')">
|
||||
<image src="../../static/icon/five4.png" mode="aspectFit"></image>
|
||||
<text>五运六气</text>
|
||||
</div>
|
||||
<div class="item item1" @click="onPageJump('../luck/luck')">
|
||||
<image src="../../static/icon/five4.png" mode="aspectFit"></image>
|
||||
<text>五运六气</text>
|
||||
</div>
|
||||
|
||||
<!-- <div class="item item1" @click="onPageJump('../peanut/searchFor')">
|
||||
@@ -224,13 +222,12 @@
|
||||
<view class="search">
|
||||
<text class="icon_search"></text>
|
||||
<text class="prompt">请输入书名</text>
|
||||
|
||||
|
||||
</view>
|
||||
<view class="searBtn">
|
||||
<text>书名检索</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
|
||||
<scroll-view class="scroll-view_H " scroll-x="true" scroll-left="0">
|
||||
@@ -382,6 +379,7 @@
|
||||
labelName: "中医临床"
|
||||
},
|
||||
],
|
||||
tabsid: '',
|
||||
wztabsid: '',
|
||||
pageSize: 10,
|
||||
page: 1,
|
||||
@@ -1019,15 +1017,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
.search_box {
|
||||
margin: 20rpx auto 10rpx auto;
|
||||
align-items: center;
|
||||
width: calc(100% - 30rpx);
|
||||
margin-bottom: 20rpx;
|
||||
|
||||
|
||||
.search {
|
||||
height: 56upx;
|
||||
display: flex;
|
||||
@@ -1039,13 +1037,13 @@
|
||||
border-radius: 20upx;
|
||||
box-shadow: 0 0px 10px 1px #54a96633;
|
||||
}
|
||||
|
||||
|
||||
.prompt {
|
||||
color: #838383;
|
||||
font-size: 24rpx;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
.icon_search {
|
||||
background-image: url('@/static/icon/map_ic_search.png');
|
||||
background-position: center center;
|
||||
@@ -1055,7 +1053,7 @@
|
||||
height: 36upx;
|
||||
margin-right: 20upx;
|
||||
}
|
||||
|
||||
|
||||
.searBtn {
|
||||
width: 180rpx;
|
||||
line-height: 56rpx;
|
||||
@@ -1068,11 +1066,11 @@
|
||||
border-top-right-radius: 20upx;
|
||||
border-bottom-right-radius: 20upx;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.home_nar {
|
||||
background-color: #fff;
|
||||
|
||||
Reference in New Issue
Block a user