/* pages/payee/add/add.wxss */ .main-box{ background: #ffffff; padding: 20px; width: 94%; margin: 0 auto; border-radius: 10px; box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16); } .van-cell{ padding-left: 0!important; padding-right: 0!important; } .tit{ line-height: 20px; font-size: 16px; font-weight: bold; } .bottom{ width: 100%; margin: 0 auto; text-align: center; margin-top: 30px; margin-bottom: 30px; display: flex; } .bottom view { width: 47%; margin: 0 auto; border-radius: 30px; display: inline-block; } .btn2{ background-image: linear-gradient(to right, #49CDFC, #2C6BF6); color: #fff; text-align: center; width: 40%; border-radius: 100px; margin: 5vh auto 3vh; } .table-boxs>view{ line-height: 80rpx; }