fix: 增加备注

master
limin 2020-12-10 10:33:36 +08:00 committed by XuPeng
parent 85c3461d11
commit 80b5f4b589
6 changed files with 21 additions and 1 deletions

View File

@ -5,6 +5,7 @@
<view class="container">
<template is="head" data="{{title: 'addPhoneContact'}}"/>
<view class="tips">目前仅iOS支持安卓暂时不支持</view>
<view class="page-body">
<form bindsubmit="submit">
<view class="page-section">

View File

@ -4,3 +4,9 @@
input {
width: 100%;
}
.tips {
font-size: 12px;
color: #666;
text-align: center;
}

View File

@ -5,6 +5,7 @@
<view class="container">
<template is="head" data="{{title: 'get/set/ScreenBrightness'}}"/>
<view class="tips">目前仅iOS支持安卓暂时不支持</view>
<view class="page-body">
<view class="page-body-info">
<view class="page-body-title">当前屏幕亮度</view>

View File

@ -7,3 +7,9 @@
.page-section-gap {
padding: 15px;
}
.tips {
font-size: 12px;
color: #666;
text-align: center;
}

View File

@ -5,6 +5,7 @@
<view class="container">
<template is="head" data="{{title: 'vibrate/Long/Short'}}"/>
<view class="tips">目前仅iOS支持安卓暂时不支持</view>
<view class="page-body">
<view class="page-section">
<view class="btn-area">

View File

@ -1 +1,6 @@
/* pages/API/vibrate/vibrate.wxss */
/* pages/API/vibrate/vibrate.wxss */
.tips {
font-size: 12px;
color: #666;
text-align: center;
}