Commit 302c195a authored by jyx's avatar jyx

优化样式

parent d083c50c
......@@ -220,7 +220,6 @@
@import '@/scss/uni.scss';
.body {
background-color: whitesmoke;
}
.avatar {
......
<template>
<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="label">
<view class="title">
今日<br>已读
</view>
</view>
<!-- <view class="value" v-if='count.count'> -->
<view class="value">
<view class="count">
......@@ -74,13 +76,21 @@
.read-time-count-row {
padding: 20rpx;
.label {
width: 90rpx;
height: 90rpx;
display: flex;
align-items: center;
margin-right: 15rpx;
justify-content: center;
.title {
width: 80rpx;
font-size: 30rpx;
font-weight: 600;
font-weight: 500;
color: #000000;
margin-right: 15rpx;
letter-spacing: 6rpx;
letter-spacing: 0.33em;
line-height: 1.33em;
}
}
.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