提交 75cd33b9 编写于 作者: Y yurj26

chore: remove invalid css

上级 a12c8953
......@@ -40,9 +40,8 @@
height: 80px;
}
.uni-hello-text {
.uni-text-box {
margin-bottom: 20px;
color: #7A7E83;
}
.hello-text {
......@@ -155,4 +154,4 @@
}
.arrow-down {
transform: rotate(-135deg);
}
\ No newline at end of file
}
......@@ -87,8 +87,8 @@
.uni-input {
height: 50rpx;
padding: 15rpx 25rpx;
line-height: 50rpx;
font-size: 28rpx;
/* line-height: 50rpx;
font-size: 28rpx; */
background: #FFF;
flex: 1;
box-sizing: content-box;
......@@ -116,17 +116,14 @@
/* 背景色 */
.uni-bg-red {
background: #F76260;
color: #FFF;
}
.uni-bg-green {
background: #09BB07;
color: #FFF;
}
.uni-bg-blue {
background: #007AFF;
color: #FFF;
}
.uni-btn-v {
......@@ -154,6 +151,6 @@
.uni-textarea {
padding: 18rpx;
line-height: 1.6;
font-size: 28rpx;
}
\ No newline at end of file
/* line-height: 1.6;
font-size: 28rpx; */
}
......@@ -87,7 +87,6 @@
.uni-collapse-item__title {
flex-direction: row;
align-items: center;
line-height: 22px;
padding: 12px;
background-color: #fff;
}
......
......@@ -292,8 +292,8 @@
.uni-input {
height: 28px;
line-height: 28px;
font-size: 15px;
/* line-height: 28px;
font-size: 15px; */
padding: 0px;
flex: 1;
background-color: #ffffff;
......
......@@ -206,8 +206,6 @@
.swiper-item {
width: 100%;
height: 300rpx;
line-height: 300rpx;
text-align: center;
}
.swiper-item-Text {
......
......@@ -135,8 +135,6 @@ export default {
.flex-item-V {
width: 100%;
height: 150rpx;
text-align: center;
line-height: 150rpx;
}
.text-box {
......
此差异已折叠。
......@@ -6,7 +6,7 @@
<view class="uni-header-logo">
<image class="uni-header-image" src="/static/cssIndex.png"></image>
</view>
<view class="uni-hello-text">
<view class="uni-text-box">
<text class="hello-text">uni-app x目前已支持的CSS属性,展示样式仅供参考,文档详见:</text>
<u-link :href="'https://uniapp.dcloud.io/component/'" :text="'https://uniapp.dcloud.io/component/'"
:inWhiteList="true"></u-link>
......
......@@ -9,7 +9,7 @@
src="/static/componentIndex.png"
></image>
</view>
<view class="uni-hello-text">
<view class="uni-text-box">
<text class="hello-text"
>uni-app内置组件,展示样式仅供参考,文档详见:</text
>
......
......@@ -6,7 +6,7 @@
<view class="uni-header-logo">
<image class="uni-header-image" src="/static/templateIndex.png"></image>
</view>
<view class="uni-hello-text">
<view class="uni-text-box">
<text class="hello-text">以下是部分模板示例,更多模板见插件市场:</text>
<u-link
class="hello-link"
......
......@@ -197,7 +197,7 @@
}
.description {
line-height: 14px;
/* line-height: 14px; */
}
.description-text {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册