123456789101112131415161718192021222324252627282930313233343536373839404142 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- background-color: #fff;
- min-height: 100%;
- height: auto;
- }
- .center {
- min-height: 100%;
- height: auto;
- background: #ffffff;
- padding: 30rpx 24rpx 0;
- }
- .title {
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- .time {
- font-size: 24rpx;
- font-family: PingFangSC;
- font-weight: 500;
- color: #999999;
- margin-top: 40rpx;
- }
- .main {
- margin-top: 60rpx;
- }
- .main .rich-img {
- width: 100% !important;
- height: auto;
- }
|