| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- .uni-tabbar-bottom {
- display: none !important;
- }
- body {
- background: #F6F6F6;
- }
- input {
- font-size: 32rpx;
- width: 100%;
- color: #000000;
- }
- .u-indexed-list-alert {
- z-index: 999999;
- }
- .uni-textarea {
- width: 100%;
- }
- .pages {
- width: 100%;
- background-size: 100%;
- background: #F6F6F6;
- box-sizing: border-box;
- min-height: 100vh;
- }
- .model-type {
- position: fixed;
- width: 100%;
- top: 0;
- left: 0;
- height: 100vh;
- background: rgba(0, 0, 0, 0.3);
- z-index: 9989;
- }
- .uni-input-wrapper {
- text-align: left;
- font-size: 32rpx;
- }
- .uni-input-placeholder {
- color: #808080;
- font-size: 32rpx;
- }
- .uni-textarea-placeholder {
- color: #000000;
- }
- .max-btn {
- width: 100%;
- height: 100rpx;
- background: #5276FF;
- border-radius: 16rpx;
- color: #FFFFFF;
- font-size: 32rpx;
- font-weight: 500;
- cursor: pointer;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .min-btn {
- width: 274rpx;
- height: 80rpx;
- line-height: 80rpx;
- background: linear-gradient(138.64deg, #FFC852 0%, #FFB05C 100%);
- border-radius: 38rpx;
- color: #000000;
- font-size: 32rpx;
- font-weight: 500;
- cursor: pointer;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .inp-wrap {
- width: 100%;
- height: 96rpx;
- background: #F9F9F9;
- border-radius: 12rpx;
- padding: 0 26rpx;
- box-sizing: border-box;
- margin-bottom: 24rpx;
- }
- .inp-wrap .code-text {
- color: #FF8E3D;
- font-size: 32rpx;
- white-space: nowrap;
- border-radius: 12rpx;
- border: 2rpx solid #FF8E3D;
- padding: 0 12rpx;
- height: 68rpx;
- line-height: 68rpx;
- }
- .bank-select-wrap {
- width: 100%;
- min-height: 130rpx;
- border-top-left-radius: 32rpx;
- border-top-right-radius: 32rpx;
- background: #FFFFFF;
- box-shadow: 0 12rpx 12rpx #1753EB;
- }
- .bank-select-wrap .tops-name {
- width: 100%;
- height: 132rpx;
- border-bottom: 2rpx solid #F7F7F9;
- box-sizing: border-box;
- position: relative;
- text-align: center;
- color: #000000;
- font-size: 36rpx;
- }
- .bank-select-wrap .tops-name .close-icon {
- position: absolute;
- width: 40rpx;
- height: 40rpx;
- top: 46rpx;
- right: 40rpx;
- }
- .bank-select-wrap .bank-bottoms {
- width: 100%;
- padding: 0 32rpx;
- padding-bottom: 50rpx;
- box-sizing: border-box;
- max-height: 50vh;
- overflow-y: auto;
- }
- .bank-select-wrap .bank-bottoms .banks {
- width: 100%;
- height: 120rpx;
- border-bottom: 2rpx solid #F7F7F9;
- color: #000000;
- font-size: 32rpx;
- font-weight: 500;
- }
- .bank-select-wrap .bank-bottoms .banks .zz-name {
- color: #000000;
- font-size: 32rpx;
- font-weight: 500;
- width: 156rpx;
- }
- .bank-select-wrap .bank-bottoms .banks .icon {
- width: 48rpx;
- height: 48rpx;
- margin-right: 16rpx;
- }
- .bank-select-wrap .bank-bottoms .banks .select-icon {
- width: 40rpx;
- height: 22rpx;
- }
|