| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- page{
- background-color: #fff;
- }
- .top{
- border-top: 1rpx solid #E6E6E6;
- padding: 36rpx 30rpx;
- }
- .machine-name{
- font-size: 28rpx;
- font-weight: 500;
- color: #666464;
- line-height: 41rpx;
- }
- .input-box{
- background: #F5F5F5;
- border-radius: 10rpx 10rpx 10rpx 10rpx;
- opacity: 1;
- padding: 0rpx 30rpx;
- margin-top: 12rpx;
- height: 96rpx;
- box-sizing: border-box;
- line-height: 96rpx;
- }
- .input-box input{
- /* line-height: 41rpx; */
- font-size: 28rpx;
- font-family: Source Han Sans CN-Medium, Source Han Sans CN;
- font-weight: 500;
- color: #333333;
- }
- .address-icon{
- width: 36rpx;
- height: 36rpx;
- margin: 0 auto;
- }
- .address-label{
- font-size: 24rpx;
- font-weight: 500;
- color: #666464;
- line-height: 36rpx;
- text-align: center;
- }
- .select-label{
- line-height: 36rpx;
- font-size: 24rpx;
- font-family: Source Han Sans CN-Regular, Source Han Sans CN;
- font-weight: 400;
- color: #A8A5A5;
- margin-top: 21rpx;
- padding-bottom:17rpx ;
- border-bottom: 1rpx solid #E9E9E9;
- }
- .address-item{
- padding: 30rpx 0 28rpx;
- border-bottom: 1rpx solid #E9E9E9;
- }
- .address-item:last-child{
- border-bottom:none
- }
- .address-text{
- line-height: 40rpx;
- font-size: 28rpx;
- font-family: PingFang SC-Medium, PingFang SC;
- font-weight: 500;
- color: #000000;
- }
- .address-text2{
- line-height: 28rpx;
- font-size: 20rpx;
- font-family: PingFang SC-Medium, PingFang SC;
- font-weight: 500;
- color: #999999;
- margin-top: 3rpx;
- }
- /* 保存按钮 */
- .submit-box{
- height: 140rpx;
- background: #FFFFFF;
- box-shadow: 0rpx -5rpx 15rpx 1rpx rgba(0,0,0,0.05);
- border-radius: 0rpx 0rpx 0rpx 0rpx;
- opacity: 1;
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
- }
- .submit-btn{
- width: 556rpx;
- line-height: 76rpx;
- background: #EB5C20;
- border-radius: 38rpx 38rpx 38rpx 38rpx;
- opacity: 1;
- font-size: 28rpx;
- font-family: Source Han Sans CN-Medium, Source Han Sans CN;
- font-weight: 500;
- color: #FFFFFF;
- text-align: center;
- margin:30rpx auto;
- }
|