| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302 |
- page {
- /* padding-bottom: 139rpx; */
- background: #F5F5F5;
- }
- .tips {
- width: 750rpx;
- height: 82rpx;
- background: #FFEBE3;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #FF6300;
- line-height: 82rpx;
- padding: 0 30rpx;
- box-sizing: border-box;
- }
- .input-content {
- height: 116rpx;
- font-size: 30rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #666666;
- background: #FFFFFF;
- padding: 30rpx;
- box-sizing: border-box;
- display: flex;
- align-items: center;
- justify-content: space-between;
- border-bottom: 2rpx solid #eee;
- }
- .input {
- flex: 1;
- font-size: 30rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #AAAAAA;
- text-align: right;
- }
- .idphoto {
- width: 750rpx;
- height: 380rpx;
- background: #FFFFFF;
- padding: 55rpx 30rpx;
- box-sizing: border-box;
- margin-bottom: 22rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .leftid {
- width: 320rpx;
- height: 269rpx;
- font-size: 32rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #111111;
- display: flex;
- align-items: center;
- justify-content: space-between;
- flex-direction: column;
- }
- .id-img {
- width: 320rpx;
- height: 194rpx;
- /* border: 1rpx dashed #000; */
- position: relative;
- }
- .idCard {
- width: 100%;
- height: 100%;
- border-radius: 20rpx;
- position: absolute;
- left: 0;
- top: 0;
- }
- .default-img {
- width: 100%;
- height: 100%;
- border-radius: 20rpx;
- position: absolute;
- left: 0;
- top: 0;
- }
- .smallicon {
- width: 108rpx;
- height: 108rpx;
- position: absolute;
- left: 50%;
- top: 50%;
- margin-left: -54rpx;
- margin-top: -54rpx;
- }
- .zmphoto {
- display: flex;
- align-items: center;
- }
- .zmphoto image {
- height: 30rpx;
- width: 30rpx;
- margin-left: 15rpx;
- }
- /* btn */
- .fixed-footer {
- position: fixed;
- left: 0;
- bottom: 0;
- width: 100%;
- }
- .btn-group {
- height: 124rpx;
- background: #fff;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .selfBtn {
- display: flex;
- height: 88rpx;
- width: 690rpx;
- align-items: center;
- /* box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); */
- background: #0177FF;
- border-radius: 10rpx;
- justify-content: center;
- align-items: center;
- font-size: 34rpx;
- font-family: SourceHanSansCN-Normal;
- font-weight: 400;
- color: rgba(255, 254, 254, 1);
- }
- .message {
- height: 100%;
- width: 100%;
- background: rgba(0, 0, 0, 0.6);
- position: fixed;
- left: 0;
- top: 0;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .message-content {
- width: 600rpx;
- height: 748rpx;
- background: #FFFFFF;
- border-radius: 30rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- }
- .message-content image {
- width: 114rpx;
- height: 137rpx;
- }
- .message-tips {
- font-size: 34rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: bolder;
- color: #333333;
- margin-top: 53rpx;
- }
- .message-func {
- text-align: center;
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #666666;
- margin-top: 20rpx;
- margin-bottom: 30rpx;
- }
- .message-number {
- font-size: 48rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #333333;
- margin-bottom: 73rpx;
- }
- .message-btn {
- height: 88rpx;
- width: 392rpx;
- font-size: 34rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- background: #007AFF;
- border-radius: 44rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .message-btn image {
- height: 35rpx;
- width: 36rpx;
- margin-right: 15rpx;
- }
- .pass-content {
- width: 600rpx;
- height: 640rpx;
- background: #FFFFFF;
- border-radius: 30rpx;
- display: flex;
- align-items: center;
- flex-direction: column;
- padding-top: 110rpx;
- box-sizing: border-box;
- position: relative;
- }
- .pass-content image {
- width: 114rpx;
- height: 137rpx;
- }
- .pass-content .identification-close{
- width: 54rpx;
- height: 54rpx;
- position: absolute;
- left: 50%;
- bottom: -123rpx;
- margin-left: -27rpx;
- }
- .pass-tips {
- font-size: 42rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: bold;
- color: #333333;
- padding: 0 30rpx;
- box-sizing: border-box;
- }
- .pass-func {
- text-align: center;
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #666666;
- margin-top: 20rpx;
- margin-bottom: 30rpx;
- }
- .pass-number {
- font-size: 48rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #333333;
- }
- .pass-btn {
- height: 88rpx;
- width: 392rpx;
- font-size: 34rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- background: #007AFF;
- border-radius: 44rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-top: 73rpx;
- }
- .pass-btn image {
- height: 35rpx;
- width: 36rpx;
- margin-right: 15rpx;
- }
- .bg {
- background: rgba(1, 119, 255, 0.4);
- }
|