diff --git a/public/themes/simpleboot3/public/assets/css/base.css b/public/themes/simpleboot3/public/assets/css/base.css index 0aaf7ed..5084cb7 100755 --- a/public/themes/simpleboot3/public/assets/css/base.css +++ b/public/themes/simpleboot3/public/assets/css/base.css @@ -966,6 +966,15 @@ body { /* 确认订单页面 */ .order_top { + position: relative; + /*top: 0;*/ + /*left: 0;*/ + cursor: pointer; + width: 100%; + height: 0.88rem; + background-color: white; +} +.order_tops{ position: fixed; top: 0; left: 0; @@ -974,15 +983,6 @@ body { height: 0.88rem; background-color: white; } -/*.order_tops{*/ - /*position: fixed;*/ - /*top: 0;*/ - /*left: 0;*/ - /*cursor: pointer;*/ - /*width: 100%;*/ - /*height: 0.88rem;*/ - /*background-color: white;*/ -/*}*/ .order_top img { width: 0.32rem; position: absolute; diff --git a/public/themes/simpleboot3/public/assets/css/log.css b/public/themes/simpleboot3/public/assets/css/log.css index ef531f5..27bddc8 100755 --- a/public/themes/simpleboot3/public/assets/css/log.css +++ b/public/themes/simpleboot3/public/assets/css/log.css @@ -140,22 +140,22 @@ .order_top { cursor: pointer; - position: fixed; + position: relative; width: 100%; height: 0.88rem; + /*top: 0;*/ + /*left: 0;*/ + +} +.order_tops{ + position: fixed; top: 0; left: 0; - + cursor: pointer; + width: 100%; + height: 0.88rem; + background-color: white; } -/*.order_tops{*/ - /*position: fixed;*/ - /*top: 0;*/ - /*left: 0;*/ - /*cursor: pointer;*/ - /*width: 100%;*/ - /*height: 0.88rem;*/ - /*background-color: white;*/ -/*}*/ .order_top img { cursor: pointer; width: 0.32rem;