提交 e23f4dd0 编写于 作者: 小刘28's avatar 小刘28 💬

feat:添加图片占位符样式;

上级 3c39e191
......@@ -7,6 +7,9 @@
<button type="default" @click="clickGetVerCode()">获取验证码</button>
<button type="default" @click="clickLookLive()">查看直播</button>
<button type="default" @click="clickGoSubA()">跳转分包页面A</button>
<view class="">
<image src="http://" class="image-placeholder"></image>
</view>
</view>
</template>
......
......@@ -2,3 +2,8 @@
* 公共的css部分
*/
/* 图片占位符 */
.image-placeholder{
background-color: rgba(0, 0, 0, 0.05);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册