|
- /* pages/payee/index.wxss */
- .value-class {
- flex: none !important;
- }
- .van-cell{
- background-color: transparent!important;
- }
- .van-search__content {
- border: 1px solid #5CAE77!important;
- background: transparent!important;
- }
- van-search {
- flex: 0.8;
- }
- .search_box{
- display: flex;
- }
- .add_btn{
- flex: 0.2;
- padding: var(--search-padding,10px 12px);
- padding-left: 0;
- }
- .add_btn text{
- background-color: #62AD66;
- display: block;
- height: 100%;
- text-align: center;
- line-height: 36px;
- color: #fff;
- border-radius: 36px;
- box-shadow: 0px 5px 5px #ddd;
- }
- .bottom{
- width: 84%;
- 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;
- }
-
- .bottom .btn2{
- border: 1px solid transparent;
- padding: 8px 0px;
- background-image: linear-gradient(to right, #2C8E68, #5CAE77);
- color: #fff;
- }
|