新增返回按钮
This commit is contained in:
@@ -4,6 +4,19 @@ body {
|
||||
background: #0E1417;
|
||||
}
|
||||
|
||||
.back {
|
||||
position: fixed;
|
||||
top: 0.9333333333rem;
|
||||
left: 0.4533333333rem;
|
||||
z-index: 9;
|
||||
width: 0.8266666667rem;
|
||||
height: 0.8266666667rem;
|
||||
}
|
||||
.back img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.header {
|
||||
width: 10rem;
|
||||
height: 16.16rem;
|
||||
|
@@ -7,7 +7,19 @@ body {
|
||||
width: 100%;
|
||||
background: #0E1417;
|
||||
}
|
||||
.back {
|
||||
position: fixed;
|
||||
top: px2rem(70, );
|
||||
left: px2rem(34, );
|
||||
z-index: 9;
|
||||
width: px2rem(62, );
|
||||
height: px2rem(62, );
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
.header {
|
||||
width: px2rem(750, );
|
||||
height: px2rem(1212, );
|
||||
|
BIN
view/peko/modules/noble/images/travel/back.png
Normal file
BIN
view/peko/modules/noble/images/travel/back.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
@@ -11,6 +11,8 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- 顶部返回 -->
|
||||
<div class="back"><img src="./images/travel/back.png" alt=""></div>
|
||||
<!-- 头部 -->
|
||||
<div class="header">
|
||||
<!-- 公告 -->
|
||||
|
Reference in New Issue
Block a user