Commit 302c195a authored by jyx's avatar jyx

优化样式

parent d083c50c
...@@ -220,7 +220,6 @@ ...@@ -220,7 +220,6 @@
@import '@/scss/uni.scss'; @import '@/scss/uni.scss';
.body { .body {
background-color: whitesmoke;
} }
.avatar { .avatar {
......
<template> <template>
<view class="c-flex_row c-aligns_center c-justify_between read-time-count-row"> <view class="c-flex_row c-aligns_center c-justify_between read-time-count-row">
<view class="c-flex_row c-aligns_center"> <view class="c-flex_row c-aligns_center">
<view class="label">
<view class="title"> <view class="title">
今日<br>已读 今日<br>已读
</view> </view>
</view>
<!-- <view class="value" v-if='count.count'> --> <!-- <view class="value" v-if='count.count'> -->
<view class="value"> <view class="value">
<view class="count"> <view class="count">
...@@ -74,13 +76,21 @@ ...@@ -74,13 +76,21 @@
.read-time-count-row { .read-time-count-row {
padding: 20rpx; padding: 20rpx;
.label {
width: 90rpx;
height: 90rpx;
display: flex;
align-items: center;
margin-right: 15rpx;
justify-content: center;
.title { .title {
width: 80rpx;
font-size: 30rpx; font-size: 30rpx;
font-weight: 600; font-weight: 500;
color: #000000; color: #000000;
margin-right: 15rpx; letter-spacing: 0.33em;
letter-spacing: 6rpx; line-height: 1.33em;
}
} }
.value { .value {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment