修改样式
This commit is contained in:
@@ -30,4 +30,8 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
font-size: 30rpx;
|
||||
}
|
||||
|
||||
.wrapper > .title {
|
||||
font-size: 32rpx;
|
||||
}
|
@@ -6,6 +6,7 @@
|
||||
|
||||
.title {
|
||||
margin-top: 20rpx;
|
||||
font-size: 32rpx;
|
||||
}
|
||||
|
||||
.meterListScrollView {
|
||||
|
@@ -61,9 +61,9 @@
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
<view class="photo">
|
||||
<!-- <view class="photo">
|
||||
<photo />
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="calc">
|
||||
<view class="title">
|
||||
|
@@ -65,6 +65,7 @@
|
||||
font-size: 42rpx;
|
||||
font-weight: 800;
|
||||
margin-top: 12rpx;
|
||||
margin-bottom: 12rpx;
|
||||
}
|
||||
.readingNumber .lastTime {
|
||||
font-size: 32rpx;
|
||||
@@ -87,6 +88,10 @@
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.currentNumber .title {
|
||||
margin-bottom: 24rpx;
|
||||
}
|
||||
|
||||
.calc {
|
||||
margin-top: 24rpx;
|
||||
}
|
||||
|
Reference in New Issue
Block a user