| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209 |
- page {
- background-color: var(--td-bg-color-container);
- /* background-color: #f9f9f9; */
- background: linear-gradient(to bottom, #F0F5F5 -40%, #F0F5F5 40%,#F0F5F5 100%);
- }
-
- page .round-image {
- border-radius: 12rpx;
- }
-
- .side-bar-wrapper {
- display: flex;
- height: 100vh;
- overflow: hidden;
- --td-grid-item-text-font-size: 24rpx;
- }
-
- .side-bar-wrapper .content {
- flex: 1;
- transition: transform 0.3s ease;
- }
-
- .side-bar-wrapper .section {
- padding: 32rpx 0;
- box-sizing: border-box;
- height: 100%;
- }
-
- .side-bar-wrapper .title {
- padding-left: 40rpx;
- margin-bottom: 8rpx;
- font-size: 28rpx;
- line-height: 44rpx;
- color: var(--td-text-color-primary);
- }
-
- .side-bar-wrapper .image {
- width: 96rpx;
- height: 96rpx;
-
- position: relative;
- }
-
- .side-bar-wrapper .cell {
- margin-right: 32rpx !important;
- }
-
- .side-bar-wrapper .image::before {
- content: ' ';
- position: absolute;
- top: 0;
- left: 0;
- width: 200%;
- height: 200%;
- border-radius: 24rpx;
- border: 2rpx solid var(--td-gray-color-4);
- transform-origin: 0 0;
- transform: scale(0.5);
- }
- .t-cell__title-text{
- font-size: 22rpx;
- }
- .t-class-title{
- font-size: 22rpx;
- }
- .t-cell__description-text{
- font-size: 24rpx;
- }
- .t-image{
- padding: 20rpx;
- background-color: #f5f5f5;
- box-sizing: border-box;
- }
- .calculation{
- width: 100%;
- height: 100rpx;
- }
- /* */
- .workorder{
- width: 100%;
- padding: 0rpx 40rpx 0rpx 20rpx;
- position: fixed;
- top: 0rpx;
- left: 0rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-between;
- background-color: #ffffff;
- box-sizing: border-box;
- }
- .order{
-
- padding: 0rpx 20rpx;
-
- }
- .order_box{
- width: 100%;
- background-color: #ffffff;
- padding: 20rpx 20rpx;
- box-sizing: border-box;
- margin-top: 20rpx;
- border-radius: 10rpx;
- /* box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.1);
- */
- box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.1);
-
- }
- .order_title{
- padding-bottom:12rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- border-bottom: 1rpx solid #cccccc;
- }
- .order_title1{
- display: flex;
- align-items: center;
- }
- .order_image {
- width: 60rpx;
- height: 60rpx;
- margin-right: 20rpx;
- }
- .order_direction{
- margin-top: 40rpx;
-
- }
- .order_text{
- color: #cccccc;
- }
- .order_address{
- margin-top: 20rpx;
- }
- .order_time{
- margin-top: 20rpx;
-
- }
- .order_bottom{
- display: flex;
- align-items: center;
- justify-content:space-between;
- }
- .order_view{
- margin-top: 20rpx;
- padding: 10rpx 20rpx;
- color: #ffffff;
- font-weight: 500;
- display: flex;
- align-items: center;
- justify-content: center;
- text-align: right;
- border-radius:50rpx;
- background-color: #00C775;
- }
- .available{
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 200rpx;
- }
- .discharge{
- width: 100%;
- margin-top: 100rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .discharge_cheng{
- padding: 10rpx 40rpx;
- background-color: #ffffff;
- color: #EA6E38;
-
- /* border-top-left-radius: 10rpx; */
- /* border-bottom-left-radius: 10rpx; */
- border-radius: 10rpx;
- border: 1rpx solid #EA6E38;
- border-right: 0rpx solid #EA6E38;
- }
- .discharge_chengselected{
- padding: 10rpx 40rpx;
- background-color: #ffffff;
- color: #EA6E38;
- background-color: #EA6E38;
- color: #ffffff;
- border-radius: 10rpx;
- border: 1rpx solid #EA6E38;
- border-right: 0rpx solid #EA6E38;
- }
-
- .discharge_fang{
- padding: 10rpx 40rpx;
- background-color: #ffffff;
- color: #EA6E38;
-
- border-top-right-radius: 10rpx;
- border-bottom-right-radius: 10rpx;
- border: 1rpx solid #EA6E38;
- border-left: 0rpx solid #EA6E38;
-
- }
- .selected{
- background-color: #EA6E38;
- color: #ffffff;
- }
- .discharge_tabs{
- width: 100%;
- }
- /* */
|