123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371 |
- .signing {
- box-sizing: border-box;
- width: 100vw;
- height: 100vh;
- background-color: #F6F6F6;
- }
-
- .signing_verticalLine {
- display: flex;
- flex-direction: row;
- align-items: center;
- font-size: 32rpx;
- font-weight: 500;
- color: #333333;
- }
-
- .signing_verticalLine__line {
- margin-right: 16rpx;
- width: 4px;
- height: 14px;
- background-color: #00B38B;
- border-radius: 2px;
- }
-
- .signing_list {
- font-size: 30rpx;
- color: #EBEBEB;
- }
-
- .signing_list .item {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- border-bottom: 1px solid;
- align-items: center;
- height: 90rpx;
- line-height: 90rpx;
- }
-
- .signing_list .item:last-child {
- border: none;
- }
-
- .signing_list .item .label {
- color: #666666;
- }
-
- .signing_list .item .value {
- color: #333333;
- padding-left: 74rpx;
- flex: 1;
- text-align: right;
- }
-
- .signing_list .item .value .van-cell {
- padding: 0;
- font-size: 30rpx;
- color: #333333;
- }
-
- .signing_list .item .value .status {
- padding: 0 16rpx;
- border: 1px solid #00B38B;
- height: 44rpx;
- line-height: 44rpx;
- color: #00B38B;
- font-size: 26rpx;
- background-color: #EEF9F6;
- border-radius: 8rpx;
- margin-left: 16rpx;
- }
-
- .signing_footer {
- position: fixed;
- bottom: 0;
- width: 100%;
- height: 166rpx;
- background-color: #ffffff;
- text-align: center;
- }
-
- .signing_footer .van-button {
- width: 674rpx;
- height: 98rpx;
- margin-top: 24rpx;
- font-size: 28rpx;
- }
-
- .signing_infoSure .container {
- margin-top: 22rpx;
- background-color: #ffffff;
- padding: 32rpx 26rpx;
- }
-
- .signing_middle {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- background-color: #ffffff;
- width: 100%;
- box-sizing: border-box;
- padding: 32rpx;
- }
-
- .signing_middle__identification {
- text-align: center;
- margin-top: 112rpx;
- }
-
- .signing_middle__identification .name {
- margin-top: 40rpx;
- font-size: 32rpx;
- color: #333333;
- }
-
- .signing_middle .tips {
- margin-top: 40rpx;
- font-size: 28rpx;
- color: #999999;
- }
-
- .signing_upload {
- display: flex;
- flex-direction: row;
- justify-content: space-around;
- padding-top: 32rpx;
- }
-
- .signing_upload__item .group {
- display: flex;
- align-items: center;
- min-height: 100rpx;
- justify-content: space-between;
- }
-
- .signing_upload__item .group .flex-sub {
- display: flex;
- justify-content: center;
- }
-
- .signing_upload__item .group .flex-sub .bg-img {
- position: relative;
- }
-
- .signing_upload__item .group .flex-sub .image-show {
- display: flex;
- justify-content: center;
- align-items: center;
- }
-
- .signing_upload__item .group .flex-sub .photo {
- position: absolute;
- }
-
- .signing_upload__item .group .flex-sub .position-right {
- position: absolute;
- right: 0;
- top: 0;
- }
-
- .signing_upload__item .tip {
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 28rpx;
- color: #333;
- text-align: center;
- }
-
- .signing_upload__item .tip .tl {
- font-size: 24rpx;
- font-weight: 400;
- color: #999999;
- }
-
- .signing_step {
- display: flex;
- flex-direction: row;
- padding: 0 70rpx 32rpx;
- font-size: 28rpx;
- }
-
- .signing_step__item {
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- }
-
- .signing_step__item .list .number {
- display: inline-block;
- width: 36rpx;
- height: 36rpx;
- line-height: 36rpx;
- text-align: center;
- border-radius: 36rpx;
- background-color: #999999;
- color: #fff;
- margin-right: 12rpx;
- }
-
- .signing_step__item .list .name {
- display: inline-block;
- color: #999999;
- font-weight: 400;
- }
-
- .signing_step__line {
- width: 32rpx;
- height: 4rpx;
- background-color: #D8D8D8;
- margin: 0 16rpx;
- }
-
- .signing_step__passed .list .number {
- background-color: #00B38B;
- }
-
- .signing_step__active .list .number {
- background-color: #00B38B;
- }
-
- .signing_step__active .list .name {
- color: #00B38B;
- }
-
- .device-log-off {
- position: relative;
- background-color: #F8F8F8;
- }
-
- .device-log-off .content {
- width: 100%;
- height: 100%;
- margin: 52rpx 0 20rpx;
- }
-
- .device-log-off .content .split-line {
- background-color: #F8F8F8;
- height: 20rpx;
- }
-
- .device-log-off .content .card {
- background-color: #fff;
- }
-
- .device-log-off .content .card .title-section {
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-weight: 500;
- font-size: 32rpx;
- color: #333333;
- line-height: 39rpx;
- padding: 26rpx;
- }
-
- .device-log-off .content .card .title-section .line {
- display: inline-block;
- width: 8rpx;
- height: 28rpx;
- background: #08BA81;
- border-radius: 4rpx 4rpx 4rpx 4rpx;
- margin-right: 12rpx;
- }
-
- .device-log-off .content .card .title-section .right-tip {
- font-weight: 400;
- font-size: 24rpx;
- color: #00B38B;
- line-height: 34rpx;
- }
-
- .device-log-off .content .card .card-content {
- font-weight: 400;
- font-size: 26rpx;
- color: #999999;
- }
-
- .device-log-off .content .card .card-content .car-text {
- color: #999999;
- line-height: 50rpx;
- }
-
- .device-log-off .content .card .card-content .desc {
- color: #333333;
- margin-left: 74rpx;
- }
-
- .device-log-off .content .card .card-content .id-text {
- color: #323435;
- line-height: 50rpx;
- margin-top: 10rpx;
- margin-bottom: 20rpx;
- }
-
- .device-log-off .content .card .card-content .id-name {
- color: #F65B5B;
- }
-
- .device-log-off .content .card .card-content .uplaodIdCard {
- margin-top: 20rpx;
- }
-
- .device-log-off .content .card .card-content .money-tip {
- color: #999999;
- }
-
- .device-log-off .content .card .msg {
- margin-top: 60rpx;
- font-weight: 400;
- font-size: 24rpx;
- color: #888888;
- line-height: 40rpx;
- text-align: left;
- }
-
- .device-log-off .content .card .card-content-uplaod {
- display: flex;
- justify-content: center;
- }
-
- .device-log-off .content .card .msg2 {
- margin-top: 10rpx;
- }
-
- .device-log-off .notify {
- position: absolute;
- bottom: 150rpx;
- height: 65rpx;
- width: 100%;
- background-color: #F8E8E8;
- color: #F65B5B;
- padding-left: 20rpx;
- line-height: 65rpx;
- font-weight: 400;
- font-size: 24rpx;
- }
-
- .device-log-off .btn {
- display: flex;
- justify-content: center;
- background: #fff;
- }
-
- .device-log-off .vDialog .msg-view {
- margin-top: 40rpx;
- padding: 0 40rpx 20rpx;
- }
-
- .device-log-off .vDialog .content_input {
- height: 92rpx;
- background: #fff;
- display: flex;
- align-items: center;
- margin: 0 40rpx;
- border: 1rpx solid #DDDDDD;
- }
-
- .device-log-off .vDialog .confirm-view {
- background-color: #00B38B;
- color: #fff;
- display: flex;
- justify-content: center;
- margin: 60rpx auto;
- width: 232rpx;
- height: 71rpx;
- line-height: 71rpx;
- border-radius: 15rpx;
- }
|