.deviceList { background-color: #F9F9F9; padding-bottom: 120rpx; min-height: 95vh; } .white { background-color: #fff; } .fixed-page { position: fixed; width: 100%; height: 100%; overflow: hidden; } .deviceImg { width: 157rpx; height: 157rpx; margin: 0 auto; margin-top: 52rpx; } .deviceImg image { width: 100% !important; height: 100% !important; } .deviceText { font-family: HarmonyOS Sans SC, HarmonyOS Sans SC; font-weight: 400; font-size: 32rpx; color: #222222; text-align: center; margin-top: 3rpx; } .deviceIpt { width: 710rpx; height: 70rpx; background: #F9F9F9; border-radius: 100rpx 100rpx 100rpx 100rpx; margin: 0 auto; margin-top: 20rpx; box-sizing: border-box; padding-left: 26rpx; padding-right: 26rpx; display: flex; align-items: center; justify-content: space-between; } .deviceIpt input { height: 100%; flex: 1; } .deviceIpt image { width: 40rpx; height: 40rpx; } .dropBox .van-dropdown-menu { box-shadow: none !important; } .dropBox .van-ellipsis { font-size: 26rpx !important; color: #999999 !important; } .deviceItem { background-color: #fff; padding: 30rpx 20rpx; margin-bottom: 20rpx; } .deviceItem_Tit { font-family: HarmonyOS Sans SC, HarmonyOS Sans SC; font-weight: bold; font-size: 32rpx; color: #222222; margin-bottom: 30rpx; } .deviceItemCon { display: flex; align-items: center; } .deviceItemCon_tit { font-weight: 400; font-size: 28rpx; color: #999999; margin-right: 30rpx; } .deviceItemCon_con { font-weight: 400; font-size: 28rpx; color: #222222; } .searchBox { padding-left: 30rpx; height: 54rpx; display: flex; align-items: center; justify-content: center; } .addBtn { font-weight: 400; font-size: 30rpx; color: #FFFFFF; width: 100rpx; height: 100rpx; background: #2583FF; position: fixed; right: 55rpx; bottom: 200rpx; border-radius: 50%; display: flex; align-items: center; justify-content: center; } .addBtn::after { content: ''; background: rgba(77, 154, 255, .5); filter: blur(10.899999618530273rpx); width: 90rpx; height: 90rpx; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 50%; overflow: hidden; z-index: -1; }