我的行程
@@ -90,6 +97,26 @@
padding-top: 31px;
}
+ .title-box {
+ height: 95px;
+ }
+ .title-header {
+ width: 100%;
+ height: 95px;
+ padding: 0 27px;
+ position: fixed;
+ top: 0;
+ left: 0;
+ font-weight: bold;
+ font-size: 36px;
+ color: #333333;
+ background: #fff;
+
+ div:last-child {
+ width: 20px;
+ }
+ }
+
.top-box {
width: 697px;
padding: 30px;
diff --git a/src/views/compoents/lineDetail.vue b/src/views/compoents/lineDetail.vue
index a7703e5..3ea2c99 100644
--- a/src/views/compoents/lineDetail.vue
+++ b/src/views/compoents/lineDetail.vue
@@ -14,38 +14,40 @@