| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- /* bindCard.css */
- page{background: #fff;padding-bottom: 230rpx;}
- .step{padding: 50rpx 0 35rpx;justify-content: center;border-bottom: 20rpx solid #F6F6F6;position: relative;}
- .step::after{content: '';display: block;width: 176rpx;height: 1rpx;background: #C9C9C9;position: absolute;left: 50%;transform: translateX(-50%);top: 93rpx;z-index: 1;}
- .step .li{font-size: 28rpx;color: #999;margin: 0 33rpx;position: relative;z-index: 2;}
- .num{width: 60rpx;height: 60rpx;background: #DCDCDC;border-radius: 50%;margin: 0 auto;font-size: 42rpx;color: #fff;font-weight: bold;text-align: center;line-height: 60rpx;border: 13rpx solid #fff;}
- .s-gou{width: 60rpx;height: 60rpx;border: 13rpx solid #fff;margin: 0 auto;background: #fff;display: none;}
- .step .li.ing,.step .li.end{color: #000000;}
- .step .li.ing .num{background: var(--mina);}
- .step .li.end .num{display: none;}
- .step .li.end .s-gou{display: block;}
- .form{padding: 0 32rpx;}
- .form .li{border-bottom: 1rpx solid #E6E6E6;padding: 35rpx 0;}
- /* .form .li:last-child{border-bottom: none;} */
- .label{width: 162rpx;font-size: 32rpx;color: #333;display: block;box-sizing: border-box;padding-right: 30rpx;}
- .type{font-size: 28rpx;color: #666;margin-right: 30rpx;white-space: nowrap;}
- .type image{width: 40rpx;height: 40rpx;margin-right: 14rpx;}
- .linsence{width: 326rpx;margin: 30rpx auto 0;text-align: center;font-size: 22rpx;color: #666;}
- .linsence image{width: 326rpx;height: 206rpx;border-radius: 15rpx;border: 2rpx solid #e5e5e5;margin: 0 auto 12rpx;}
- .ipt{width: 100%;font-size: 32rpx;color: #333;}
- .placeholder{color: #ccc;}
- .chang{margin-left: 20rpx;font-size: 28rpx;color: #666;}
- .chang image{width: 24rpx;height: 24rpx;margin-right: 10rpx;}
- .textarea{width: 100%;height: 150rpx;font-size: 32rpx;color: #333;}
- .flexs{align-items: flex-start;}
- .location{width: 28rpx;height: 35rpx;padding: 10rpx 25rpx;}
- .next{height: 80rpx;background: var(--mina);border-radius: 40rpx;font-size: 32rpx;color: #fff;text-align: center;line-height: 80rpx;position: fixed;left: 32rpx;right: 32rpx;bottom: 28rpx;z-index: 50;}
- .cards .label{width: auto;}
- .card{justify-content: space-between;}
- .tip{font-size: 28rpx;color: #FC8C20;padding: 22rpx 0;}
- .tip image{width: 27rpx;height: 27rpx;margin-right: 10rpx;}
- .rico{width: 13rpx;height: 23rpx;}
- .form-b{border-top: 20rpx solid #F6F6F6;}
- .send{font-size: 28rpx;color: #FC8C20;}
- .form .li.cards{border-bottom: none;}
- .pickers{width: 100%;position: relative;font-size: 32rpx;color: #A2A6AF;}
- .pickers.active{color: #666;}
- .ipt_g{color: #ccc;}
- .pickers .rico,.f-item .rico{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
|