123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- .taking-pictures{
- margin: 147rpx auto 79rpx;
- width: 288rpx;
- height: 288rpx;
- background: url(../../static/img/choose-image.png) no-repeat;
- background-size: contain;
- text-align: center;
- color: #fff;
- font-size: 30rpx;
- line-height: 42rpx;
- padding-top: 177rpx;
- }
- .title{
- margin-bottom: 30rpx;
- border-top: 1px solid #F5F5F5;
- text-align: center;
- padding-top: 65rpx;
- font-size: 36rpx;
- font-weight: 500;
- color: #3E3E3E;
- line-height: 50rpx;
- letter-spacing: 1px;
- }
- // 汽车号码输入框
- .new-plate-number{
- margin-bottom: 70rpx;
- }
- .message-input-wrap{
- margin: 0 -40rpx;
- }
- .message-input-wrap /deep/ .u-input ~ uni-view:last-of-type .u-char-item{
- background-color: #E8FFE8;
- }
- .bottom-btn{
- height: 85rpx;
- line-height: 85rpx;
- background: #3397FA;
- box-shadow: 0px 9rpx 9rpx 0px rgba(0, 0, 0, 0.03);
- border-radius: 10rpx;
- text-align: center;
- font-size: 28rpx;
- font-weight: 500;
- color: #FFF;
- letter-spacing: 1px
- }
|