95 lines
1.5 KiB
Plaintext
95 lines
1.5 KiB
Plaintext
/* pages/my/jiu.wxss */
|
|
.list-item{
|
|
margin-top: 20rpx;
|
|
padding: 30rpx;
|
|
background: #fff;
|
|
}
|
|
.list-title{
|
|
font-size: 30rpx;
|
|
padding-bottom: 20rpx;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
.list-item:first-child{
|
|
margin-top: 0;
|
|
}
|
|
.list-con{
|
|
padding-top: 20rpx;
|
|
}
|
|
.list-img image{
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
border-radius: 10rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
.list-intro{
|
|
color: #666;
|
|
}
|
|
.jifen-list {
|
|
font-size: 0;
|
|
}
|
|
|
|
.icon-tt {
|
|
width: 70rpx;
|
|
height: 70rpx;
|
|
}
|
|
|
|
.jifen-list {
|
|
background: #fff;
|
|
padding: 0 30rpx;
|
|
}
|
|
|
|
.jf-list {
|
|
border-top: 1px solid #E8E8E8;
|
|
padding: 30rpx 0;
|
|
}
|
|
|
|
.day-sign {
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.day-sign text {
|
|
display: inline-block;
|
|
/* width: 112rpx; */
|
|
height: 33rpx;
|
|
/* background: linear-gradient(270deg, #FFBD83 0%, #F05419 100%); */
|
|
border-radius: 10rpx;
|
|
font-size: 22rpx;
|
|
color: #A9A9A9;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
margin-left: 5rpx;
|
|
}
|
|
.grpup{
|
|
width: 21rpx;
|
|
height: 23rpx;
|
|
vertical-align: -1rpx;
|
|
}
|
|
.group-con{
|
|
margin-top: 4rpx;
|
|
color: #A9A9A9;
|
|
font-size: 20rpx;
|
|
}
|
|
.sign-list{
|
|
padding: 0 30rpx;
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
}
|
|
.sign-ee{
|
|
padding: 24rpx 0;
|
|
border-bottom: 1px solid #E8E8E8;
|
|
}
|
|
.sign-ee:last-child{
|
|
border-bottom: none;
|
|
}
|
|
.sign-btn {
|
|
width: 129rpx !important;
|
|
height: 52rpx;
|
|
background: linear-gradient(270deg, #92BBFF 0%, #3D98FF 100%);
|
|
border-radius: 29rpx;
|
|
color: #fff;
|
|
font-size: 28rpx;
|
|
line-height: 52rpx;
|
|
text-align: center;
|
|
padding: 0;
|
|
} |