123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345 |
- .signing {
- box-sizing: border-box;
- width: 100vw;
- height: 100vh;
- background-color: #f6f6f6;
- &_verticalLine {
- display: flex;
- flex-direction: row;
- align-items: center;
- font-size: 32rpx;
- font-weight: 500;
- color: #333333;
- &__line {
- margin-right: 16rpx;
- width: 4px;
- height: 14px;
- background-color: #00b38b;
- border-radius: 2px;
- }
- }
- &_list {
- font-size: 30rpx;
- color: #ebebeb;
- .item {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- border-bottom: 1px solid;
- align-items: center;
- height: 90rpx;
- line-height: 90rpx;
- &:last-child {
- border: none;
- }
- .label {
- color: #666666;
- }
- .value {
- color: #333333;
- padding-left: 74rpx;
- flex: 1;
- text-align: right;
- .van-cell {
- padding: 0;
- font-size: 30rpx;
- color: #333333;
- }
- .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;
- }
- }
- }
- }
- &_footer {
- position: fixed;
- bottom: 0;
- width: 100%;
- background-color: #ffffff;
- text-align: center;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- .van-button {
- width: 674rpx;
- height: 98rpx;
- margin-top: 24rpx;
- font-size: 28rpx;
- }
- }
- &_infoSure {
- .container {
- margin-top: 22rpx;
- background-color: #ffffff;
- padding: 32rpx 26rpx;
- }
- }
- &_middle {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- background-color: #ffffff;
- width: 100%;
- box-sizing: border-box;
- padding: 32rpx;
- &__identification {
- text-align: center;
- margin-top: 112rpx;
- .name {
- margin-top: 40rpx;
- font-size: 32rpx;
- color: #333333;
- }
- }
- .tips {
- margin-top: 40rpx;
- font-size: 28rpx;
- color: #999999;
- }
- }
- &_upload {
- display: flex;
- flex-direction: row;
- justify-content: space-around;
- padding-top: 32rpx;
- &__item {
- .group {
- display: flex;
- align-items: center;
- min-height: 100rpx;
- justify-content: space-between;
- .flex-sub {
- display: flex;
- justify-content: center;
- .bg-img {
- position: relative;
- }
- .image-show {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .photo {
- position: absolute;
- }
- .position-right {
- position: absolute;
- right: 0;
- top: 0;
- }
- }
- }
- .tip {
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 28rpx;
- color: #333;
- text-align: center;
- .tl {
- font-size: 24rpx;
- font-weight: 400;
- color: #999999;
- }
- }
- }
- }
- }
-
- .signing_orderVerification {
- &__content {
- background-color: #f6f6f6;
- padding-bottom: 10rpx;
- padding-top: 22rpx;
- .middle {
- background-color: #ffffff;
- width: 100%;
- box-sizing: border-box;
- padding: 32rpx;
- .list {
- font-size: 30rpx;
- color: #ebebeb;
- .item {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- border-bottom: 1px solid;
- align-items: center;
- height: 90rpx;
- line-height: 90rpx;
- .switch {
- height: 74rpx;
- }
- &:last-child {
- border: none;
- }
- .label {
- color: #666666;
- }
- .value {
- color: #333333;
- padding-left: 74rpx;
- flex: 1;
- text-align: right;
- .van-cell {
- padding: 0;
- font-size: 30rpx;
- color: #333333;
- }
- }
- }
- .vButton {
- width: 690rpx;
- height: 96rpx;
- border-radius: 10rpx 10rpx 10rpx 10rpx;
- border: 1rpx solid #00b38b;
- font-weight: 400;
- font-size: 32rpx;
- color: #00b38b;
- line-height: 32rpx;
- text-align: center;
- margin-bottom: 32rpx;
- }
- }
- }
- .identification {
- .top {
- display: flex;
- flex-direction: row;
- align-items: center;
- font-size: 32rpx;
- font-weight: 500;
- color: #333333;
- }
- .address {
- background: #f8f8f8;
- border-radius: 10rpx;
- padding: 24rpx;
- width: 640rpx;
- height: 180rpx;
- margin-bottom: 32rpx;
- display: flex;
- .left {
- flex: 3;
- .netWork {
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 24rpx;
- color: #999999;
- line-height: 24rpx;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- .value {
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 30rpx;
- color: #333333;
- line-height: 44rpx;
- text-align: left;
- font-style: normal;
- text-transform: none;
- margin-top: 20rpx;
- }
- }
- .right {
- display: flex;
- flex-direction: column;
- flex: 1;
- align-items: center;
- justify-content: center;
- .icon {
- margin-bottom: 16rpx;
- }
- .text {
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 24rpx;
- color: #666666;
- line-height: 24rpx;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- }
- }
- }
- .detail {
- width: 100%;
- margin-top: 80rpx;
- background-color: #f8f8f8;
- padding-bottom: 30rpx;
- > .item {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- font-size: 28rpx;
- padding: 30rpx 24rpx 0 24rpx;
- }
-
- .label {
- color: #666666;
- }
-
- .value {
- color: #333333;
- }
- }
- }
- &__footer {
- width: 100%;
- background-color: #ffffff;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- position: fixed;
- bottom: 0;
- .btn {
- position: relative;
- top: -25rpx;
- }
- }
- }
-
-
-
- .signing_deliveryMethod {
- &__content {
- .middle {
- .detail {
- box-sizing: border-box;
- padding: 24rpx;
- .product {
- font-size: 32rpx;
- color: #333333;
- font-weight: 500;
- }
- .title {
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .remark {
- margin-top: 16rpx;
- font-size: 26rpx;
- line-height: 36rpx;
- color: #666666;
- .l {
- color: #00b38b;
- }
- }
- }
- }
- }
- }
|