page { background: #F5F5F5; } .init { padding: 0 25rpx 20rpx; } .init > form > view { padding: 10rpx 25rpx; } .init view.init_btn { margin: 20rpx 0 20rpx 0; } .init_btn > image { width: 30rpx; height: 30rpx; vertical-align: middle; } .init_btn > text { font-size: 32rpx; color: #6b223e; margin: 0 0 0 20rpx; vertical-align: middle; } .one_lawyer { position: relative; background: #fff; margin-bottom: 20rpx; height: 180rpx; overflow: hidden; } .one_lawyer > image { width: 40rpx; height: 40rpx; position: absolute; top: 0; right: 0; } .one_lawyer > view { display: inline-block; } .lawyer_head { padding: 40rpx; } .lawyer_head image { width: 100rpx; height: 100rpx; border-radius: 50%; } .lawyer_msg { padding: 50rpx 15rpx; } .lawyer_name { font-size: 32rpx; line-height: 40rpx; } .lawyer_address { font-size: 28rpx; color: #666; line-height: 40rpx; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .lawyer_address image { width: 25rpx; height: 25rpx; margin-right: 15rpx; } /* .lawyer_state { padding: 60rpx 15rpx; } */ .lawyer_state { width: 105rpx; background: #eee; border-radius: 15px; color:#6b223e; font-size: 26rpx; line-height: 45rpx; text-align: center; float: right; } .init_info , .init_info , .init_content , .init_img , .init_time { margin-bottom: 20rpx; } .init_info > view , .init_content > view , .init_img > view , .init_time > view { background: #fff; padding: 15rpx; } .init_info .input { padding: 0 15rpx; } .init_info .input text { width: 30%; font-size: 32rpx; vertical-align: middle; line-height: 88rpx; } .init_info .input input { display: inline-block; width:70%; font-size: 32rpx; vertical-align: middle; padding: 0 20rpx; line-height: 88rpx; } .line { width: 95%; margin:0 auto; height: 1px; background: #eee; } .init_content > view > view.init_title , .init_img > view > view.init_title { font-size: 32rpx; padding: 15rpx 0 30rpx 0; color: #495060; border-bottom: 1px solid #eee; margin-bottom: 15rpx; } .init_content > view > textarea { width: 100%; font-size: 30rpx; font-weight: 100; } .imgs > view { display: inline-block; width: 30%; height: 200rpx; margin: 1.5%; position: relative; } .init_img image:nth-child(1) { height: 100%; width: 100%; } .init_img image:nth-child(2) { width: 40rpx; height: 40rpx; position: absolute; top: 0; right: 0; } .init_time > view > picker { font-size: 32rpx; padding: 0 0 0 15rpx; position: relative; line-height: 60rpx; } .icon { position: absolute; right: 0; top: 0; } .init view.init_remark { font-size: 26rpx; padding: 0 35rpx; margin-bottom: 20rpx; color: #fd0909; } .init_pay > view { background: #fff; padding: 15rpx; } .init_pay > view > view { text-align: center; } .pay_title { margin: 40rpx 0 20rpx 0; color: #999; font-size: 32rpx; } .pay_num { margin: 10rpx 0 50rpx 0; font-size: 60rpx; } .pay_btn { width:600rpx; margin: 40rpx auto; } .pay_btn button { background: #6b223e; color: #fff; } .pay_check { margin: 30rpx auto 20rpx; } .pay_check checkbox-group { display: inline; } .pay_check .text { font-size: 22rpx; color: #999; } .pay_check .text.a { color: #576b95; } .init_prompt { margin: 25rpx 0 25rpx; text-align: center; font-size: 22rpx; color :#999; } .one_file > view { display: inline-block; height: 80rpx; line-height: 80rpx; } .one_file > view:nth-child(1) { width: 90%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; height: 80rpx; line-height: 80rpx; } .one_file > view:nth-child(2) { width: 10%; text-align: right; height: 80rpx; line-height: 80rpx; color: #3598dc; } .uploadFile { height: 80rpx; line-height: 80rpx; margin-top: 20rpx; font-size: 35rpx; } .top { border-top: 1px solid #ddd; }