first commit
This commit is contained in:
36
pages/policy/policy.wxss
Normal file
36
pages/policy/policy.wxss
Normal file
@@ -0,0 +1,36 @@
|
||||
.policy-page {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.search-bar input {
|
||||
width: 90%;
|
||||
padding: 10px;
|
||||
border: 1px solid #ccc; /* 轻微边框 */
|
||||
border-radius: 5px; /* 圆角 */
|
||||
margin:0 auto; /* 上下保持0,左右自动,实现水平居中 */
|
||||
}
|
||||
|
||||
|
||||
.policy-list .policy-item {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
||||
.policy-item .title {
|
||||
font-size: 18px;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.policy-item .date {
|
||||
font-size: 14px; /* 日期字体大小 */
|
||||
color: #666; /* 日期颜色 */
|
||||
margin-top: 5px;
|
||||
}
|
||||
.policy-card {
|
||||
background-color: white; /* 卡片背景色 */
|
||||
border-radius: 10px; /* 圆角 */
|
||||
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* 阴影效果 */
|
||||
margin: 10px; /* 外边距,根据需要调整 */
|
||||
padding: 15px; /* 内边距,根据需要调整 */
|
||||
}
|
||||
Reference in New Issue
Block a user