| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .center {
- height: 100%;
- }
- .bg {
- width: 100%;
- height: 474rpx;
- }
- .bg image {
- width: 100%;
- height: 100%;
- }
- .title {
- width: 90%;
- margin: 0 auto;
- font-size: 40rpx;
- font-weight: 500;
- color: #171313;
- text-overflow: -o-ellipsis-lastline;
- overflow: hidden;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- .time {
- width: 90%;
- margin: 0 auto;
- margin-top: 16rpx;
- font-size: 24rpx;
- font-weight: 500;
- color: #656b6c;
- }
- .content {
- width: 90%;
- margin: 0 auto;
- padding-top: 20rpx;
- font-size: 32rpx;
- font-weight: 500;
- color: #777777;
- }
- .content ._img {
- width: 100%;
- height: 100%;
- }
|