| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347 |
- page {
- background: #FFFFFF;
- }
- .steps_box {
- width: 80rpx;
- background: white;
- align-items: center;
- justify-content: center;
- padding: 2vw 6vw 1vw 6vw;
- }
- .oreder-summary-detail{
- display: flex;
- align-items: center;
- justify-content: center;
- padding-top: 4px;
- font-size: 12px;
- color: #95A8CB;
- }
- .status-class {
- /* width: 40%; */
- height: 49rpx;
- line-height: 49rpx;
- padding-right: 4rpx;
- flex: 1;
- }
- .status-detail-class {
- min-width: 120rpx;
- height: 49rpx;
- text-align: center;
- font-size: 13px;
- font-weight: 600;
- color: #437FF8;
- padding: 0 2rpx;
- text-align: right;
- }
- .block-step {
- display: flex;
- flex-direction: row;
- /* align-items: center;
- justify-content: center; */
- }
- .r_box {
- width: 453rpx;
- background: #F4F8FB;
- border-radius: 14rpx;
- box-sizing: border-box;
- padding: 16rpx 28rpx 23rpx 15rpx;
- position: relative;
- margin-bottom: 60rpx;
- }
- .r_box::after {
- content: '';
- position: absolute;
- width: 0;
- height: 0;
- border-top: 0rpx solid transparent;
- border-bottom: 13rpx solid transparent;
- border-right: 17rpx solid #eaeaea;
- left: -15rpx;
- top: 15%;
- }
- .hr {
- width: 100%;
- height: 3rpx;
- margin-top: 15rpx;
- /* margin-left: 37.5rpx; */
- background-color: #dfdedd;
- }
- .number {
- background-color: #F4F9FF;
- width: 100%;
- height: 134rpx;
- border-radius: 15rpx;
- margin: 7px;
- }
- .dk-cell-title {
- color: #95A8CB;
- font-size: 28rpx;
- }
- .van-tab {
- border-right: none !important;
- }
- .van-tab-active-left {
- background: linear-gradient(90.12deg, #4A5E98 0.13%, #718AC6 99.92%);
- border-radius: 13rpx 0px 0px 13rpx;
- border: none !important;
- }
- .van-tab-active-left>.van-ellipsis {
- color: #fff !important;
- }
- .van-tab-active-right {
- background: linear-gradient(90.12deg, #4A5E98 0.13%, #718AC6 99.92%);
- border-radius: 0 13rpx 13rpx 0;
- border: none !important;
- color: #fff !important;
- }
- .van-tab-active-right>.van-ellipsis {
- color: #fff !important;
- }
- .van-tab-active-middle {
- background: linear-gradient(90.12deg, #4A5E98 0.13%, #718AC6 99.92%);
- border: none !important;
- color: #fff !important;
- }
- .van-tab-active-middle>.van-ellipsis {
- color: #fff !important;
- }
- .van-tabs__nav--card {
- border: none !important;
- color: #95A8CB !important
- }
- .van-tabs__wrap {
- height: 84rpx !important;
- }
- .van-tabs__nav {
- height: 84rpx !important;
- }
- .van-ellipsis {
- height: 84rpx !important;
- line-height: 84rpx !important;
- color: #95A8CB;
- }
- /* 客户订单数据 */
- .order-summary {
- margin-top: 14px;
- font-size: 17px;
- color: #1B365D;
- text-align: center;
- }
- /* 客户订单名称 */
- .oreder-summary-detail {
- /* margin: 5px; */
- padding-top: 4px;
- /* font-weight: bold; */
- font-size: 12px;
- color: #95A8CB;
- text-align: center;
- }
- /* 客户详细展示 */
- .customer-detail {
- box-shadow: 0px 10px 20px rgba(225, 229, 238, 0.6);
- display: flex;
- margin-left: 6px;
- border-radius: 15px;
- width: 96.5%;
- /* height: 257rpx; */
- background-image: linear-gradient(90.12deg, #718AC6 0.84%, #4A5E98 99.43%);
- }
- /* 客户联系方式外框 */
- .customer-tel {
- box-shadow: 0px 10px 20px rgba(225, 229, 238, 0.6);
- display: flex;
- margin-left: 6px;
- border-radius: 0px 0px 15px 15px;
- width: 96.5%;
- height: 95rpx;
- background: #DBE6FF;
- display: flex;
- justify-content: space-around;
- }
- /* 客户联系方式详细 */
- .customer-tel-detail {
- text-align: center;
- display: flex;
- justify-content: center;
- align-items: center;
- /* width: 212rpx; */
- border-radius: 15rpx;
- margin-left: 23rpx;
- height: 95rpx;
- }
- /* 订单相关按钮 */
- .order-button {
- text-align: center;
- display: flex;
- justify-content: center;
- align-items: center;
- width: 212rpx;
- box-shadow: 0px 13px 10px rgba(119, 197, 213, 0.17);
- border-radius: 15rpx;
- }
- /* 列表展示 */
- .table-show {
- margin: 10px 32rpx 10px 32rpx;
- margin-top: 10px;
- border-radius: 15rpx;
- box-shadow: 2px 2px 5px #e5e5e6;
- }
- .table-show-detail {
- box-shadow: 0rpx 10rpx 20rpx rgba(225, 229, 238, 0.6);
- border-radius: 15rpx;
- }
- /* 销售退货展示 */
- .number-out-order {
- background-color: #F8F8F8;
- width: 218.5rpx;
- /* height: 114rpx; */
- border-radius: 15rpx;
- margin: 7px;
- }
- /* 销售退货展示 */
- .out-oreder-detail {
- margin: 5px;
- font-weight: bold;
- font-size: 10px;
- color: #1B365D;
- text-align: center;
- }
- /*图标显示*/
- .image-class {
- width: 36rpx;
- height: 36rpx;
- left: 16rpx;
- top: calc((100% - 36rpx)/2);
- }
- .font {
- font-family: PingFang HK;
- font-size: 28rpx;
- font-weight: 400;
- line-height: 39rpx;
- letter-spacing: -0.03em;
- text-align: left;
- }
- .scan-image {
- width: 200rpx;
- height: 200rpx;
- position: absolute;
- right: 0;
- bottom: 0;
- border-radius: 0px 0px 16rpx 0px;
- }
- .detail-top {
- position: relative;
- border: 1px solid #F3FBFF;
- margin: 10px 32rpx 10px 32rpx;
- background-color: #FFFF;
- background: radial-gradient(61.26% 65.52% at 6.12% 18.49%, #CDD8FF 0%, #F3FAFF 100%);
- padding: 20rpx;
- border-radius: 16rpx;
- }
- .dk-card-outer-class-1 {
- margin: 10px 32rpx 10px 32rpx;
- margin-top: 10px;
- border-radius: 15rpx;
- /* box-shadow: 2px 2px 5px #e5e5e6; */
- }
- .detail-top-sup {
- color: #002340;
- font-weight: bold;
- font-size: 28rpx;
- padding: 10rpx;
- }
- .detail-top-color {
- font-weight: bold;
- color: #002340;
- font-size: 14px;
- padding: 10rpx;
- }
- .scan-image-icon {
- width: 40rpx;
- height: 40rpx;
- }
- .scan-image-icon-3{
- width: 96rpx;
- height: 96rpx;
- position: absolute;
- right: 0;
- bottom: 0;
- border-radius: 0px 0px 16rpx 0px;
- }
- .btn-add-class {
- background: #3E69F6;
- border-radius: 50%;
- display: flex;
- justify-content: center;
- align-items: center;
- padding: 20rpx;
- box-shadow: 0px 17px 22px 0px #1B365D33;
- }
- .button-view{
- position: relative;
- }
- .button-view .initial-button{
- display: flex;
- justify-content: center;
- align-content: center;
- width: 100rpx;
- font-size: 12px;
- border-radius: 8rpx;
- border: #3E69F6 0.5rpx solid;
- color: #3E69F6;
- position: absolute;
- right: 10rpx;
- top: 10rpx;
- }
- .button-view .initial-value{
- display: flex;
- justify-content: center;
- align-content: center;
- position: absolute;
- right: 10rpx;
- top: 5rpx;
- }
-
|