24 lines
363 B
Plaintext
24 lines
363 B
Plaintext
/* pages/today/index.wxss */
|
|
page {
|
|
background-color: #F6F6F6;
|
|
}
|
|
|
|
.empty {
|
|
width: 140rpx;
|
|
height: 140rpx;
|
|
background-color:#F6F6F6 ;
|
|
border-radius: 140rpx;
|
|
background-image: url("https://res.catter.cn/pub/2025/09/30/20250930143142508.png");
|
|
background-size: cover;
|
|
}
|
|
|
|
.pic{
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 16rpx;
|
|
}
|
|
|
|
.action {
|
|
|
|
|
|
} |