mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
头部导航样式更改
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
<template>
|
||||
<div id="case-list-content">
|
||||
<portal-header current="case" @emitInput="emitInput"></portal-header>
|
||||
<div class="case-banner">
|
||||
<portal-header current="case" @emitInput="emitInput"></portal-header>
|
||||
</div>
|
||||
|
||||
<div class="xcontent portal-content">
|
||||
<div style="flex: 1;" class="xcol content-div">
|
||||
<el-row>
|
||||
@@ -688,6 +691,10 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.case-banner{
|
||||
height: 240px;
|
||||
background: url('/images/case-banner.png');
|
||||
}
|
||||
|
||||
::v-deep .el-checkbox{
|
||||
.el-checkbox__input{
|
||||
@@ -1005,13 +1012,12 @@ export default {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
.list-bg{
|
||||
border-image: linear-gradient(180deg, rgba(8, 127, 255, 1), rgba(8, 127, 255, 0)) 1 1;
|
||||
background: linear-gradient(180deg, #7bb4ed 0%, #fff 36%);
|
||||
}
|
||||
.list-bg1{
|
||||
background: linear-gradient(180deg, #f3a46f 0%, #fff 36%)
|
||||
}
|
||||
// .list-bg{
|
||||
// // border-image: linear-gradient(180deg, rgba(8, 127, 255, 1), rgba(8, 127, 255, 0)) 1 1;
|
||||
// // background: linear-gradient(180deg, #7bb4ed 0%, #fff 36%);
|
||||
// background: url('/images/qa-box.png') no-repeat 100% / 100%;
|
||||
// }
|
||||
|
||||
.ranking-card {
|
||||
|
||||
.center {
|
||||
|
||||
Reference in New Issue
Block a user