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.

156 lines
2.3 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

.container {
padding: 0rpx;
display: flex;
flex-direction: column;
align-items: center; /*test*/
width: 100%; /* 宽度占满整个屏幕 */
height:100vh;
}
.form-top{
position: fixed;
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 10rpx;
}
.background {
margin-top: -10rpx;
/* height: 150rpx; */
margin-bottom: 20rpx;
width:750rpx;
border-radius: 0 0 80px 80px;
z-index: 100;
}
.ft1 {
position: fixed;
text-align: center;
width: 75%;
padding: 10px;
color: black;
border: 4px solid #d5deff;
border-radius: 30px;
background-color: white;
margin-top: 275rpx;
z-index: 200;
padding-right: 30rpx;
padding-left: 30rpx;
}
.ft1 text {
margin-top: 0rpx;
margin-left:50rpx ;
margin-right:50rpx ;
font-size: medium;
text-align: right; /* 右对齐文本 */
font-weight: bold;
}
.rk-list {
display: flex;
width: 90%;
flex-direction: column;
align-items: center;
border: 10rpx solid #a29ef4;
background-image: linear-gradient(to bottom, #bcc3fc, #cfd1fc, #e1e0fd, #f1effe, #ffffff);
border-radius: 27px;
margin-top: 350rpx;
}
.rk-item {
display: flex;
flex: row;
text-align: center;
width: 90%;
padding: 10px;
color: black;
/* border: 1px solid #af06d1; 1px宽的实线边框颜色为红色 */
/* border-radius: 27px; */
/* background-color: blueviolet; */
margin:5rpx;
}
.rk-ii {
width: 100rpx;
margin-left:60rpx ;
margin-right: 40rpx;
text-align: center;
align-items: center;
/* background-color: rgb(255, 174, 0); */
}
.rk-item text {
margin-top: 0rpx;
/* margin-left:80rpx ;
margin-right: 50rpx; */
font-size: large;
font-weight: bold;
width:100rpx;
text-align:center; /*文本居中*/
/* background-color: lightcoral; */
}
.rk-num {
color: gray;
margin-left: 40rpx;
}
.rk-name {
margin-left: -18rpx;
}
.rk-score {
margin-left: -100rpx;
}
/*
.ranking-list {
padding: 20rpx;
}
.ranking-item {
display: flex;
align-items: center;
margin-bottom: 20rpx;
}
.ranking-num {
width: 50rpx;
text-align: center;
}
.ranking-name {
flex: 1;
text-align: left;
}
.ranking-score {
width: 100rpx;
text-align: right;
} */