mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-08 10:26:43 +08:00
案例列表修改
This commit is contained in:
BIN
public/images/orgaimg.png
Normal file
BIN
public/images/orgaimg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 567 B |
BIN
public/images/specimg.png
Normal file
BIN
public/images/specimg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 597 B |
@@ -16,7 +16,8 @@
|
|||||||
<div class="search-item">
|
<div class="search-item">
|
||||||
<div style="margin-top:10px; display: flex;">
|
<div style="margin-top:10px; display: flex;">
|
||||||
<div style="line-height: 25px;padding-right: 10px;">
|
<div style="line-height: 25px;padding-right: 10px;">
|
||||||
<span class="item-title" style="padding-right: 5px;">组织领域</span>
|
<img class="orgaicon" src="../../../../public/images/orgaimg.png" alt="">
|
||||||
|
<span class="item-title" >组织领域</span>
|
||||||
<span class="item-line"></span>
|
<span class="item-line"></span>
|
||||||
</div>
|
</div>
|
||||||
<div style="flex:1;">
|
<div style="flex:1;">
|
||||||
@@ -32,7 +33,8 @@
|
|||||||
|
|
||||||
<div style="margin-top:10px; display: flex;">
|
<div style="margin-top:10px; display: flex;">
|
||||||
<div style="line-height: 25px;padding-right: 10px;">
|
<div style="line-height: 25px;padding-right: 10px;">
|
||||||
<span class="item-title" style="padding-right: 5px;">专业分类</span>
|
<img class="orgaicon" src="../../../../public/images/specimg.png" alt="">
|
||||||
|
<span class="item-title" >专业分类</span>
|
||||||
<span class="item-line"></span>
|
<span class="item-line"></span>
|
||||||
</div>
|
</div>
|
||||||
<div style="flex:1" id="searchBox">
|
<div style="flex:1" id="searchBox">
|
||||||
@@ -714,6 +716,16 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
|
.orgaicon{
|
||||||
|
width: 22px;
|
||||||
|
height: 22px;
|
||||||
|
vertical-align: middle;
|
||||||
|
margin-right: 8px;
|
||||||
|
img{
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
.course-resources{
|
.course-resources{
|
||||||
margin-top: 26px;
|
margin-top: 26px;
|
||||||
img{
|
img{
|
||||||
@@ -834,37 +846,27 @@ export default {
|
|||||||
//box-shadow: none!important;
|
//box-shadow: none!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-title {
|
::v-deep.item-title {
|
||||||
margin: 10px 10px 10px 0;
|
margin: 15px 10px 10px 0;
|
||||||
//font-size: 14px;
|
font-size: 16px !important;
|
||||||
font-weight: 600;
|
font-weight: 400;
|
||||||
color: #333333;
|
color: #6B7C85;
|
||||||
// line-height: 20px;
|
line-height: 25px;
|
||||||
}
|
}
|
||||||
.item-line {
|
.item-line {
|
||||||
padding-left: 2px;
|
padding-left: 2px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
// background: #ddd;
|
||||||
background: #ddd;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.portal-content {
|
.portal-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
// .item-title{
|
|
||||||
// margin-bottom: 5px;
|
|
||||||
// line-height: 36px;
|
|
||||||
// font-size: 14px;
|
|
||||||
// font-weight: 600;
|
|
||||||
// color: #333333;
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
.searchbar {
|
.searchbar {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
// border: 1px solid #f3f3f3;
|
|
||||||
// width: 1200px;
|
|
||||||
// padding: 5px 20px;
|
|
||||||
// margin-bottom: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fixed {
|
.fixed {
|
||||||
|
|||||||
Reference in New Issue
Block a user