This commit is contained in:
huangjinming 2023-01-04 19:21:21 +08:00
parent 6cd1520795
commit a23aa1f05b
3 changed files with 15 additions and 30 deletions

View File

@ -64,16 +64,10 @@ export default {
<style lang="scss" scoped>
.piece-top-active {
display: flex;
// width: 661px;
// margin: 0 auto;
// margin-left: 68px;
// margin-right: 68px;
justify-content: space-between;
}
.piece-top {
display: flex;
// width: 661px;
// margin: 0 auto;
margin-left: 68px;
margin-right: 68px;
justify-content: space-between;
@ -88,11 +82,9 @@ export default {
height: 81px;
font-size: 25px;
font-weight: bold;
// margin-top: 22px;
position: relative;
line-height: 81px;
color: #fff;
// text-align: center;
background: url("../../../assets/market/hero/price.png") no-repeat;
background-size: 100% 100%;
.priece-number {
@ -110,7 +102,6 @@ export default {
padding-right: 18px;
padding-left: 18px;
justify-content: space-between;
// margin-left: 20px;
font-weight: bold;
background: #28c1ed;
border: 4px solid rgba(91, 211, 246, 0.4);
@ -128,7 +119,6 @@ export default {
font-size: 30px;
padding-right: 18px;
padding-left: 18px;
// margin-left: 20px;
text-align: center;
display: flex;
justify-content: center;

View File

@ -11,9 +11,6 @@
<div class="gen" v-if="data.info.is_genesis">
<img width="31px" src="../../../assets/market/hero/gen.png" alt="" />
</div>
<!-- <div class="hero-name">
{{ data.c_name }}
</div> -->
</div>
<div class="hero-right">
<div class="userinfo">

View File

@ -139,17 +139,17 @@ export default {
this.priceMin = "";
this.priceMax = "";
},
handclick(){
this.$emit('hande')
}
handclick() {
this.$emit("hande");
},
},
};
</script>
<style lang="scss" scoped>
.containers {
width: 734px;
height: 1428px;
width: 745px;
height: 1450px;
background: rgba(26, 40, 57, 0.86);
transition: transform linear 0.2s, opacity linear 0.2s;
border-radius: 40px;
@ -185,15 +185,15 @@ export default {
}
}
.job-content {
margin-top: 57px;
margin-top: 36px;
display: flex;
margin-left: 46px;
margin-right: 46px;
margin-left: 45px;
margin-right: 57px;
flex-direction: column;
justify-content: center;
.job {
width: 242px;
height: 94px;
width: 209px;
height: 82px;
margin: 0 auto;
text-align: center;
cursor: pointer;
@ -206,12 +206,12 @@ export default {
margin-top: 44px;
justify-content: space-between;
.job-item {
width: 139px;
height: 151px;
width: 120px;
height: 131px;
cursor: pointer;
.job-status {
width: 139px;
height: 151px;
width: 120px;
height: 131px;
img {
width: 100%;
}
@ -351,6 +351,4 @@ export default {
background-size: contain;
}
</style>
<style>
</style>
<style></style>