| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- min-height: 100%;
- background-color: #ffffff;
- }
- page .container {
- width: 100%;
- padding: 25rpx 27rpx;
- }
- .empty-box {
- margin-top: 100rpx;
- width: 100%;
- height: 500rpx;
- }
- .list-box {
- border-bottom: 1rpx solid #E3E3E3;
- margin-bottom: 25rpx;
- padding-bottom: 25rpx;
- }
- .list-box image {
- width: 200rpx;
- height: 160rpx;
- border-radius: 15rpx;
- }
- .list-box .list-item {
- padding-left: 16rpx;
- width: 80%;
- }
- .list-box .list-item .title {
- height: 80rpx;
- color: #333333;
- font-size: 30rpx;
- font-weight: 500;
- }
- .list-box .list-item .time {
- padding-top: 40rpx;
- color: #999999;
- font-size: 24rpx;
- }
|