2025-06-06 15:17:30 +08:00

169 lines
2.8 KiB
Plaintext

/* subpackage/train/bluetooth/search/search.wxss */
.container {
padding: 20rpx;
text-align: center;
}
page{
background-color: rgb(247, 247, 247);
}
.page-content{
background-color: rgb(247, 247, 247);
background: linear-gradient(190deg, #6bb6fc 0%, #f7f7f7 65%, #f7f7f7 100%);
padding: 0 30rpx;
box-sizing: border-box;
padding-bottom: 300rpx;
min-height: 100vh;
}
.yellow {
position: absolute;
width: 250rpx;
height: 130rpx;
top: 140rpx;
left: 0%;
}
.anim{
animation: rotate 3s linear infinite;
transform-origin:100% 110rpx !important;
}
.text{
color: rgb(102, 102, 102);
font-size: 24rpx;
text-align: center;
}
.now{
font-weight: bold;
font-size: 36rpx;
}
@keyframes rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.search-box-1{
margin: 0 auto;
margin-top: 60rpx;
margin-bottom: 40rpx;
width: 500rpx;
height: 500rpx;
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(255, 255, 255, 0.1);
border-radius: 50%;
position: relative;
}
.search-box-2{
width: 360rpx;
height: 360rpx;
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(255, 255, 255, 0.2);
border-radius: 50%;
}
.search-box-3{
width: 220rpx;
height: 220rpx;
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(255, 255, 255, 0.4);
border-radius: 50%;
}
.title {
font-size: 40rpx;
font-weight: bold;
margin-bottom: 30rpx;
}
button {
margin: 10rpx 0;
padding: 20rpx;
background-color: #007aff;
color: white;
border-radius: 10rpx;
}
.device-list {
margin-top: 20rpx;
}
.titlee{
font-weight: bold;
font-size: 32rpx;
display: flex;
align-items: center;
/* justify-content: center; */
margin-top: 66rpx;
margin-bottom: 20rpx;
}
.titlee-before{
height: 24rpx;
border-radius: 6rpx;
width: 6rpx;
margin-right: 20rpx;
background:linear-gradient(180.00deg, rgb(38, 165, 246),rgba(38, 165, 246, 0) 100%)
}
.device-item {
margin: 0 30rpx;
box-sizing: border-box;
box-shadow: 0 10rpx 10rpx rgba(0, 0, 0, 0.06);
border-radius: 20rpx;
height: 140rpx;
padding: 0 20rpx 0 30rpx;
display: flex;
justify-content: space-between;
align-items: center;
background-color: #fff;
margin-bottom: 30rpx;
}
.device-item image{
width: 48rpx;
height: 48rpx;
margin-right: 20rpx;
}
.left{
display: flex;
align-items: center;
font-size: 30rpx;
}
.right{
width: 110rpx;
height: 50rpx;
border: 2rpx solid #007aff;
background-color: rgba(38, 165, 246, 0.1);
display: flex;
align-items: center;
justify-content: center;
font-size: 20rpx;
color: #007aff;
border-radius: 50rpx;
box-sizing: border-box;
}
.status, .data {
margin-top: 20rpx;
font-size: 30rpx;
}