/* package_A/page/TaskDetail/index.wxss */ .detail_container { width: 100%; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; } .detail_head { box-sizing: border-box; width: 100%; padding: 20rpx 40rpx; display: flex; justify-content: space-between; align-items: center; } .map_box { width: 100%; height: 440rpx; background-color: aliceblue; } .task_message { box-sizing: border-box; width: 100%; padding: 40rpx 60rpx 20rpx 60rpx; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; } .message_head { width: 100%; margin-bottom: 30rpx; color: #000; font-size: 34rpx; font-weight: bold; } .message_list { box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; color: #666666; } .message_item { width: 100%; margin-bottom: 30rpx; } .form_container { box-sizing: border-box; width: 100%; margin-bottom: 40rpx; padding: 30rpx 60rpx; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; box-shadow: 0 4rpx 12rpx 0 #5251517a; } .form_item { box-sizing: border-box; width: 100%; margin-bottom: 30rpx; display: flex; justify-content: flex-start; align-items: center; color: #666666; font-size: 30rpx; position: relative; } .item_label { width: 170rpx; margin-right: 30rpx; } .picker_box { flex: 1; height: 50rpx; padding-left: 20rpx; line-height: 50rpx; border: 1rpx solid #dedede; position: relative; } .tips{ position: absolute; bottom: -30rpx; left: 200rpx; color: red; font-size: 26rpx; display: none; } .warning.form_item .tips{ display: block; } .fly_message { box-sizing: border-box; width: 100%; padding: 0 60rpx 40rpx 60rpx; color: #666666; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; } .btn_list { box-sizing: border-box; width: 100%; padding: 40rpx 60rpx; } .btn_item { width: 100%; height: 90rpx; line-height: 90rpx; text-align: center; border-radius: 46rpx; color: #ffffff; font-size: 34rpx; } .order_btn, .start_btn { background-color: rgba(63, 143, 251, 1); } .end_btn { background-color: rgba(232, 86, 86, 1); }