page { background: #F3F3F3; color: #333; } view,text{ box-sizing: border-box; color:#333; font-size: 34rpx; } .container{ padding:30rpx 24rpx; } .add-top{ width: 702rpx; height: 88rpx; background: #FFFFFF; border-radius: 18rpx; margin-bottom:28rpx; display:flex; padding:0 24rpx; align-items: center; justify-content: space-between; } .add-top view{ font-size: 40rpx; color: #5D5D5D; } .xnb-content{ width: 702rpx; background: #FFFFFF; border-radius: 18rpx; padding:36rpx 24rpx 40rpx; } .title{ height: 60rpx; line-height: 60rpx; font-size: 42rpx; } .title text{ color: #BF2B2B; font-size:40rpx ; } .tips{ color: #979694; height:48rpx; line-height: 48rpx; font-size: 36rpx; margin:20rpx 0 40rpx; } .van-icon-cross.van-icon{ color:#fff; } .select-date{ height: 88rpx; display:flex; align-items: center; justify-content: space-between; } .select-date view{ color: #32BAED; font-size: 42rpx; } .submit-btn{ margin:56rpx 12rpx 0; width:688rpx; height: 108rpx; background: #3D7FFF linear-gradient(270deg, rgba(0,202,255,0.5) 0%, rgba(9,175,255,0.5) 100%); border-radius: 100rpx; text-align: center; font-size: 40rpx; line-height: 108rpx; color:#fff; }