123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516 |
- @import "../public-view.wxss";
- /* Page {
- background-color: white;
- } */
- /* 原生组件会漂浮在非原生组件上 */
- .bottom-view, .bottom-view-X {
- position: relative;
- background-color: #F5F5F5;
- }
- .scroll-view-last {
- background-color: #f5f5f5;
- width: 100%;
- height: 24rpx;
- margin-top: -0.7px;
- }
- /* id-card-view */
- .id-card-view {
- margin: -64rpx 20rpx 0rpx;
- height: 490rpx;
- background-color: white;
- border-radius: 8rpx;
- box-shadow: 0rpx 4rpx 8rpx rgba(0, 0, 0, 0.03);
- display: flex;
- flex-direction: column;
- }
- .id-card-view>view {
- margin-left: 44rpx;
- margin-right: 44rpx;
- display: flex;
- }
- .id-card-view>view:nth-child(1) {
- height: 100rpx;
- }
- .id-card-view>view:nth-child(1)>text {
- font-size: 28rpx;
- color: #333333;
- line-height: 100rpx;
- }
- .id-card-view>view:nth-child(1)>image {
- width: 28rpx;
- height: 100rpx;
- margin-left: auto;
- margin-right: 12rpx;
- }
- .id-card-view>view:nth-child(1)>view {
- font-size: 28rpx;
- line-height: 100rpx;
- color: #3296FB;
- }
- .id-card-view>view:nth-child(2) {
- height: 0.7px;
- background-color: #eeeeee;
- }
- .id-card-view>view:nth-child(3),
- .id-card-view>view:nth-child(5) {
- height: 42rpx;
- }
- .id-card-view>view:nth-child(3) {
- margin-top: 40rpx;
- }
- .id-card-view>view:nth-child(3)>view:first-child,
- .id-card-view>view:nth-child(5)>view:first-child {
- width: 76rpx;
- display: flex;
- flex-direction: column;
- }
- .id-card-view>view:nth-child(3)>view:first-child>text,
- .id-card-view>view:nth-child(5)>view:first-child>text {
- width: 32rpx;
- height: 32rpx;
- font-family: PingFangSC-Regular;
- font-size: 24rpx;
- color: #FFFFFF;
- line-height: 32rpx;
- text-align: center;
- background-color: #A0C7DD;
- border-radius: 16rpx;
- }
- .id-card-view>view:nth-child(3)>view:first-child>text {
- margin-top: 5rpx;
- }
- .id-card-view>view:nth-child(3)>text,
- .id-card-view>view:nth-child(5)>text {
- font-family: PingFangSC-Regular;
- font-size: 30rpx;
- color: #333333;
- }
- .id-card-view>view:nth-child(3)>view:last-child,
- .id-card-view>view:nth-child(5)>view:last-child {
- width: 80rpx;
- margin-left: auto;
- display: flex;
- }
- .id-card-view>view:nth-child(3)>view:last-child>image,
- .id-card-view>view:nth-child(5)>view:last-child>image {
- width: 40rpx;
- height: 32rpx;
- margin: auto 0 auto auto;
- display: block;
- }
- .id-card-view>view:nth-child(4),
- .id-card-view>view:nth-child(6) {
- height: 116rpx;
- }
- .id-card-view>view:nth-child(4)>view,
- .id-card-view>view:nth-child(6)>view {
- width: 76rpx;
- height: 116rpx;
- }
- .id-card-view>view:nth-child(4)>image,
- .id-card-view>view:nth-child(6)>image {
- width: 96rpx;
- height: 64rpx;
- margin-top: 16rpx;
- }
- .id-card-view>view:nth-child(3)>view:first-child>view,
- .id-card-view>view:nth-child(5)>view:first-child>view {
- width: 2rpx;
- margin-left: 15rpx;
- height: 10rpx;
- background-color: #A0C7DD;
- }
- .id-card-view>view:nth-child(4)>view>view {
- width: 2rpx;
- height: 116rpx;
- margin-left: 15rpx;
- background-color: #A0C7DD;
- }
- /* information-view */
- .item,
- .bank-item {
- width: 100%;
- height: 100rpx;
- background-color: white;
- display: flex
- }
- .information>view:first-child,
- .information>view:nth-child(8),
- .information>view:nth-child(11) {
- margin-top: 24rpx;
- }
- .item>text:first-child,
- .textarea-item>text:first-child,
- .bank-item>text:first-child {
- font-family: PingFangSC-Regular;
- font-size: 32rpx;
- color: #333333;
- margin-left: 30rpx;
- }
- .item>text:first-child,
- .bank-item>text:first-child {
- line-height: 100rpx;
- }
- .textarea-item>text:first-child {
- margin-top: 34rpx;
- }
- .item>text:nth-child(2),
- .bank-item>text:nth-child(2) {
- font-family: PingFangSC-Regular;
- font-size: 32rpx;
- color: #AAAAAA;
- line-height: 100rpx;
- margin-left: auto;
- margin-right: 30rpx;
- }
- .information>view:nth-child(5)>text:nth-child(2),
- .bank-item>text:nth-child(2) {
- color: #666666;
- }
- .input-view-placeholder {
- font-size: 32rpx;
- color: #cccccc;
- }
- input {
- font-size: 32rpx;
- color: #666666;
- line-height: 100rpx;
- text-align: right;
- height: 100rpx;
- width: 500rpx;
- margin-left: auto;
- margin-right: 30rpx;
- }
- .textarea-item {
- width: 100%;
- /* height: 100rpx; */
- background-color: white;
- display: flex
- }
- textarea {
- font-size: 32rpx;
- /* color: #666666; */
- line-height: 8rpx;
- text-align: right;
- /* height: 8rpx; */
- width: 500rpx;
-
- }
- .textarea-ios {
- margin: 20rpx 0 20rpx auto;
- }
- .textare-android {
- margin: 34rpx 0 34rpx auto;
- }
- .textarea-placeholder {
- margin: auto 0 auto -224rpx;
- }
- .textarea-placeholder>text {
- font-size: 32rpx;
- /* color: #cccccc; */
- text-align: right;
- margin-right: 30rpx;
- }
- /* .bank-item>view:nth-child(2) {
- width: 60rpx;
- height: 100rpx;
- display: flex;
- }
- .bank-item>view:nth-child(2)>image {
- width: 28rpx;
- height: 28rpx;
- margin: auto 0 auto 16rpx;
- } */
- .bank-item>text:nth-child(2) {
- margin-right: 0;
- }
- .bank-item>image:nth-child(3) {
- width: 14rpx;
- height: 24rpx;
- margin: auto 30rpx auto 22rpx;
- }
- /* require-view */
- .require-view,
- .show-id-card-view,
- .bank-Info {
- width: 100%;
- height: 100%;
- position: fixed;
- background-color: rgba(0,0,0,0.56);
- top: 0rpx;
- z-index:1000;
- }
- .require-view>view {
- width: 100%;
- height: 800rpx;
- position: fixed;
- background-color: white;
- bottom: -800rpx;
- display: flex;
- flex-direction: column;
- }
- .require-view>view>view:nth-child(1) {
- width: 100%;
- height: 108rpx;
- display: flex;
- }
- .require-view>view>view:nth-child(1)>view {
- width: 6rpx;
- height: 32rpx;
- margin: auto 20rpx auto 30rpx;
- background-color: #3296FB;
- }
- .require-view>view>view:nth-child(1)>text {
- font-size: 32rpx;
- color: #333333;
- width: 600rpx;
- line-height: 108rpx;
- margin-right: auto;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow:hidden;
- }
- .require-view>view>view:nth-child(1)>image {
- width: 92rpx;
- height: 92rpx;
- margin: auto 0;
- }
- .require-view>view>view:nth-child(2) {
- width: 100%;
- height: 0.7px;
- background-color: #eeeeee;
- }
- .require-view>view>text:nth-child(3) {
- font-size: 30rpx;
- color: #333333;
- font-weight: bold;
- line-height: 42rpx;
- height: 42rpx;
- margin-top: 42rpx;
- margin-left: 50rpx;
- }
- .require-view>view>view:nth-child(3)>view {
- width: 6rpx;
- height: 28rpx;
- background-color: #3296FB;
- margin: auto 0 auto 50rpx;
- }
- .require-view>view>view:nth-child(3)>text {
- font-size: 30rpx;
- color: #333333;
- font-weight: bold;
- line-height: 42rpx;
- margin-left: 14rpx;
- }
- .require-view>view>image {
- width: 650rpx;
- height: 202rpx;
- margin: 32rpx 50rpx 44rpx
- }
- .require-view>view>text {
- font-size: 28rpx;
- color: #666666;
- line-height: 56rpx;
- margin: 0 50rpx;
- }
- /* show-id-card-view */
- .show-id-card-view {
- display: flex;
- }
- .show-id-card-view>view {
- width: 652rpx;
- display: flex;
- flex-direction: column;
- background-color: white;
- border-radius: 20rpx;
- margin: auto auto;
- }
- .show-id-card-view>view>image {
- width: 92rpx;
- height: 92rpx;
- margin: auto 0 auto auto;
- }
- .show-id-card-view>view>text {
- font-family: PingFangSC-Regular;
- font-size: 32rpx;
- color: #333333;
- line-height: 46rpx;
- margin: -30rpx 56rpx 32rpx 56rpx;
- }
- .show-id-card-view>view>view:nth-child(3) {
- height: 44rpx;
- margin: 0 56rpx;
- }
- .show-id-card-view>view>view:nth-child(3)>text {
- font-family: PingFangSC-Regular;
- font-size: 32rpx;
- color: #666666;
- line-height: 44rpx;
- }
- .show-id-card-view>view>view:nth-child(3)>text:last-child {
- color: #FF5E5E;
- }
- .show-id-card-view>view>view:nth-child(4) {
- height: 90rpx;
- border: 2rpx solid #EEEEEE;
- margin: 20rpx 56rpx 0;
- display: flex;
- }
- .show-id-card-view>view>view:nth-child(4)>input {
- height: 90rpx;
- width: 314rpx;
- font-family: PingFangSC-Regular;
- font-size: 32rpx;
- color: #222222;
- line-height: 90rpx;
- margin: 0 0 0 26rpx;
- text-align: left;
- }
- .show-id-card-view>view>view:nth-child(4)>view:nth-child(2) {
- width: 2rpx;
- height: 42rpx;
- margin: auto 0;
- background-color: #DCDCDC;
- }
- .verify-button-n,
- .verify-button-g {
- font-family: PingFangSC-Regular;
- font-size: 30rpx;
- margin: auto auto;
- }
- .verify-button-n {
- color: #3296FB;
- }
- .verify-button-g {
- color: #CCCCCC;
- }
- .show-id-card-view>view>view:nth-child(5) {
- height: 90rpx;
- border-radius: 45rpx;
- margin: 56rpx 56rpx 66rpx;
- background-color: #3296FB;
- font-family: PingFangSC-Medium;
- font-size: 32rpx;
- color: #FFFFFF;
- text-align: center;
- line-height: 90rpx;
- }
- .verify-input-placeholder {
- font-family: PingFangSC-Regular;
- font-size: 32rpx;
- color: #CCCCCC;
- line-height: 90rpx;
- }
- /* bank-Info */
- /* .bank-Info {
- display: flex;
- }
- .bank-Info>view {
- width: 540rpx;
- display: flex;
- flex-direction: column;
- background-color: white;
- border-radius: 28rpx;
- margin: auto auto;
- }
- .bank-Info>view>text:first-child {
- font-family: PingFangSC-Medium;
- font-size: 36rpx;
- color: #333333;
- text-align: center;
- margin-top: 44rpx;
- }
- .bank-Info>view>text:nth-child(2) {
- font-family: PingFangSC-Regular;
- font-size: 32rpx;
- color: #666666;
- text-align: center;
- line-height: 50rpx;
- margin: 18rpx 46rpx 42rpx;
- }
- .bank-Info>view>view:nth-child(4) {
- font-family: PingFangSC-Regular;
- font-size: 36rpx;
- color: #3296FB;
- text-align: center;
- line-height: 100rpx;
- width: 100%;
- height: 100rpx;
- } */
|