Commit a858c386 by fengzhaoyu

feat:展开图标颜色

parent 3061cbc4
...@@ -259,3 +259,7 @@ input { ...@@ -259,3 +259,7 @@ input {
.aheadTimeText:last-child .divder { .aheadTimeText:last-child .divder {
display: none display: none
} }
.showIcon {
color: rgba(10, 10, 10, 0.4)
}
\ No newline at end of file
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
</view> </view>
<!--<view class="hasplace" onTap="goSelectPlace"> <!--<view class="hasplace" onTap="goSelectPlace">
{{$data.locationName}}</view> --> {{$data.locationName}}</view> -->
<view class=" icon iconfont iconicon_open"></view> <view class="showIcon icon iconfont iconicon_open"></view>
</view> </view>
</view> </view>
<!-- 保存 --> <!-- 保存 -->
......
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