dengjie commit : header区,新闻中心区部分修改样式
This commit is contained in:
@@ -39,9 +39,9 @@
|
||||
<!--导航部分-->
|
||||
<div class="bottom">
|
||||
<el-row>
|
||||
<!-- <el-col v-show="width" :span="1">-->
|
||||
<!-- <div class="grid-content"></div>-->
|
||||
<!-- </el-col>-->
|
||||
<el-col v-show="width" :span="1">
|
||||
<div class="grid-content"></div>
|
||||
</el-col>
|
||||
<div class="bottom-div" style="margin-left: 1rem;">
|
||||
<el-col v-show="width" :xs="1" :sm="1" :md="4" :lg="8" :xl="8">
|
||||
<div class="icon">
|
||||
@@ -158,10 +158,14 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.grid-content{
|
||||
height: 1px;
|
||||
}
|
||||
.header {
|
||||
//width: 100rem;
|
||||
width: 190.3rem;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
background: linear-gradient(180deg, rgba(61,96,163,0.91) 0%, rgba(61,96,163,0.64) 35%, rgba(61,96,163,0.42) 65%, rgba(73,133,234,0.33) 77%, rgba(73,133,234,0.02) 100%);
|
||||
|
||||
|
||||
.top {
|
||||
font-size: 1.2rem;
|
||||
@@ -190,8 +194,8 @@ export default {
|
||||
|
||||
.bottom {
|
||||
height: 11rem;
|
||||
background: linear-gradient(180deg, rgba(61,96,163,0.91) 0%, rgba(61,96,163,0.64) 35%, rgba(61,96,163,0.42) 65%, rgba(73,133,234,0.33) 77%, rgba(73,133,234,0.02) 100%);
|
||||
border-radius: 0rem 0rem 2rem 2rem;
|
||||
//background: linear-gradient(180deg, rgba(61,96,163,0.91) 0%, rgba(61,96,163,0.64) 35%, rgba(61,96,163,0.42) 65%, rgba(73,133,234,0.33) 77%, rgba(73,133,234,0.02) 100%);
|
||||
//border-radius: 0rem 0rem 2rem 2rem;
|
||||
|
||||
.icon {
|
||||
margin-left: 4rem;
|
||||
|
||||
Reference in New Issue
Block a user