123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198 |
- /* #ifndef APP-NVUE */
- view {
- display: flex;
- box-sizing: border-box;
- flex-direction: column;
- }
- page {
- background-color: #f5f7fa;
- }
- .details-wrap{
- // padding: 32rpx;
- // background: #fff;
- max-height: 50%;
- width: 375px;
- display: block;
- overflow: hidden;
- overflow-x: scroll;
- .details-line{
- // display: flex;
- // flex-direction: row;
- display: block;
- line-height: 80rpx;
- height: 80rpx;
- .item{
- display: inline-block;
- width: 170rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- width: 222rpx;
- line-height: 80rpx;
- font-size: 28rpx;
- text-align: center;
- }
- }
- .details-title{
- span{
- font-weight: bold;
- }
- }
- .details-line:nth-child(odd){
- background-color: #f2f2f2;
- }
- .details-line:nth-child(even){
- background-color: #fff;
- }
- }
- /* #endif*/
- .apply-credit{
- /* #ifndef APP-NVUE */
- display: flex;
- width: 750rpx;
- min-height: 100vh;
- /* #endif */
- flex-direction: column;
- flex: 1;
- background-color: #f5f7fa;
- padding-bottom: 160rpx;
- .title{
- line-height: 104rpx;
- font-size: 28rpx;
- color: #222;
- padding: 0 32rpx;
- font-weight: bold;
- }
- .form-wrap{
- padding: 32rpx;
- background-color: #fff;
- .picker-title{
- display: flex;
- padding: 0 32rpx;
- line-height: 84rpx;
- justify-content: space-between;
- .confirm{
- color: #0052d9;
- }
- }
- .picker-wrap{
- height: 440rpx;
- .picker-view{
- height: 100%;
- .item{
- display: flex;
- justify-content: space-between;
- height: 88rpx;
- line-height: 88rpx;
- padding: 0 32rpx;
- .text{
- width: 33%;
- }
- .text1{
- width: 33%;
- text-align: center;
- }
- .text2{
- width: 33%;
- text-align: right;
- }
- }
- .btn-item{
- display: flex;
- justify-content: center;
- height: 88rpx;
- line-height: 88rpx;
- padding: 0 32rpx;
- align-items: center;
- .add-vehicle{
- line-height: 64rpx;
- height: 64rpx;
- background:#0052d9;
- width: 25%;
- font-size: 28rpx;
- }
- }
- }
- }
- .form-wrap{
- height: 444rpx;
- padding: 0 32rpx;
- }
- }
- .flow-wrap{
- padding: 32rpx;
- background-color: #fff;
- .time{
- position: absolute;
- top: 0;
- right: 0;
- line-height: 30px;
- color: #666;
- font-size: 28rpx;
- }
- }
- .details-wrap{
- // padding: 32rpx;
- background: #f5f7fa;
- max-height: 50%;
- width: 375px;
- display: block;
- overflow: hidden;
- overflow-x: scroll;
- .details-line{
- // display: flex;
- // flex-direction: row;
- line-height: 80rpx;
- margin: 10rpx 0;
- height: 80rpx;
- span{
- display: inline-block;
- // width: 170rpx;
- padding: 0 12rpx;
- width: 198rpx;
- line-height: 80rpx;
- font-size: 28rpx;
- text-align: center;
- }
- }
- .details-title{
- span{
- font-weight: bold;
- }
- }
- .details-line:nth-child(odd){
- background-color: #f2f2f2;
- }
- .details-line:nth-child(even){
- background-color: #fff;
- }
- }
- .btn-wrap{
- position: fixed;
- bottom: 0;
- padding: 32rpx;
- width: 100%;
- z-index: 200;
- background-color: #fff;
- }
- }
- button {
- line-height: 80rpx;
- margin:0;
- }
- uni-button:after{
- border: none;
- }
- uni-input{
- height: 72rpx;
- padding: 0 10rpx 0 20rpx;
- }
- .uni-forms-item__inner{
- padding: 20rpx 0;
- }
- /deep/ .u-button--primary{
- background-color: #0052d9;
- border-color: #0052d9;
- }
|