style:去掉翻转文字,按钮改为圆形;完成/顶部文字加粗加大
This commit is contained in:
parent
60cbfdd364
commit
62c9c342ca
@ -28,7 +28,6 @@
|
|||||||
<view class="cc-topbar-right">
|
<view class="cc-topbar-right">
|
||||||
<view class="cc-flip-btn" @click="flipCamera">
|
<view class="cc-flip-btn" @click="flipCamera">
|
||||||
<text class="cc-flip-icon">↺</text>
|
<text class="cc-flip-icon">↺</text>
|
||||||
<text class="cc-flip-label">翻转</text>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -215,8 +214,8 @@
|
|||||||
}
|
}
|
||||||
.cc-topbar-title {
|
.cc-topbar-title {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-size: 32rpx;
|
font-size: 36rpx;
|
||||||
font-weight: 500;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
.cc-topbar-right {
|
.cc-topbar-right {
|
||||||
width: 120rpx;
|
width: 120rpx;
|
||||||
@ -225,8 +224,8 @@
|
|||||||
|
|
||||||
/* 翻转按钮(在右上角) */
|
/* 翻转按钮(在右上角) */
|
||||||
.cc-flip-btn {
|
.cc-flip-btn {
|
||||||
width: 80rpx; height: 64rpx;
|
width: 68rpx; height: 68rpx;
|
||||||
border-radius: 32rpx;
|
border-radius: 68rpx;
|
||||||
border-width: 2rpx;
|
border-width: 2rpx;
|
||||||
border-color: rgba(255,255,255,0.3);
|
border-color: rgba(255,255,255,0.3);
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
@ -235,14 +234,7 @@
|
|||||||
}
|
}
|
||||||
.cc-flip-icon {
|
.cc-flip-icon {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-size: 30rpx;
|
font-size: 36rpx;
|
||||||
line-height: 36rpx;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
.cc-flip-label {
|
|
||||||
color: rgba(255,255,255,0.7);
|
|
||||||
font-size: 18rpx;
|
|
||||||
line-height: 22rpx;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -295,11 +287,11 @@
|
|||||||
/* 完成按钮(在底部右侧) */
|
/* 完成按钮(在底部右侧) */
|
||||||
.cc-confirm-btn {
|
.cc-confirm-btn {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-size: 30rpx;
|
font-size: 34rpx;
|
||||||
font-weight: bold;
|
font-weight: 700;
|
||||||
padding-left: 30rpx; padding-right: 30rpx;
|
padding-left: 36rpx; padding-right: 36rpx;
|
||||||
padding-top: 14rpx; padding-bottom: 14rpx;
|
padding-top: 16rpx; padding-bottom: 16rpx;
|
||||||
border-radius: 40rpx;
|
border-radius: 44rpx;
|
||||||
background-color: #409eff;
|
background-color: #409eff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user