| 123456789101112131415161718192021222324252627282930313233343536373839 |
- @import '../components/weui-wxss/dist/style/weui.wxss';
- page{
- background-color: #F8F8F8;
- font-size: 16px;
- font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
- }
- .page__hd {
- padding: 40px;
- }
- .page__bd {
- padding-bottom: 40px;
- }
- .page__bd_spacing {
- padding-left: 15px;
- padding-right: 15px;
- }
- .page__ft{
- padding-bottom: 10px;
- text-align: center;
- }
- .page__title {
- text-align: left;
- font-size: 20px;
- font-weight: 400;
- }
- .page__desc {
- margin-top: 5px;
- color: #888888;
- text-align: left;
- font-size: 14px;
- }
- .weui-cell_example:before{
- left:52px;
- }
- /* .weui-btn{width:184px;} */
|