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

View File

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

View File

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