提交 5086d7b1 编写于 作者: Anne_LXM's avatar Anne_LXM

清理无用的css

上级 9e6b688a
...@@ -37,7 +37,3 @@ ...@@ -37,7 +37,3 @@
} }
} }
</script> </script>
<style>
</style>
...@@ -42,7 +42,3 @@ ...@@ -42,7 +42,3 @@
} }
} }
</script> </script>
<style>
</style>
...@@ -94,12 +94,6 @@ ...@@ -94,12 +94,6 @@
justify-content: center; justify-content: center;
} }
.main .list-item {
width: 100%;
height: 100px;
border: 1px solid #666;
}
.custom-btn { .custom-btn {
color: #ffffff; color: #ffffff;
background-color: #1AAD19; background-color: #1AAD19;
......
...@@ -73,10 +73,6 @@ ...@@ -73,10 +73,6 @@
border-radius: 12px; border-radius: 12px;
} }
.mt-10 {
margin-top: 10px;
}
.button { .button {
border: 0px; border: 0px;
border-radius: 0px; border-radius: 0px;
......
...@@ -115,10 +115,6 @@ ...@@ -115,10 +115,6 @@
height: 100px; height: 100px;
} }
.msg-text {
margin-bottom: 100px;
}
.title1 { .title1 {
margin-top: 10px; margin-top: 10px;
font-size: 18px; font-size: 18px;
......
...@@ -726,17 +726,6 @@ ...@@ -726,17 +726,6 @@
padding: 10px; padding: 10px;
} }
.list-item {
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
padding: 5px 0px;
}
.list-text {
flex: 1;
}
.button { .button {
margin-top: 5px; margin-top: 5px;
margin-bottom: 5px; margin-bottom: 5px;
......
...@@ -134,12 +134,6 @@ ...@@ -134,12 +134,6 @@
justify-content: center; justify-content: center;
} }
.main .list-item {
width: 100%;
height: 100px;
border: 1px solid #666;
}
.progress-box { .progress-box {
height: 25px; height: 25px;
margin-bottom: 30px; margin-bottom: 30px;
......
...@@ -191,12 +191,6 @@ ...@@ -191,12 +191,6 @@
justify-content: center; justify-content: center;
} }
.main .list-item {
width: 100%;
height: 100px;
border: 1px solid #666;
}
.uni-list-cell { .uni-list-cell {
justify-content: flex-start; justify-content: flex-start;
} }
......
...@@ -49,7 +49,3 @@ ...@@ -49,7 +49,3 @@
} }
} }
</script> </script>
<style>
</style>
...@@ -320,8 +320,4 @@ ...@@ -320,8 +320,4 @@
name : string, name : string,
html : Array<UTSJSONObject> html : Array<UTSJSONObject>
} }
</script> </script>
<style>
</style>
<template> <template>
<view slot="refresher" class="refresh-box"> <view slot="refresher" class="refresh-box">
<image v-if="state == 2" class="refresh-icon" src="/static/template/custom-refresher/refresh-box/run.gif" mode="widthFix"></image> <image v-if="state == 2" class="refresh-icon" src="/static/template/custom-refresher/refresh-box/run.gif" mode="widthFix"></image>
<text class="tip-text">{{text[state]}}</text> <text class="tip-text">{{text[state]}}</text>
</view> </view>
</template> </template>
<script> <script>
...@@ -18,9 +16,6 @@ ...@@ -18,9 +16,6 @@
state: { state: {
type: Number, type: Number,
default: 0 default: 0
},
methods: {
} }
} }
} }
......
...@@ -160,12 +160,6 @@ ...@@ -160,12 +160,6 @@
text-align: center; text-align: center;
} }
.picker-view {
width: 100%;
height: 320px;
margin-top: 10px;
}
.switch-refresher-group { .switch-refresher-group {
flex-direction: row; flex-direction: row;
margin-top: 5px; margin-top: 5px;
......
...@@ -31,7 +31,3 @@ ...@@ -31,7 +31,3 @@
} }
} }
</script> </script>
<style>
</style>
...@@ -176,12 +176,6 @@ ...@@ -176,12 +176,6 @@
justify-content: center; justify-content: center;
} }
.main .list-item {
width: 100%;
height: 100px;
border: 1px solid #666;
}
.m-l-a { .m-l-a {
margin-left: auto; margin-left: auto;
} }
......
...@@ -177,12 +177,6 @@ ...@@ -177,12 +177,6 @@
justify-content: center; justify-content: center;
} }
.main .list-item {
width: 100%;
height: 100px;
border: 1px solid #666;
}
.textarea-wrap { .textarea-wrap {
flex-direction: row; flex-direction: row;
justify-content: center; justify-content: center;
......
...@@ -63,8 +63,4 @@ ...@@ -63,8 +63,4 @@
} }
} }
} }
</script> </script>
<style>
</style>
...@@ -58,11 +58,6 @@ ...@@ -58,11 +58,6 @@
background-color: white; background-color: white;
} }
.text {
color: #777;
font-size: 13px;
}
.is-hover { .is-hover {
background-color: #179b16; background-color: #179b16;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册