You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

120 lines
2.2 KiB

/* pages/test3/test3.wxss */
.container {
display: grid;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
padding: 20px;
background-image: url(https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fb-ssl.duitang.com%2Fuploads%2Fitem%2F201812%2F30%2F20181230233618_YjfTy.jpeg&refer=http%3A%2F%2Fb-ssl.duitang.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=auto?sec=1730120307&t=d655e8e5792365c06dad7409080fec13);
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;
}
.result {
margin-top: 40%;
display: flex;
justify-content: center;
width: 100%;
font-size: 25px;
}
.result1 {
margin-top: 5%;
display: flex;
justify-content: center;
width: 100%;
font-size: 25px;
}
.result2 {
margin-top: 5%;
display: flex;
justify-content: center;
width: 100%;
font-size: 25px;
}
.input-group {
width: 100%;
margin-top: 7%;
margin-left: 67%;
}
/* 添加输入框的样式 */
.input-field {
width: 90px;
padding: 10px;
font-size: 16px;
border: 1px solid rgba(255, 255, 255, 0);
border-radius: 5px;
background-color: rgba(255, 255, 255, 0.24);
color: gray;
}
/* 隐藏元素的样式 */
hidden {
display: none;
}
.rule-button {
display: flex;
justify-content: space-between;
margin-top: 3%;
}
.choose-button {
width: 100%;
background-color: #7ac7bdc0;
padding: 10px;
border-radius: 5px;
font-size: 16px;
color: white;
}
.get-button {
width: 100%;
background-color: #7ac7bdc0;
padding: 10px;
border-radius: 5px;
font-size: 16px;
color: white;
}
.score-button {
background-color: #7ac7bdc0;
color: white;
padding: 10px;
border-radius: 5px;
font-size: 16px;
}
.mark-button {
display: flex;
justify-content: space-between;
}
.menu-button {
background-color: #91bfc788;
color: white;
border-radius: 5px;
font-size: 14px;
margin-top: 3%;
}
.refresh-button {
width: 100%;
background-color: #7ac7bdc0;
padding: 10px;
border-radius: 5px;
font-size: 16px;
color: white;
}