list
This commit is contained in:
51
pages/list/list.wxss
Normal file
51
pages/list/list.wxss
Normal file
@@ -0,0 +1,51 @@
|
||||
page {
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: #f3f2f4;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.container{
|
||||
margin-top: 45rpx;
|
||||
margin-left: 30rpx;
|
||||
margin-right: 30rpx;
|
||||
}
|
||||
|
||||
.card {
|
||||
background-color: #ffffff;
|
||||
border-radius: 10rpx;
|
||||
padding: 30rpx;
|
||||
margin-bottom: 20rpx;
|
||||
/* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
|
||||
}
|
||||
|
||||
.card-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
|
||||
.dot {
|
||||
width: 16rpx;
|
||||
height: 16rpx;
|
||||
background-color: #3c8bf6; /* 蓝色圆点 */
|
||||
border-radius: 50%;
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 30rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.details {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color: #737373; /* 灰色文本 */
|
||||
font-size: 24rpx;
|
||||
}
|
||||
.details-icon{
|
||||
height: 20rpx;
|
||||
width: 25rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user