123456789101112131415161718192021222324252627282930313233343536373839 |
- /* pages/connectBle/connectBle.wxss */
- .container {
- position: relative;
- height: 100vh - 60rpx;
- }
- .device_pic {
- margin-top: 128rpx;
- margin-left: 140rpx;
- margin-right: 140rpx;
- /* width: 470rpx; */
- height: 432rpx;
- background: #F2F5F7;
- border-radius: 24rpx;
- }
- .top_tips {
- margin-top: 128rpx;
- margin-inline: 20rpx;
- font-size: 28rpx;
- text-align: center;
- justify-content: center;
- align-items: center;
- }
- .connect_button {
- margin-top: 456rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-inline: 64rpx;
- font-size: 32rpx;
- font-weight: Medium;
- color: white;
- text-align: center;
- border-radius: 44rpx;
- height: 88rpx;
- }
|