/* pages/studentHomePage/studentHomePage.wxss */ .container { display: grid; flex-direction: column; justify-content: center; height: 100%; padding: 20px; background-image: url(https://bpic.588ku.com/back_pic/06/19/23/39635caeef7ef1c.jpg); background-repeat: no-repeat; background-size: 100% 100%; background-position: center; } .back-button { display: flex; background-color: #ff000000; color: gray; padding: 4px; font-size: 18px; } .my-button { width: 100%; display: flex; justify-content: center; background-color: #53aec57e; color: white; padding: 30px; border-radius: 5px; font-size: 16px; margin-bottom: 3%; margin-top: 20%; } .result1 { margin-top: 5%; display: flex; justify-content: center; width: 100%; font-size: 25px; } .result { margin-top: 40%; display: flex; justify-content: center; width: 100%; font-size: 25px; } .rules-button { width: 100%; display: flex; justify-content: center; background-color: #53aec57e; color: white; padding: 30px; border-radius: 5px; font-size: 16px; margin-top: 3%; }