42 lines
673 B
Plaintext
42 lines
673 B
Plaintext
/* pages/notification/notification.wxss */
|
|
.main{
|
|
margin: 30rpx 0;
|
|
width: 750rpx;
|
|
}
|
|
.content{
|
|
height: 100%;
|
|
width: 90%;
|
|
margin: 0 auto;
|
|
}
|
|
.wrap{
|
|
height: 150rpx;
|
|
width: 100%;
|
|
border-radius: 5rpx;
|
|
margin: 40rpx auto;
|
|
box-shadow:0px 0px 15rpx #e2e2e2;
|
|
padding:0 30rpx;
|
|
box-sizing: border-box;
|
|
color: #333;
|
|
font-size: 33rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.img{
|
|
height: 350rpx;
|
|
width: 100%;
|
|
border-radius: 15rpx;
|
|
}
|
|
.imgWrap{
|
|
height: 350rpx;
|
|
width: 100%;
|
|
margin: 20rpx auto;
|
|
border-radius: 15rpx;
|
|
}
|
|
.text{
|
|
width: 100%;
|
|
margin-top: 20rpx;
|
|
color: #555;
|
|
font-size: 35rpx;
|
|
line-height: 180%
|
|
} |