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.
111 lines
1.8 KiB
111 lines
1.8 KiB
.sudoku {
|
|
background:#fff;
|
|
padding: 0 10rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
.content {
|
|
width: 100%;
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr 1fr;
|
|
grid-template-rows: 215rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.item {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.item image {
|
|
width:220rpx;
|
|
height:130rpx;
|
|
}
|
|
.item .name {
|
|
font-size: 28rpx;
|
|
color: #3f3f3f;
|
|
}
|
|
.sudoku .hover-sudoku {
|
|
background: rgba(0,0,0,0.1);
|
|
}
|
|
.info-group{
|
|
width: 94%;
|
|
margin-left: 20rpx;
|
|
display: flex;
|
|
line-height: 100rpx;
|
|
padding-top: 20rpx;
|
|
}
|
|
.group-pic{
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
border-radius: 60px;
|
|
padding: 20rpx;
|
|
}
|
|
.group-detail{
|
|
width: 50%;
|
|
display: inline-block;
|
|
padding-left: 40rpx;
|
|
height: 120rpx;
|
|
}
|
|
.group-name{
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
height: 75rpx;
|
|
word-break: break-all;
|
|
line-height: 50rpx;
|
|
}
|
|
.group-number{
|
|
font-size: 25rpx;
|
|
color: #999;
|
|
height: 30rpx;
|
|
}
|
|
.group-join{
|
|
display: inline-block;
|
|
margin:0 auto;
|
|
}
|
|
.join-button{
|
|
height: 55rpx;
|
|
width: 110rpx;
|
|
border-radius: 60rpx;
|
|
background: #F82424;
|
|
color: white;
|
|
font-size: 30rpx;
|
|
text-align: center;
|
|
line-height: 50rpx;
|
|
margin-top: 50rpx;
|
|
}
|
|
.join-text{
|
|
font-size: 30rpx;
|
|
position: relative;
|
|
color: #fff;
|
|
margin-top: -120rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
.info-police{
|
|
width: 94%;
|
|
margin-left: 20rpx;
|
|
display: flex;
|
|
line-height: 100rpx;
|
|
padding-top: 20rpx;
|
|
}
|
|
.group-pic{
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
border-radius: 60px;
|
|
padding: 20rpx;
|
|
}
|
|
.police-detail{
|
|
width: 50%;
|
|
display: inline-block;
|
|
padding-left: 40rpx;
|
|
height: 120rpx;
|
|
}
|
|
.police-name{
|
|
font-size: 30rpx;
|
|
height: 75rpx;
|
|
word-break: break-all;
|
|
line-height: 50rpx;
|
|
}
|
|
.no-police-data{
|
|
margin-top: 200rpx;
|
|
text-align: center;
|
|
}
|