|
@@ -0,0 +1,166 @@
|
|
|
+.order-check-body {
|
|
|
+ width: 100%;
|
|
|
+ float: left;
|
|
|
+ /* box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
|
+ -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
|
+ -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);*/
|
|
|
+ /*border: 1px solid #ebeef5;*/
|
|
|
+}
|
|
|
+
|
|
|
+.order_check_row {
|
|
|
+ display: flex;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.product_info {
|
|
|
+ width: 50%;
|
|
|
+ flex-direction: column;
|
|
|
+ display: flex;
|
|
|
+ padding: 20px;
|
|
|
+ background: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.order_info {
|
|
|
+ width: 50%;
|
|
|
+ padding: 20px;
|
|
|
+ margin-left: 20px;
|
|
|
+ background: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.product_info_title {
|
|
|
+ text-align: left;
|
|
|
+ font-weight: 700;
|
|
|
+}
|
|
|
+
|
|
|
+.product_info_body {
|
|
|
+ margin-left: 30px;
|
|
|
+ display: flex;
|
|
|
+ margin-top: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.product_info_body_img {
|
|
|
+ width: 110px;
|
|
|
+ height: 110px;
|
|
|
+ border: 1px solid #ddd;
|
|
|
+}
|
|
|
+
|
|
|
+.product_img {
|
|
|
+ margin: 5px auto;
|
|
|
+ width: 100px;
|
|
|
+ height: 100px;
|
|
|
+}
|
|
|
+
|
|
|
+.product_info_body_info {
|
|
|
+ margin-left: 50px;
|
|
|
+}
|
|
|
+
|
|
|
+.product_info_body_info_item {
|
|
|
+ line-height: 27px;
|
|
|
+ text-align: left;
|
|
|
+}
|
|
|
+
|
|
|
+.product_info_body_info_item_title {
|
|
|
+ width: 100px;
|
|
|
+ display: inline-block;
|
|
|
+ margin-right: 20px;
|
|
|
+ font-weight: 700;
|
|
|
+}
|
|
|
+
|
|
|
+.order_info_title {
|
|
|
+ text-align: left;
|
|
|
+ font-weight: 700;
|
|
|
+ margin-bottom: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.order_info_body {
|
|
|
+ margin-left: 30px;
|
|
|
+ text-align: left;
|
|
|
+}
|
|
|
+
|
|
|
+.order_info_body_info_item {
|
|
|
+ line-height: 23px;
|
|
|
+ padding: 10px 0;
|
|
|
+ border-bottom: 1px solid #f5f5f5;
|
|
|
+ text-align: left;
|
|
|
+}
|
|
|
+
|
|
|
+.order_info_body_info_item_title {
|
|
|
+ width: 100px;
|
|
|
+ display: inline-block;
|
|
|
+ margin-right: 20px;
|
|
|
+ font-weight: 700;
|
|
|
+ vertical-align: top;
|
|
|
+}
|
|
|
+
|
|
|
+.fix-order_info_body_info_item_content {
|
|
|
+ width: 70%;
|
|
|
+ display: inline-block;
|
|
|
+}
|
|
|
+
|
|
|
+.order-management-body {
|
|
|
+ width: 100%;
|
|
|
+ margin: 30px 0 20px 0;
|
|
|
+ float: left;
|
|
|
+}
|
|
|
+
|
|
|
+.order-management-inner {
|
|
|
+ box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
|
+ -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
|
+ -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
|
+ /*border: 1px solid #ebeef5;*/
|
|
|
+ padding: 30px 20px;
|
|
|
+ background: #fff;
|
|
|
+ border-radius: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.base-info {
|
|
|
+ margin: 20px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.order-check_bottom {
|
|
|
+ box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
|
+ -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
|
+ -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
|
+ /*border: 1px solid #ebeef5;*/
|
|
|
+ margin-top: 30px;
|
|
|
+ background: #fff;
|
|
|
+ border-radius: 5px;
|
|
|
+ padding: 20px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.order-check_tab {
|
|
|
+ margin: 0 0 20px;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
+.order-check_tab ul {
|
|
|
+ display: inline-block;
|
|
|
+}
|
|
|
+
|
|
|
+.order-check_tab li {
|
|
|
+ display: inline-block;
|
|
|
+ cursor: pointer;
|
|
|
+ color: #999;
|
|
|
+ line-height: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.order-check_tab_li_active {
|
|
|
+ color: #000 !important;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+
|
|
|
+.order-management-table {
|
|
|
+ margin: 0 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.order-management-pagination {
|
|
|
+ padding: 20px 20px 0;
|
|
|
+ position: relative;
|
|
|
+ text-align: right;
|
|
|
+}
|
|
|
+
|
|
|
+.el-input {
|
|
|
+ width: 220px;
|
|
|
+}
|