xiugai
This commit is contained in:
27
miniprogram_npm/futext.wxss
Normal file
27
miniprogram_npm/futext.wxss
Normal file
@ -0,0 +1,27 @@
|
||||
.xiangqing{
|
||||
width: 95%;
|
||||
margin-top: 20rpx;
|
||||
border-radius: 20px;
|
||||
background-color: #F8F8F8;
|
||||
}
|
||||
.titlemessgae{
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.richtext {
|
||||
padding: 0rpx 24rpx 24rpx 0rpx;
|
||||
border-radius: 16rpx;
|
||||
font-size: 28rpx;
|
||||
color: #333;
|
||||
line-height: 1.8;
|
||||
box-shadow: 0 4rpx 10rpx rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
.fenbu{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
Reference in New Issue
Block a user