| | |
| | | /* pages/m_consult/consultonline/consultonline.wxss */ |
| | | .consult-record { |
| | | padding: 8px; |
| | | .page { |
| | | background-color: #EFF9F4; |
| | | height: 100vh; |
| | | } |
| | | |
| | | .consult-record { |
| | | /* padding: 8px 0; */ |
| | | background-color: #EFF9F4; |
| | | height: 88vh; |
| | | } |
| | | |
| | | .consult-record_item { |
| | |
| | | align-items: flex-start; |
| | | justify-content: flex-start; |
| | | margin-bottom: 16px; |
| | | padding-left: 8px; |
| | | } |
| | | |
| | | .consult-record_item_user { |
| | |
| | | align-items: flex-start; |
| | | justify-content: flex-end; |
| | | margin-bottom: 16px; |
| | | padding-right: 8px; |
| | | } |
| | | |
| | | .consult-avator { |
| | | width: 40px; |
| | | height: 40px; |
| | | border-radius: 50%; |
| | | } |
| | | |
| | | .consult-text { |
| | |
| | | border-top-left-radius: 0; |
| | | box-shadow: 1px 1px #CCCCCC; |
| | | font-size: 12px; |
| | | } |
| | | |
| | | .consult-qa { |
| | | padding: 0px; |
| | | width: 92%; |
| | | max-width: 100%; |
| | | } |
| | | |
| | | .consult-text_user { |
| | |
| | | padding-bottom: calc(10px + env(safe-area-inset-bottom)); |
| | | left: 0; |
| | | width: 100%; |
| | | /* height: 12vh; */ |
| | | /* background-color: #a3be042f; */ |
| | | } |
| | | |
| | | .consult-input_box { |