燕山石化溯源三维电子沙盘-【前端】-Web
WX
2023-08-11 b01346e041ffa205d69fddffa8c6f78cbeb307af
src/components/BGDC.vue
@@ -32,7 +32,7 @@
      </div>
      <div class="button_box">
        <el-button size="small" @click="selectList">确认</el-button>
        <el-button @click="selectList" class="button">确认</el-button>
      </div>
    </div>
  </div>
@@ -422,7 +422,7 @@
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 30px;
    padding-bottom: 10px;
  }
}
.form_box {
@@ -430,12 +430,6 @@
  justify-content: space-around;
  align-items: center;
  .inp_box {
    span {
      font-size: 24px;
      font-weight: 400;
      color: #ffffff;
      padding-right: 10px;
    }
    /deep/ .el-input__wrapper {
      width: 460px;
      background: rgba(0, 0, 0, 0.2);
@@ -474,10 +468,13 @@
    }
  }
}
.el-button {
.button {
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid #2e58cc;
  border-radius: 10px;
  border: 4px solid #2e58cc !important;
  border-radius: 20px !important;
  color: #ffffff;
  height: 64px !important;
  font-size: 28px !important;
  padding: 16px 30px !important;
}
</style>