| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- .box{background: #fff;padding: 28rpx 30rpx;margin: 30rpx 30rpx 30rpx;border-radius: 20rpx;line-height: 36rpx;}
- .tap-area{display: flex;justify-content: space-between;align-items: center;}
- .tap-area .header{border-radius: 50%;width: 80rpx;height: 80rpx;margin: 0 30rpx 0 0;}
- .header image{width: 100%;height: 100%;border-radius: 50%;}
- .tap-area .header-title{flex: 1;}
- .tap-area .header-title .header-name{font-weight: bold;}
- .tap-area .header-title .header-text{font-size: 24rpx;margin-top: 5rpx;}
- .header-text text{color: #999;margin-right: 10rpx;}
- .tap-area .header-more{display: flex;}
- .more{width: 16rpx;height: 27rpx;margin-left: 8rpx;}
- .service{padding: 28rpx 0;margin: 30rpx;}
- .service-title{color: #2F3237;margin-bottom: 30rpx;}
- .service-bar{display: flex;flex-wrap: wrap;justify-content: space-between;}
- .service-item{width: 332rpx;height: 160rpx;background-color: #fff;display: flex;align-items: center;border-radius: 20rpx;margin-bottom: 30rpx;border: 1rpx solid #fff;}
- .service-item image{width: 80rpx;height: 80rpx;margin: auto 30rpx;}
- .service-item:last-child{margin-bottom: 0;}
- .service .active{border: 1rpx solid #009AFF;position: relative;}
- .service .active::after{content: '√';width: 40rpx;height: 30rpx; line-height:30rpx; text-align:center; display:block; background-color: #009AFF;position: absolute;bottom: 0;right: 0;border-radius: 36rpx 0 20rpx 0;color: #fff;}
- .service-name{padding-right: 20rpx;}
- .ddinfo{background: #fff;padding: 0 20rpx;margin: 30rpx;border-radius: 10rpx;}
- .ddinfo .li{padding: 30rpx 0;border-bottom: 2rpx solid #E5E5E5;}
- .ddinfo .li:last-child{border-bottom: none;}
- .ddinfo .li text{display: block;font-size: 28rpx;color: ##000000;}
- .ddinfo .li view{flex: 1;-webkit-flex: 1;font-size: 28rpx;color: #333;text-align: right;}
- .ddinfo .li view.quan{color: #FE0419;margin-right: 12rpx;}
- .ddinfo .li input{flex: 1;-webkit-flex: 1;font-size: 28rpx;color: #333;text-align: right;}
- .textarea{background: #f5f5f5;border-radius: 10rpx;margin-top: 20rpx;width: 100%;padding: 15rpx;box-sizing: border-box;height: 120rpx;font-size: 28rpx;color: #333;}
- .placeholder{color: #ccc;}
- .regist-bottom-btn{border-radius: 40rpx;background-color: #009AFF;height: 80rpx;line-height: 80rpx;color: #fff;text-align: center;margin:30rpx;}
- .rico{display: inline-block;width: 14rpx;height: 24rpx;margin-left:10rpx;}
- .confirmation-bar{position: fixed;z-index: 100;left: 0;right: 0;bottom: 0;background: #fff;border-radius: 20rpx 20rpx 0 0;padding: 35rpx 0rpx 50rpx;}
- .pop-title{font-size:36rpx;margin:30rpx 50rpx 0rpx 50rpx;color:#263343;font-weight:bold;}
- .confirmation-bar .pop-btn{display:flex; justify-content:space-around; position: relative;bottom:0;}
- .pop-btn-cancal{flex:0 0 40%;border-radius: 40rpx;background-color: #fff;height: 80rpx;line-height: 80rpx;color: #666;text-align: center;border:1rpx solid #666;}
- .pop-btn-submit{flex:0 0 40%;border-radius: 40rpx;background-color: #009AFF;height: 80rpx;line-height: 80rpx;color: #fff;text-align: center;border:1rpx solid #009AFF;}
- .mask{background-color:#000;opacity: 0.68;width: 100vw;height: 100vw;z-index: 80;}
|