按钮放在下面

main
许宏杰 6 months ago
parent 0bc14a7962
commit f634422644

@ -584,9 +584,9 @@ export default {
cursor: pointer; cursor: pointer;
position: absolute; position: absolute;
// top: 103px; // top: 103px;
top: 15%; bottom: 4%;
// left: calc(554px + 24px); // left: calc(554px + 24px);
left: 33%; left: 32.5%;
z-index: 100; z-index: 100;
width: 80px; width: 80px;
height: 32px; height: 32px;

@ -393,8 +393,8 @@ export default {
cursor: pointer; cursor: pointer;
position: absolute; position: absolute;
// top: 103px; // top: 103px;
top: 15%; bottom: 4%;
left: 33%; left: 32.5%;
// left: calc(554px + 24px); // left: calc(554px + 24px);
z-index: 100; z-index: 100;
@ -411,7 +411,7 @@ export default {
} }
.backBtn { .backBtn {
// top: 145px; // top: 145px;
top: 19%; bottom: 8%;
} }
.albuginea:hover { .albuginea:hover {
background: #0084ff; background: #0084ff;

Loading…
Cancel
Save