[AI Generated]: feat(Views): 优化设备页结构与样式细节
This commit is contained in:
@@ -167,11 +167,16 @@
|
|||||||
margin: 40rpx auto 0;
|
margin: 40rpx auto 0;
|
||||||
|
|
||||||
.add-btn-icon {
|
.add-btn-icon {
|
||||||
width: 34rpx;
|
color: #FFFFFF;
|
||||||
height: 34rpx;
|
width: 32rpx;
|
||||||
|
font-size: 28rpx;
|
||||||
|
font-weight: bold;
|
||||||
|
height: 32rpx;
|
||||||
|
line-height: 30rpx;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background-color: rgba(255, 255, 255, 0.3);
|
text-align: center;
|
||||||
margin-right: 16rpx;
|
margin-right: 15rpx;
|
||||||
|
border: 2rpx solid #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.add-btn-text {
|
.add-btn-text {
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
<!-- 底部「添加设备」主按钮 -->
|
<!-- 底部「添加设备」主按钮 -->
|
||||||
<view class="add-btn" bind:tap="onTapAdd">
|
<view class="add-btn" bind:tap="onTapAdd">
|
||||||
<view class="add-btn-icon"></view>
|
<view class="add-btn-icon">+</view>
|
||||||
<text class="add-btn-text">添加设备</text>
|
<text class="add-btn-text">添加设备</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user