|
- /* pages/apply/index.wxss */
- .top{
- display: flex;
- width: 94%;
- margin: 0 auto;
- background-color: #ffffff;
- border-radius: 10px;
- margin-top: 3vw;
- overflow: hidden;
- position: relative;
- }
- .top view{
- padding: 18px 15px;
- align-items: center;
- justify-content: center;
- position: relative;
- }
- .top image{
- position: absolute;
- width: 100%;
- height: 100%;
- }
- .top-title{
- flex: 1;
- text-align: center;
- }
- .top-tit{
- color: #fff;
- }
- .main{
- width: 94%;
- margin: 0 auto;
- margin-top: 3vw;
- }
-
- .van-tabs__nav {
- background-color: #F4F4F4;
- }
-
- .bank_content{
- color: #fff;
- background:linear-gradient(to right, #176AB7, #318DE5);
- width: 100%;
- border-radius: 10px;
- /* height: 100%; */
- padding: 2vh 2vh 3vh;
- }
-
- .bank_content view{
- margin-top: 1vh;
- }
-
- .bank_content view text{
- font-size: 14px;
- margin-left: 10vw;
- }
-
- .bank_box{
- position: relative;
- margin-top: 20px;
- }
- .zt {
- font-size: 14px;
- position: absolute;
- top: 10px;
- transform: rotate(45deg);
- right: 0px;
- color: #FFF;
- z-index: 10;
- }
- .gwk{
- background:linear-gradient(to right, #5CAE77, #B3DB62);
- }
- .holder{
- padding: 15px 25px ;
- background-color: rgba(255,255,255,0.9);
- color: #333333;
- font-size: 16px;
- border-top-left-radius: 30px;
- border-bottom-left-radius: 30px;
- position:absolute;
- bottom:20%;
- right:0;
- }
-
- .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 .btn1{
- border: 1px solid #2C8E68;
- padding: 8px 0px;
- color: #2C8E68;
- }
-
- .bottom .btn2{
- border: 1px solid transparent;
- padding: 8px 0px;
- background-image: linear-gradient(to right, #2C8E68, #5CAE77);
- margin-left: 6%;
- color: #fff;
- }
-
- .deleteBox{
- width: 65px;
- text-align: center;
- height: 100%;
- background: #F6F6F6;
- align-items: center;
- display: flex;
- }
- .van-action-sheet__header {
- background: #f2f2f2;
- color: #2C8E68;
- }
|