123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- /* pages/ucenter/notice_info/notice_info.wxss */
- page {
- background-color: #f4f4f4;
- }
- text {
- margin: 0rpx 50rpx;
- display: block;
- font-size: 24rpx;
- font-family: 'Lucida Sans',
- 'Lucida Sans Regular',
- 'Lucida Grande',
- 'Lucida Sans Unicode',
- Geneva,
- Verdana,
- sans-serif;
- color: #959595;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- line-height: 36rpx;
- }
- rich-text{
- margin: 0rpx 50rpx;
- display: block;
- font-size: 24rpx;
- font-family: 'Lucida Sans',
- 'Lucida Sans Regular',
- 'Lucida Grande',
- 'Lucida Sans Unicode',
- Geneva,
- Verdana,
- sans-serif;
- color: #818181;
- line-height: 36rpx;
- }
- text.bold {
- font-weight: bold;
- margin:50rpx 20rpx 20rpx 20rpx;
- text-align: center;
- font-size: 32rpx;
- line-height: 48rpx;
- color: #545352;
- }
- .content_title1,.content_title2{
- text-align: center;
- }
- .content {
- margin: 50rpx 0rpx;
- }
|