| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- height: 100%;
- }
- page .content {
- height: 100%;
- padding: 35rpx 29rpx;
- }
- .empty-box {
- margin-top: 100rpx;
- width: 100%;
- height: 500rpx;
- }
- .list-Box {
- margin-bottom: 60rpx;
- }
- .list-Box .list-info .title {
- font-size: 30rpx;
- font-weight: 500;
- color: #333333;
- line-height: 55rpx;
- }
- .list-Box .list-info .info {
- font-size: 24rpx;
- font-weight: 500;
- color: #999999;
- }
- .list-Box .time {
- font-size: 22rpx;
- font-weight: 500;
- color: #333333;
- }
|