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.
16 lines
259 B
16 lines
259 B
/* pages/home/index.wxss */
|
|
.image-load {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.cell-vip{
|
|
border-radius: 20rpx 20rpx 0rpx 0rpx;
|
|
background-color: #fde6d2;
|
|
padding: 24rpx 32rpx
|
|
}
|
|
|
|
.group-bottom{
|
|
border-radius: 0rpx 0rpx 20rpx 20rpx;
|
|
}
|