正在显示
3 个修改的文件
包含
19 行增加
和
3 行删除
@@ -22,7 +22,7 @@ | @@ -22,7 +22,7 @@ | ||
22 | <body> | 22 | <body> |
23 | <div class="detail_box"> | 23 | <div class="detail_box"> |
24 | <!-- 顶部 --> | 24 | <!-- 顶部 --> |
25 | - <div class="detail_top order_top"> | 25 | + <div class="detail_top order_tops"> |
26 | <a href="javascript:history.go(-1)"> | 26 | <a href="javascript:history.go(-1)"> |
27 | <img src="__TMPL__/public/assets/images/left2.png" alt=""> | 27 | <img src="__TMPL__/public/assets/images/left2.png" alt=""> |
28 | </a> | 28 | </a> |
@@ -974,7 +974,15 @@ body { | @@ -974,7 +974,15 @@ body { | ||
974 | height: 0.88rem; | 974 | height: 0.88rem; |
975 | background-color: white; | 975 | background-color: white; |
976 | } | 976 | } |
977 | - | 977 | +.order_tops{ |
978 | + position: fixed; | ||
979 | + top: 0; | ||
980 | + left: 0; | ||
981 | + cursor: pointer; | ||
982 | + width: 100%; | ||
983 | + height: 0.88rem; | ||
984 | + background-color: white; | ||
985 | +} | ||
978 | .order_top img { | 986 | .order_top img { |
979 | width: 0.32rem; | 987 | width: 0.32rem; |
980 | position: absolute; | 988 | position: absolute; |
@@ -147,7 +147,15 @@ | @@ -147,7 +147,15 @@ | ||
147 | /*left: 0;*/ | 147 | /*left: 0;*/ |
148 | 148 | ||
149 | } | 149 | } |
150 | - | 150 | +.order_tops{ |
151 | + position: fixed; | ||
152 | + top: 0; | ||
153 | + left: 0; | ||
154 | + cursor: pointer; | ||
155 | + width: 100%; | ||
156 | + height: 0.88rem; | ||
157 | + background-color: white; | ||
158 | +} | ||
151 | .order_top img { | 159 | .order_top img { |
152 | cursor: pointer; | 160 | cursor: pointer; |
153 | width: 0.32rem; | 161 | width: 0.32rem; |
-
请 注册 或 登录 后发表评论