| 123456789101112131415161718192021222324252627282930313233343536 |
- .content {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .param{
- margin: 20rpx 0 0 0;
- width: 100%;
- background-color: rgba(255, 255, 255, 1);
- font-size: 28rpx;
- font-weight: 400;
- line-height: 41rpx;
- color: rgba(0, 0, 0, 1);
- }
- .proMiao{
- margin: 31rpx 0 0 20rpx;
- width: 710rpx;
- }
- .prolittle{
- margin: 5rpx 0 0 20rpx;
- width: 710rpx;
- word-wrap: break-word;
- word-break: break-all;
- white-space: pre-line;
- }
- .mingchen{
- font-size: 32rpx;
- font-weight: 500;
- line-height: 46rpx;
- }
- .title{
- color: rgba(102, 102, 102, 1);
- }
|