| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- .create-time{
- color: darkorange;
- }
-
- .table-row {
- display: flex;
- width: 100%;
- flex-direction: row;
- justify-content: space-between;
- }
-
- .oas-title {
- width: 75%;
- font-size: 15px;
- color: #3b3b3b;
- text-align: left;
- font-weight: bold
- }
-
- .oas-title-value {
- width: 50px;
- font-size: 5px;
- text-align: right;
- color: #1989fa;
- }
-
- .oas-status {
- width: 25%;
- font-size: 20px;
- color: #1989fa;
- text-align: right;
- }
-
- .popup-button {
- position: fixed;
- width: 100%;
- bottom: 0;
- display: flex;
- align-items: center;
- }
- .address{
- word-break: break-all;
- white-space: pre-wrap;
- font-size: 13px;
- color:black;
- width: 89%;
- }
- .image-small {
- color: #b3b3b3;
- font-size: 15px;
- }
- .image-small-phone {
- color: #b3b3b3;
- font-size: 15px;
- padding-right: 15rpx;
- }
-
- .van-tabs__scroll{
- background-color: #F5F5F5 !important;
- }
-
- .van-dropdown-menu__title{
- color: #1B365D !important;
- }
- .van-search__content {
- background: #F8F9FD;
- border: 1px solid #D6E4FF;
- border-radius: 15rpx !important;
- }
- .van-field__placeholder{
- color: #95A8CB !important;
- }
- .customer-and-status {
- display: flex;
- width: 100%;
- justify-content: space-around;
- }
- .bottom-bar{
- border-radius: 15px;
- display: flex;
- justify-content: space-between;
- }
- /**打电话的样式*/
- .button-class{
- border: 1px solid #00A7B5 !important;
- color:#00A7B5 !important;
- }
- .van-cell__value{
- color:#95A8CB !important;
- }
|