123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545 |
- page {
- width: 100%;
- height: 100%;
- background: #fff;
- border-top: 2rpx solid #f4f4f4;
- }
- .renzheng{
- padding-bottom: 20rpx;
- font-size: 26rpx;
- color: red;
- }
- .box {
- width: 100%;
- height: 100%;
- }
- .block {
- width: 100%;
- height: 10rpx;
- background: #f4f4f4;
- }
- .box .top {
- height: 140rpx;
- margin: 0 auto;
- background: rgba(255, 255, 255, 1);
- display: flex;
- justify-content: center;
- align-items: center;
- /* padding: 0 50rpx; */
- }
- .box .top image {
- width: 44rpx;
- height: 44rpx;
- }
- .box .top .text {
- width: 125rpx;
- height: 4rpx;
- background: #dedede;
- margin-top: -48rpx;
- margin-left: -26rpx;
- }
- .box .top .text1 {
- margin-right: -26rpx;
- }
- .box .top view text {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #dedede;
- padding-top: 20rpx;
- }
- .box .top .active2 text {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: rgba(24, 213, 185, 1) !important;
- }
- .box .top .active1 {
- background: #18d5b9 !important;
- }
- /* 选择手机号获取方式 begin*/
- .obtain {
- width: 600rpx;
- margin: 0 auto;
- text-align: center;
- display: flex;
- flex-direction: column;
- }
- .obtain view, .obtain button {
- height: 76rpx;
- line-height: 76rpx;
- background: #f4f4f4;
- color: #18d5b9;
- border: 2rpx solid #18d5b9;
- border-radius: 43rpx;
- font-size: 32rpx;
- }
- .obtain view {
- background: #fff;
- }
- .obtain button {
- background: #18d5b9;
- color: #fff;
- margin: 87rpx 0 34rpx 0;
- }
- /* 选择手机号获取方式 end*/
- .box .phone {
- width: 100%;
- height: 380rpx;
- background: rgba(255, 255, 255, 1);
- margin-top: 10rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-around;
- }
- .box .phone .place1 {
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #ddd;
- }
- .box .phone .put1 {
- width: 606rpx;
- height: 76rpx;
- background: rgba(255, 255, 255, 1);
- border-bottom: 2rpx solid #e5e5e5;
- /* border-radius: 10rpx; */
- margin-top: 60rpx;
- }
- .box .phone .put1 input {
- height: 100%;
- padding-left: 20rpx;
- }
- .box .phone .put2 {
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 606rpx;
- margin-bottom: 60rpx;
- }
- .box .phone .put2 input {
- width: 380rpx;
- height: 76rpx;
- background: rgba(255, 255, 255, 1);
- border-bottom: 2rpx solid #e5e5e5;
- padding-left: 20rpx;
- }
- .box .phone .put2 text {
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #18d5b9;
- }
- .box .phone_check {
- width: 600rpx;
- height: 86rpx;
- background: rgba(24, 213, 185, 1);
- border-radius: 43rpx;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: rgba(255, 255, 255, 1);
- margin: 0 auto;
- margin-top: 83rpx;
- }
- /*实名认证 begin*/
- .realName {
- padding: 0 50rpx;
- }
- .title {
- font-size: 34rpx;
- color: #323332;
- padding: 45rpx 0;
- }
- .hint text:last-child {
- font-size: 24rpx;
- color: #636262;
- }
- .inp input {
- border-bottom: 2rpx solid #e5e5e5;
- padding-bottom: 15rpx;
- }
- .inp .place {
- font-size: 30rpx;
- color: #ddd;
- }
- .realName .btn {
- text-align: center;
- }
- .realName .btn .button, .success .button {
- width: 90%;
- height: 86rpx;
- margin: 87rpx auto 30rpx;
- background: rgba(24, 213, 185, 1);
- border-radius: 43rpx;
- color: #fff;
- }
- .realName .btn view:last-child {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: rgba(24, 213, 185, 1);
- }
- .service {
- text-align: center;
- margin-top: 130rpx;
- }
- .service image {
- width: 48rpx;
- height: 48rpx;
- vertical-align: middle;
- margin-right: 15rpx;
- }
- .service text {
- font-size: 26rpx;
- color: #18d5b9;
- }
- /* 实名认证 end */
- /* 缴纳押金 begin */
- .box .back {
- width: 100%;
- height: 306rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- margin-top: 10rpx;
- background:#32DCB8 url('http://resource.bike.hanyiyun.com/depositBg.png');
- background-size:100% 100%;
- }
- .box .back .posi {
- width: 100%;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: rgba(255, 255, 255, 1);
- padding-top: 35rpx;
- padding-left: 55rpx;
- }
- .box .back view {
- font-size: 36rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: rgba(255, 255, 255, 1);
- padding-top: 38rpx;
- }
- .phone1 {
- width: 100%;
- display: flex;
- justify-content: center;
- color: rgba(24, 213, 185, 1);
- margin-top: 75rpx;
- }
- .box .bottom1 {
- width: 600rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- margin: 0 auto;
- }
- .box .bottom1 .btn {
- width: 100%;
- height: 76rpx;
- background: #18d5b9;
- border-radius: 43rpx;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: rgba(255, 255, 255, 1);
- margin-top: 83rpx;
- }
- .box .bottom1 .txt {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #18d5b9;
- padding-top: 18rpx;
- }
- .box .bottom1 .shuoming {
- width: 100%;
- display: flex;
- align-items: center;
- margin-top: 96rpx;
- margin-bottom: 24rpx;
- }
- .box .bottom1 .shuoming text:nth-of-type(1) {
- width: 8rpx;
- height: 30rpx;
- background: rgba(24, 213, 185, 1);
- }
- .box .bottom1 .shuoming text:nth-of-type(2) {
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: rgba(42, 42, 42, 1);
- padding-left: 12rpx;
- }
- .box .bottom1 .test {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: rgba(153, 153, 153, 1);
- width: 100%;
- }
- /* 缴纳押金 end */
- /* 认证成功 begin*/
- .success image {
- width: 164rpx;
- height: 180rpx;
- margin: 152rpx 0 40rpx 0;
- }
- .success view{
- font-size:36rpx;
- color:#2a2a2a;
- letter-spacing: 5rpx;
- }
- .success .button{
- width:80%;
- }
- /* 认证成功 end */
- page {
- height: 100%;
- background: #f4f4f4;
- }
- /* .deposit {
- padding-bottom: 40rpx;
- } */
- .content {
- width: 92%;
- margin: 0 auto;
- }
- .title1,
- .avoid text {
- font-size: 40rpx;
- color: #3A3636;
- margin-left: 15rpx;
- }
- .info {
- width: 100%;
- height: 301rpx;
- position: relative;
- }
- .activeBg {
- background: url('http://resource.bike.hanyiyun.com/weilai/depBg1.png') no-repeat;
- background-size: 100% 100%
- }
- .normalBg {
- background:#ffffff url('http://resource.bike.hanyiyun.com/weilai/depBg2.png') no-repeat;
- background-size: 100% 100%
- }
- .normalBg view {
- color: #3A3636;
- }
- .normalBg .state {
- color: #068371;
- }
- .money {
- color: #fff;
- margin-left: 74rpx;
- }
- .money .sum {
- font-size: 80rpx;
- margin: 30rpx 0;
- }
- .money>view:first-child {
- font-size: 32rpx;
- padding-top: 30rpx;
- }
- .state {
- position: absolute;
- top: 38rpx;
- right: 27rpx;
- font-size: 26rpx;
- color: #068371;
- }
- .avoid {
- margin-top: 28rpx;
- position: relative;
- }
- .avoid .right{
- position: absolute;
- bottom: 0rpx;
- right: 0;
- font-size:24rpx;
- font-family:PingFang SC;
- color:#FA785A;
- }
- .avoid image {
- width: 40rpx;
- height: 40rpx;
- vertical-align: middle;
- margin-left: 10rpx;
- }
- .avoid view {
- font-size: 24rpx;
- color: #767575;
- margin: 16rpx 0 0 15rpx;
- }
- .avoidCard {
- display: flex;
- justify-content: space-between;
- align-items: center;
- flex-wrap: wrap;
- width: 100%;
- }
- .avoidCard image {
- width: 326rpx;
- height: 202rpx;
- }
- .avoidCard .detail {
- height: 202rpx;
- width: 332rpx;
- margin-top: 26rpx;
- border-radius: 20rpx;
- }
- .detail text {
- font-size: 46rpx;
- color: #555757;
- font-weight: bold;
- }
- .detail .money1,
- .detail .discount_price{
- color: #18D5B9;
- }
- .detail .money1{
- font-size: 36rpx;
- }
- .detail .discount_price{
- font-size: 46rpx;
- }
- .detail .price{
- font-size: 36rpx;
- text-decoration: line-through;
- }
- .active .discount_price,
- .active .money1{
- color: white;
- }
- .detail .date {
- font-size: 24rpx;
- color: #282828;
- margin-top: 20rpx;
- opacity: .8;
- }
- .normal {
- background-color: #FFF;
- }
- .active {
- background: linear-gradient(23deg, rgba(105, 233, 183, 1) 0%, rgba(0, 213, 182, 1) 100%);
- box-shadow: 0px 5px 30px 0px rgba(233, 230, 230, 0.49);
- }
- .active text,
- .active .date {
- color: #fff;
- }
- .payBtn{
- color: #fff;
- display: flex;
- flex-direction: column;
- align-items: center;
- /* margin-top: 80rpx; */
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- background: white;
- padding: 30rpx 0rpx;
- }
- .pay {
- width: 650rpx;
- height: 76rpx;
- background: rgba(24, 213, 185, 1);
- border-radius: 10rpx;
- color: #fff;
- }
- .order {
- color: #8F8F8F;
- font-size: 24rpx;
- text-align: center;
- margin-top: 16rpx;
- }
- .btm_msg {
- position: fixed;
- width: 100%;
- text-align: center;
- bottom: 80rpx;
- font-size: 26rpx;
- }
- .btm_msg text {
- color: #FFA404;
- }
|