123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- page{
- background-color: #EFEFEF;
- }
- .gray{
- color: #b8b8b9;
- }
- .repair_detail {
- display: flex;
- justify-content: space-between;
- padding: 10px;
- border-top: 1px solid var(--weui-FG-2);
- border-color: #ebecee;
- background-color: #ffffff;
- }
- .reapir_process{
- background-color: #ffffff;
- }
- .apply_content {
- padding: 20rpx;
- }
- .apply_content_value {
- word-break: break-all;
- margin: 20rpx 0;
- width: 100%;
- background-color: #ebecee;
- border: 1rpx solid #ebecee;
- color: #adaeaf;
- }
- .repair_text{
- color: #adaeaf;
- }
- .repair_list {
- margin-top: 10px;
- position: relative;
- padding-bottom: 50px;
- background-color: #ffffff;
- }
- .repair_list_title {
- padding: 10px;
- font-size: medium;
- font-weight: bold;
- }
- .evaluate{
- font-weight: bold;
- }
- .weui-steps {
- max-width: 80%;
- margin-left: 15%;
- }
- .weui-steps__item {
- margin-bottom: 20rpx !important;
- padding: 10rpx;
- border: 0rpx solid var(--weui-FG-2);
- border-radius: 10rpx;
- background-color: #d1eacb;
- }
- .list_header {
- display: flex;
- justify-content: space-between;
- padding: 5px;
- border-bottom: 0rpx solid #dfe0e0;
- }
- .handle_time {
- font-size: 14px;
- color: #179415;
- }
- .user,
- .phone {
- padding: 5px;
- display: flex;
- justify-content: space-between;
- color:#179415
- }
- .green {
- color: #179415;
- margin-right: 20px;
- }
- .user_phone {
- color: #179415;
- }
- .evaluate {
- padding: 5px;
- margin-bottom: 20px;
- }
- .visit {
- display: flex;
- padding: 5px;
- margin-bottom: 20px;
- }
- .visit_text {
- display: flex;
- padding: 5px;
- margin-bottom: 20px;
- }
- .visit_text text {
- width: 50px;
- }
- .radio_text {
- margin: 0 40rpx;
- }
- .list_item {
- width: 80%;
- margin-left: 15%;
- margin-bottom: 20rpx;
- padding: 10rpx;
- border: 1rpx solid var(--weui-FG-2);
- box-shadow: var(--weui-FG-2) 1px 1px 1px 1px;
- }
- .commitBtn {
- padding-bottom: 50px;
- }
|