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 style="margin-top:10px; display: flex;">
|
||||
<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>
|
||||
</div>
|
||||
<div style="flex:1;">
|
||||
@@ -32,7 +33,8 @@
|
||||
|
||||
<div style="margin-top:10px; display: flex;">
|
||||
<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>
|
||||
</div>
|
||||
<div style="flex:1" id="searchBox">
|
||||
@@ -714,6 +716,16 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.orgaicon{
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
vertical-align: middle;
|
||||
margin-right: 8px;
|
||||
img{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
.course-resources{
|
||||
margin-top: 26px;
|
||||
img{
|
||||
@@ -834,37 +846,27 @@ export default {
|
||||
//box-shadow: none!important;
|
||||
}
|
||||
|
||||
.item-title {
|
||||
margin: 10px 10px 10px 0;
|
||||
//font-size: 14px;
|
||||
font-weight: 600;
|
||||
color: #333333;
|
||||
// line-height: 20px;
|
||||
::v-deep.item-title {
|
||||
margin: 15px 10px 10px 0;
|
||||
font-size: 16px !important;
|
||||
font-weight: 400;
|
||||
color: #6B7C85;
|
||||
line-height: 25px;
|
||||
}
|
||||
.item-line {
|
||||
padding-left: 2px;
|
||||
height: 20px;
|
||||
|
||||
background: #ddd;
|
||||
// background: #ddd;
|
||||
}
|
||||
|
||||
.portal-content {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
// .item-title{
|
||||
// margin-bottom: 5px;
|
||||
// line-height: 36px;
|
||||
// font-size: 14px;
|
||||
// font-weight: 600;
|
||||
// color: #333333;
|
||||
// }
|
||||
|
||||
}
|
||||
.searchbar {
|
||||
background-color: #ffffff;
|
||||
// border: 1px solid #f3f3f3;
|
||||
// width: 1200px;
|
||||
// padding: 5px 20px;
|
||||
// margin-bottom: 10px;
|
||||
|
||||
}
|
||||
|
||||
.fixed {
|
||||
|
||||
Reference in New Issue
Block a user