mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-04-18 10:42:58 +08:00
增加微信小程序版
This commit is contained in:
76
liferestartWX/pages/ranking.wxss
Normal file
76
liferestartWX/pages/ranking.wxss
Normal file
@@ -0,0 +1,76 @@
|
||||
/* miniprogram/pages/liferestart/index.wxss */
|
||||
@import '../utils/wux/styles/index.wxss';
|
||||
.container {
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
/* padding: 50rpx 100rpx; */
|
||||
box-sizing: border-box;
|
||||
background-color: #222831;
|
||||
/* color: #fff; */
|
||||
}
|
||||
|
||||
.checkbox {
|
||||
position: static !important;
|
||||
}
|
||||
|
||||
.title1 {
|
||||
font-size: 82rpx;
|
||||
color: white;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.title2 {
|
||||
font-size: 42rpx;
|
||||
color: white;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.rankingTable{
|
||||
width: 100%;
|
||||
position: relative;
|
||||
border: 1px #ccc solid;
|
||||
display: inline-block;
|
||||
padding: 6px 6px 6px 6px;
|
||||
font-size: 42rpx;
|
||||
text-align: center;
|
||||
border-radius: 0.2rem;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.userinfo-avatar {
|
||||
width: 70rpx;
|
||||
height: 70rpx;
|
||||
margin: 5rpx;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.main {
|
||||
border-style: solid;
|
||||
border: 1px #ccc solid;
|
||||
border-width: 2px 2px;
|
||||
border-radius: 0.2rem;
|
||||
margin-top: 10px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.item {
|
||||
margin-top: 10px;
|
||||
font-size: 42rpx;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
|
||||
padding: 0 10px;
|
||||
border-bottom: 1px dashed #cecece;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.index {
|
||||
flex: 1;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.desc {
|
||||
flex: 4;
|
||||
color: #fff;
|
||||
}
|
||||
Reference in New Issue
Block a user