首页banner等完善

dev_2020-03-03
yujialong 3 years ago
parent a8edf21d72
commit d46acf8c9d
  1. BIN
      src/assets/img/index/banner2-1.png
  2. BIN
      src/assets/img/index/banner2-2.png
  3. BIN
      src/assets/img/index/banner2.png
  4. BIN
      src/assets/img/index/banner3-2.png
  5. BIN
      src/assets/img/index/banner3-3.png
  6. BIN
      src/assets/img/index/banner3-4.png
  7. BIN
      src/assets/img/index/banner3-5.png
  8. BIN
      src/assets/img/index/banner3.png
  9. BIN
      src/assets/img/info1.png
  10. 10
      src/pages/index/list/index.vue
  11. 3
      src/pages/info/list/index.vue
  12. 4
      src/pages/match/list/index.vue
  13. 6
      src/pages/setting/person/index.vue
  14. 193
      src/pages/setting/person/info.vue

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 306 B

After

Width:  |  Height:  |  Size: 201 B

@ -212,10 +212,16 @@ export default {
url(../../../assets/img/index/banner1.png) 0 0/100% 100% no-repeat;
}
.banner-bg2 {
background: url(../../../assets/img/index/banner2.png) 0 0/100% 100% no-repeat;
background: url(../../../assets/img/index/banner2-1.png) (34px 46px)/auto no-repeat,
url(../../../assets/img/index/banner2-2.png) (0 0)/auto no-repeat,
#f9faff url(../../../assets/img/index/banner2.png) top right/auto no-repeat;
}
.banner-bg3 {
background: url(../../../assets/img/index/banner3.png) 0 0/100% 100% no-repeat;
background: url(../../../assets/img/index/banner3-2.png) (30% 0)/auto no-repeat,
url(../../../assets/img/index/banner3-3.png) (28px 12px)/auto no-repeat,
url(../../../assets/img/index/banner3-4.png) (90% 10px)/auto no-repeat,
url(../../../assets/img/index/banner3-5.png) (top right)/auto no-repeat,
url(../../../assets/img/index/banner3.png) 0 0/100% 100% no-repeat;
}
.i-title{
z-index: 1;

@ -264,8 +264,9 @@ export default {
width: calc(100% - 260px);
padding: 20px 24px;
.title{
font-size: 22px;
font-size: 20px;
color: #0B1D30;
font-weight: 500;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;

@ -500,8 +500,8 @@ export default {
margin-left: 16px;
.title {
margin: 5px 0 15px;
font-size: 16px;
font-weight: 600;
font-size: 20px;
font-weight: 500;
color: #0B1D30;
}
.metas {

@ -117,10 +117,4 @@ export default {
flex: 1;
}
}
@media (max-width: 1750px) {
.wrap {
min-width: 1500px;
padding: 12px 100px 20px;
}
}
</style>

@ -2,7 +2,7 @@
<div>
<div class="scroll">
<div class="page">
<h6 class="l-title"><img src="@/assets/img/info1.png" alt=""> 用户信息</h6>
<h6 class="l-title"><img src="@/assets/img/info1.png" alt=""> 基本信息</h6>
<div class="page-content">
<ul class="list">
<div class="line info">
@ -819,118 +819,115 @@ export default {
</script>
<style lang="scss" scoped>
.scroll{
height: calc(100vh - 202px);
overflow: auto;
.scroll{
max-height: calc(100vh - 125px);
overflow: auto;
}
.page{
margin-bottom: 12px;
/deep/.el-input__inner{
border-color: #CACFDB;
}
.page{
margin-bottom: 12px;
/deep/.el-input__inner{
border-color: #CACFDB;
}
.list{
.line{
display: flex;
margin-bottom: 24px;
&.info li:not(.selects){
width: 30%;
.el-input{
flex: 1;
}
&:first-child{
margin-right: 16%;
}
}
&.imp li{
width: calc(30% + 36px) !important;
}
}
li{
display: inline-flex;
align-items: center;
&>label{
width: 100px;
margin-right: 5px;
text-align: right;
font-size: 14px;
color: #4c4c4c;
}
.list{
.line{
display: flex;
margin-bottom: 24px;
&.info li:not(.selects){
.el-input{
width: 220px;
.el-input__inner{
border-color: #CACFDB;
}
}
.el-select .el-input.is-disabled .el-input__inner{
border-color: #ddd;
flex: 1;
}
.val{
margin-right: 15px;
color: #606266;
font-size: 14px;
}
.mul{
display: inline-flex;
.child{
display: inline-flex;
width: 132px;
margin-right: 10px;
&>span{
margin-bottom: 5px;
font-size: 14px;
color: #575757;
}
}
}
&.imp li{
&:nth-child(odd) {
width: 360px;
margin-right: 64px;
}
}
}
.archives{
position: relative;
width: 862px;
padding: 16px 0;
margin-bottom: 6px;
border-radius: 4px;
background-color: #FAFAFA;
.del{
position: absolute;
top: 80px;
right: 19px;
cursor: pointer;
.el-input, .el-select{
width: 220px;
.el-input__inner{
border-color: #CACFDB;
}
.line {
justify-content: space-between;
}
li{
margin-right: 60px;
}
li{
display: inline-flex;
align-items: center;
&>label{
width: 100px;
margin-right: 5px;
text-align: right;
font-size: 14px;
color: #4c4c4c;
}
.el-select{
.el-select {
flex: 1;
}
}
.fold{
margin-top: 20px;
text-align: center;
font-size: 12px;
color: #006EFF;
span{
cursor: pointer;
i{
transition: .5s;
}
&.active i{
transform: rotate(180deg);
.el-select .el-input.is-disabled .el-input__inner{
border-color: #ddd;
}
.val{
margin-right: 15px;
color: #606266;
font-size: 14px;
}
.mul{
display: inline-flex;
.child{
display: inline-flex;
width: 132px;
margin-right: 10px;
&>span{
margin-bottom: 5px;
font-size: 14px;
color: #575757;
}
}
}
&:nth-child(odd) {
width: 325px;
margin-right: 100px;
}
}
}
.archives{
position: relative;
width: 862px;
padding: 16px 0;
margin-bottom: 6px;
border-radius: 4px;
background-color: #FAFAFA;
.del{
position: absolute;
top: 80px;
right: 19px;
cursor: pointer;
}
}
.btns{
width: 100%;
padding: 12px 0;
.fold{
margin-top: 20px;
text-align: center;
background-color: #fff;
box-shadow: 0px 0px 10px 0px rgba(188, 201, 218, 0.4);
.el-button{
width: 80px;
font-size: 12px;
color: #006EFF;
span{
cursor: pointer;
i{
transition: .5s;
}
&.active i{
transform: rotate(180deg);
}
}
}
}
.btns{
width: 100%;
padding: 12px 0;
text-align: center;
background-color: #fff;
box-shadow: 0px 0px 10px 0px rgba(188, 201, 218, 0.4);
.el-button{
width: 80px;
}
}
</style>
Loading…
Cancel
Save