wx-web/pages/bluetooth/connect.wxss

118 lines
2.5 KiB
Plaintext
Raw Permalink Normal View History

2024-05-22 10:14:19 +08:00
.container.data-v-1665ba40 {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.title.data-v-1665ba40 {
top: 15%;
width: 142.63px;
height: 22.32px;
opacity: 1;
color: rgba(0, 0, 0, 1);
text-align: center;
font-weight: 500;
font-size: 20px;
position: absolute;
}
.uni-picker.data-v-1665ba40 {
margin-bottom: 20px;
padding: 10px;
border: none;
border-radius: 10px;
}
.group-ssid.data-v-1665ba40 {
display: flex;
align-items: center;
justify-content: flex-start;
height: 34px;
width: 200px;
top: 25%;
position: absolute;
}
.group.data-v-1665ba40 {
display: flex;
align-items: center;
justify-content: flex-start;
height: 34px;
width: 150px;
top: 35%;
position: absolute;
}
.group-password.data-v-1665ba40 {
display: flex;
align-items: center;
justify-content: flex-start;
background: rgba(245, 245, 247, 1);
border-radius: 18.5px;
height: 34px;
width: 200px;
top: 30%;
position: absolute;
}
.icon.data-v-1665ba40 {
margin-left: 15px;
margin-right: 15px;
}
.text.data-v-1665ba40 {
margin-right: 5px;
}
.button.data-v-1665ba40 {
width: 70%;
height: 47px;
opacity: 1;
border-radius: 23.5px;
border: 0px;
line-height: 47px;
text-align: center;
position: absolute;
top: 50%;
color: rgba(255, 255, 255, 1);
background: linear-gradient(90deg, rgba(255, 153, 71, 1) 0%, rgba(242, 52, 255, 1) 25.19%, rgba(34, 8, 228, 1) 79.99%, rgba(51, 204, 255, 1) 100%);
}
.checkbox.data-v-1665ba40 {
width: 12px;
/* 设置复选框的宽度 */
height: 12px;
/* 设置复选框的高度 */
border: 1px solid rgba(128, 128, 128, 1);
/* 设置复选框的边框 */
border-radius: 50%;
/* 设置复选框为圆形 */
display: flex;
justify-content: center;
align-items: center;
font-size: 10px;
/* 根据需要调整勾号大小 */
margin-left: 10px;
margin-right: 10px;
}
.checkmark.data-v-1665ba40 {
color: rgba(128, 128, 128, 1);
/* 设置勾号的颜色 */
}
.remember-wifi-label.data-v-1665ba40 {
font-size: 10px;
color: rgba(128, 128, 128, 1);
/* 设置勾号的颜色 */
}
.group .radio.data-v-1665ba40 {
position: relative;
margin-right: 4px;
display: inline-block;
width: 12px;
height: 12px;
box-sizing: border-box;
border: 1px solid rgba(128, 128, 128, 1);
border-radius: 50%;
font-size: 12px;
text-align: center;
line-height: 12px;
color: rgba(128, 128, 128, 1);
font-size: 10px;
/* 根据需要调整勾号大小 */
margin-left: 10px;
margin-right: 10px;
}