码迷,mamicode.com
首页 > 微信 > 详细

微信小程序组件 模块化错和叹号

时间:2017-11-21 11:38:12      阅读:296      评论:0      收藏:0      [点我收藏+]

标签:show   ges   color   .sh   isp   order   模板   ima   toast   

wxml 页面
<import src="/pages/lianxi/lianxi.wxml" />  //引入文件
<view style=‘position:fixed;left:0;top:0;‘>
<template is="showToastMyTan">
<text>haha</text>
</template>
</view>
 
//模板
<template name="showToastCuo">
<view class=‘showToast-box‘>
<view class=‘showToast-all‘>
<view class=‘showToast-img‘>
<image src=‘../../imgs/towast/icon_1.png‘></image>
</view>
<view class=‘ showToast-text‘>
<text>失败</text>
</view>
</view>
</view>
</template>
<template name="showToastMyTan">
<view class=‘showToast-box‘>
<view class=‘showToast-all‘>
<view class=‘showToast-img‘>
<image src=‘../../imgs/towast/icon_2.png‘></image>
</view>
<view class=‘ showToast-text‘>
<text>失败</text>
</view>
</view>
</view>
</template>
 
 
/* 弹出框 */
.showToast-box{
width: 100%;
height: 100%;
position: fixed;
z-index: 1000;
}
.showToast-all{
width:180rpx;
height:220rpx;
background:rgb(90,90,90);
border-radius:13rpx;
overflow:hidden;
box-sizing:border-box;
margin: 0 auto;
margin-top: 50%;
}
.showToast-img{
width:45%;
height:45%;
margin:0 auto;
margin-top:40rpx;
}
.showToast-img image{
width:100%;
height:100%;
}
.showToast-text{
padding:5rpx;
width:100%;
margin-top:5rpx;
color:#fff;
font-size:31rpx;
box-sizing:border-box;
overflow:hidden;
display: flex;
justify-content: center;
align-items: center;
}
 
 
 

微信小程序组件 模块化错和叹号

标签:show   ges   color   .sh   isp   order   模板   ima   toast   

原文地址:http://www.cnblogs.com/dianzan/p/7872274.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!