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
323 B
16 lines
323 B
/* package/advisoryNotice/detail/detail.wxss */
|
|
|
|
.card {
|
|
background-color: #fff;
|
|
border: 1px solid #ddd;
|
|
border-radius: 8px;
|
|
padding: 20rpx;
|
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
|
margin: 20rpx;
|
|
position: relative;
|
|
}
|
|
/* .img {
|
|
width: 100px;
|
|
height: 100px;
|
|
margin-right: 10px;
|
|
} */
|