提交 e7bd6163 编写于 作者: Y yurj26

chore: update css

上级 d05bb5c2
......@@ -8,14 +8,14 @@
.uni-title-text {
font-size: 30rpx;
font-weight: 500;
font-weight: bold;
}
.uni-subtitle-text {
margin-top: 10rpx;
font-size: 24rpx;
color: #888;
font-weight: 500;
font-weight: bold;
}
.uni-common-mb {
......
......@@ -40,7 +40,7 @@
</text>
</view>
</view>
<view class="uni-list">
<view class="uni-list uni-common-pl">
<checkbox-group @change="checkboxChange" class="checkbox-group">
<checkbox class="uni-list-cell uni-list-cell-pd checkbox" v-for="(item, index) in items"
:key="item.value" :value="item.value" :checked="item.checked"
......
......@@ -76,7 +76,7 @@
font-weight: 400;
line-height: 42rpx;
color: white;
z-index: 11;
/* z-index: 11; */
}
.article-meta {
......
......@@ -195,7 +195,7 @@
font-weight: 400;
line-height: 42rpx;
color: white;
z-index: 11;
/* z-index: 11; */
}
.uni-media-list {
......
......@@ -34,7 +34,7 @@
</text>
</view>
</view>
<view class="uni-list">
<view class="uni-list uni-common-pl">
<radio-group @change="radioChange" class="radio-group">
<radio class="uni-list-cell uni-list-cell-pd radio" v-for="(item, index) in items" :key="item.value"
:class="index < items.length - 1 ? 'uni-list-cell-line': ''" :value="item.value"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册