<inputclass="weui-input"placeholder-class="iconfont icon-xxx custom"placeholder="xxx"/> .custom {...
<view class="weui-cells__title">邮箱</view> <view class="weui-cells weui-cells_after-title"> <view class="weui-cell weui-cell_input"> <input class="weui-input" auto-focus value="{{email}}" bindinput="bindInput" data-name="email" placeholder="请输入邮箱" /> </view> </view> <...
一、weui ext-class的基本用法 1.1 引入weui ext-class 在使用weui ext-class之前,需要在页面相应的.wxss文件中引入weui样式库,并且引入weui ext-class。以下是引入weui ext-class的示例代码: ```css import 'your project path/weui.wxss'; import 'your project path/ext.wxss'; ``` 1.2 在组件中使用weui...
<table width="93%" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:20px;"> <tr> <td width="24%" height="40">水工电话<font color="#FF0000">*</font></td> <td width="76%"><div align="right"> <input type="text" id="tel" style="width:99%" ...
--> placeholder-class...text" name="username"> placeholder-class...-> placeholder-class...name="password"> placeholder-class...phoneNumberInput" name="phone"> placeholder-class 2.5K30 微信小程序的动态表单,实现房屋租赁的多租客录入 weui-cell__bd"> placeholder-class...placeholder-class...place...
**inputNum 不能用自己子级的class名称,据说是微信的bug .inputNum .i-input-number-text 这样不行** ```bash .inputNum input { height: 84rpx; width: 260rpx; font-size: 60epx; line-height: 84rpx; border: unset; border-top: 1rpx solid #ddd; ...
只用看其中和weui-cell有关的类名就可以了。注意微信的样式库对连接符的使用和我这篇文章讲的有点不一样,一个下划线_后面是描述符,两个下划线__后面的是元素。 感兴趣的话还可以看看他们的DEMO,是如何使用的。 后续我会写更多关于响应式布局的内容。
<template><divclass="vux-toast"><divclass="weui-mask_transparent"v-show="isShowMask && show"></div><transition:name="currentTransition"><divclass="weui-toast":style="{width: width}":class="toastClass"v-show="show"><iclass="weui-icon-success-no-circle weui-icon_toast"v-show="type ...
Elemental UI React WeUI React Desktop React Native Web>> Return to Table of ContentsStandalone UI ComponentsLayout Grid - React FlexBox Grid Masonry - React Masonry Component / masonry-layout / bricks.js / Justified Layout Split - React Split Pane / Split.js Dashboard - React Grid Layout ...
微信商城小程序WeiMall实现一个移动端小商城,项目持续更新中...使用技术:Weui.wxss 、 ES6微信商城小程序WeiMall增删改查import ServiceBase from 'ServiceBase'class Service extends ServiceBase { constructor() { super() this.$$prefix = '' this.$$path = { wechatSignUp: '/index/wechatSignUp', wech...