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.
27 lines
444 B
27 lines
444 B
/* pages/component/notice/notice.wxss */
|
|
.notice-mask {
|
|
align-items: flex-end;
|
|
z-index: 101;
|
|
}
|
|
.notice-box {
|
|
width: 100%;
|
|
background: white;
|
|
font-size: 28rpx;
|
|
position: relative;
|
|
}
|
|
.notice-box-in {
|
|
max-height: 400rpx;
|
|
overflow-y: auto;
|
|
padding: 20rpx;
|
|
padding-bottom: 0;
|
|
}
|
|
.notice-title {
|
|
text-align: center;
|
|
font-size: 30rpx;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.icon-close {
|
|
position: absolute;
|
|
top: 30rpx;
|
|
right: 30rpx;
|
|
}
|