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