| | |
| | | </div> |
| | | </view> |
| | | <view class="btngroup"> |
| | | <u-button color="#AEAEAE" round @click="reset">重置</u-button> |
| | | <u-button color="#1D6FE9" round @click="submit">提交</u-button> |
| | | <u-button color="#AEAEAE" class="custom-style" shape="circle" @click="reset">重置</u-button> |
| | | <u-button color="#1D6FE9" class="custom-style" shape="circle" @click="submit">提交</u-button> |
| | | </view> |
| | | </view> |
| | | </template> |
| | |
| | | .container { |
| | | |
| | | width: 100%; |
| | | // min-height: 100vh; |
| | | |
| | | height: 100%; |
| | | display: flex; |
| | | flex-direction: column; |
| | |
| | | background-size: cover; |
| | | |
| | | background-attachment: fixed; |
| | | padding-top: 20px; |
| | | |
| | | |
| | | } |
| | | |
| | | .detailBox { |
| | | margin-top: 20px; |
| | | width: 351px; |
| | | |
| | | min-height: 163px; |
| | |
| | | display: flex; |
| | | margin-top: 120px; |
| | | } |
| | | .u-button:first-child{ |
| | | margin-right: 15px; |
| | | } |
| | | |
| | | .custom-style { |
| | | width: 138px; |
| | | height: 38px; |
| | | } |
| | | </style> |