| | |
| | | </div> |
| | | |
| | | <div class="button_box"> |
| | | <el-button size="small" @click="selectList">确认</el-button> |
| | | <el-button @click="selectList" class="button">确认</el-button> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | font-size: 30px; |
| | | font-weight: bold; |
| | | color: #ffffff; |
| | | padding-bottom: 30px; |
| | | padding-bottom: 10px; |
| | | } |
| | | } |
| | | .form_box { |
| | |
| | | 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); |
| | |
| | | } |
| | | } |
| | | } |
| | | .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> |