|
@@ -135,7 +135,7 @@
|
|
|
<view style="width: 457rpx;color: #666666;font-size: 30rpx;margin-top: 30rpx;">学习过程中需要拍照验证学员身份,
|
|
|
拍照功能需要使用您的相机。
|
|
|
是否授权使用?</view>
|
|
|
- <view style="margin: 30rpx 0;">
|
|
|
+ <view style="margin: 40rpx 0;">
|
|
|
<button open-type="openSetting" @bindopensetting="openSetting" class="btnSet">去授权</button>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -883,13 +883,13 @@ export default {
|
|
|
|
|
|
<style lang="scss" scope>
|
|
|
.btnSet{
|
|
|
- height: 50px;
|
|
|
- width: 400rpx;
|
|
|
+ width: 440rpx;
|
|
|
+ height: 80rpx;
|
|
|
background: #007AFF;
|
|
|
- border-radius: 25rpx;
|
|
|
+ border-radius: 40rpx;
|
|
|
color: #FFFFFF;
|
|
|
font-size: 28rpx;
|
|
|
- line-height: 50px;
|
|
|
+ line-height: 80rpx;
|
|
|
}
|
|
|
.btnReply {
|
|
|
width: 80rpx;
|