|
- /* pages/payee/add/add.wxss */
-
- @import "../../../style/iconfont.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);
- }
- .table-box van-field van-cell .van-cell{
- margin-bottom: 15px;
- }
- .table-box van-field:last-child van-cell .van-cell{
- margin-bottom: 0px;
- }
- .van-cell{
- padding: 0!important;
- margin-bottom: 15px;
- }
- .van-cell__value {
- display: flex;
- justify-content: flex-end;
- }
- .van-radio--horizontal {
- margin-right: 0!important;
- margin-left: var(--padding-sm,12px)
- }
- .van-cell--required:before {
- left: 0!important;
- }
-
- .van-field__label {
- padding-left: 10px;
- }
-
- .bottom{
- width: 100%;
- margin: 0 auto;
- text-align: center;
- margin-top: 30px;
- margin-bottom: 30px;
- display: flex;
- position: absolute;
- bottom: 10%;
- }
-
- .bottom view {
- width: 47%;
- margin: 0 auto;
- border-radius: 30px;
- display: inline-block;
- }
-
- .bottom .btn2{
- border: 1px solid transparent;
- padding: 8px 0px;
- background-image: linear-gradient(to right, #2C8E68, #5CAE77);
- color: #fff;
- }
- .van-field__label {
- width: max-content;
- }
- .table-boxs>view{
- display: flex;
- justify-content: space-between;
- line-height: 100rpx;
- }
|