76 lines
1.4 KiB
Plaintext
76 lines
1.4 KiB
Plaintext
@charset "UTF-8";
|
|
/* 主题色 */
|
|
.activs.data-v-57280228 {
|
|
background: #ffc800 !important;
|
|
}
|
|
.header.data-v-57280228 {
|
|
width: 100%;
|
|
padding: 15px 0;
|
|
background: #54d87c;
|
|
}
|
|
.header .top.data-v-57280228 {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.header .top2.data-v-57280228 {
|
|
display: flex;
|
|
align-items: center;
|
|
background: #fff;
|
|
margin: 0 15px;
|
|
padding: 10px 15px;
|
|
border-radius: 10px;
|
|
justify-content: center;
|
|
}
|
|
.header .headimg.data-v-57280228 {
|
|
width: 55px;
|
|
height: 55px;
|
|
border-radius: 50%;
|
|
margin: 0 10px;
|
|
float: left;
|
|
}
|
|
.header .info.data-v-57280228 {
|
|
width: calc(100% - 120px);
|
|
float: left;
|
|
}
|
|
.header .t-icon-qiehuan1.data-v-57280228 {
|
|
float: right;
|
|
}
|
|
.bluetooth.data-v-57280228 {
|
|
width: calc(100% - 20px);
|
|
background: #fff;
|
|
padding: 8px 0;
|
|
margin-top: 15px;
|
|
margin-left: 10px;
|
|
border-radius: 10px;
|
|
text-align: center;
|
|
}
|
|
.toggle.data-v-57280228 {
|
|
display: flex;
|
|
width: calc(100% - 20px);
|
|
height: 40px;
|
|
line-height: 40px;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
margin-bottom: 0;
|
|
margin-top: 8px;
|
|
}
|
|
.toggle .toolsItem.data-v-57280228 {
|
|
color: #999;
|
|
margin: 0 10px;
|
|
}
|
|
.toggle .active.data-v-57280228 {
|
|
color: #333;
|
|
position: relative;
|
|
}
|
|
.toggle .active.data-v-57280228:before {
|
|
content: "";
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 20px;
|
|
height: 4px;
|
|
background: #54d87c;
|
|
border-radius: 5px;
|
|
left: calc(50% - 10px);
|
|
}
|
|
|