diff --git a/application/admin/view/orderplan/index.html b/application/admin/view/orderplan/index.html
index 3b6f8ca..dd7e303 100644
--- a/application/admin/view/orderplan/index.html
+++ b/application/admin/view/orderplan/index.html
@@ -237,9 +237,237 @@
-
+
+
+
+
+
@@ -317,7 +545,7 @@
/*height: 100px;*/
box-shadow: 0 0 6px rgba(12, 72, 128, .1);
border-radius: 4px;
- margin: 10px;
+ /*margin: 10px;*/
}
.order-count-num {
@@ -330,4 +558,64 @@
font-size: 12px;
color: #C9C5C5;
}
+ .static-plan{
+ display: flex;
+ box-shadow: 0 0 6px rgba(12, 72, 128, .1);
+ border-radius: 4px;
+ padding: 10px 15px;
+ margin: 10px 0;
+ }
+ .static-img{
+ padding: 5px;
+ background-color: #b3d4fc;
+ border-radius: 10px;
+ height: 40px;
+ width: 40px;
+ font-size: 20px;
+ line-height: 33px;
+ text-align: center;
+ }
+ .static-text{
+ flex: 1;
+ margin-left: 10px;
+ }
+ .static-text > p{
+ margin: 0;
+ }
+ .static-text-num{
+ font-size: 16px;
+ }
+ .static-text-sub{
+ color: #C9C5C5;
+ font-size: 12px;
+ }
+ .rank-plan{
+ display: flex;
+ background-color: #f5f6ff;
+ box-shadow: 0 0 6px rgba(12, 72, 128, .1);
+ border-radius: 4px;
+ padding: 10px 15px;
+ margin: 10px 0;
+ height: 60px;
+ }
+ .rank-avatar{
+ background-color: #e0dfff;
+ border-radius: 50%;
+ width: 40px;
+ height: 40px;
+ text-align: center;
+ }
+ .rank-plan > div{
+ line-height: 40px;
+ }
+ .rank-name{
+ flex: 1;
+ margin-left: 10px;
+ color: #7345a5;
+ }
+ .rank-num{
+ font-size: 12px;
+ color: #7345a5;
+ }
+
\ No newline at end of file