feat: 新增银行系统前端

This commit is contained in:
橙子
2024-03-12 23:01:10 +08:00
parent af98ef56a1
commit 61d774817f
10 changed files with 1805 additions and 1683 deletions

View File

@@ -7,21 +7,29 @@
<p>剩余定期提款时间还剩: 2天12小时</p>
</div>
<div class="div-oper">
<el-button>存款</el-button><el-button>提款</el-button>
<el-button>存款</el-button><el-button type="danger">提款</el-button>
</div>
</div>
</template>
<style scoped lang="scss">
.card {
background-color: green;
height: 140px;
margin: 10px 0;
border-radius: 15px;
box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px;
.card-body
{
padding: 5px;
height: 100px;
background-color: #FDC830;
color: #FFFFFF;
border-radius: 15px 15px 0 0;
}
.div-oper {
background-color: aqua;
padding: 5px;
padding-right: 10px;
border-radius:0 0 15px 15px ;
background-color: #FFFFFF;
text-align: end;
height: 40px;
}