| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .love-item.data-v-7c9b8098 {
- margin: 0 auto;
- width: 702rpx;
- height: 208rpx;
- border-bottom: 1px solid #EEEEEE;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .love-item image.data-v-7c9b8098 {
- width: 200rpx;
- height: 160rpx;
- background-color: #eee;
- }
- .love-item .content.data-v-7c9b8098 {
- height: 160rpx;
- padding-left: 16rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- }
- .love-item .content .title.data-v-7c9b8098 {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- }
- .love-item .content .time.data-v-7c9b8098 {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #999999;
- }
|