ReedawFoodApp/unpackage/dist/dev/mp-weixin/pages/index/index.wxss

158 lines
3.0 KiB
Plaintext

@charset "UTF-8";
/* 主题色 */
.activs.data-v-57280228 {
background: #ffc800 !important;
}
.body.data-v-57280228 {
background: #f7f7f7;
}
.body .info.data-v-57280228 {
margin: 15px 10px;
padding: 10px;
height: auto;
overflow: hidden;
border-radius: 10px;
display: flex;
flex-wrap: wrap;
}
.body .info .title.data-v-57280228 {
width: 100%;
display: flex;
justify-content: space-between;
}
.body .info .weight.data-v-57280228 {
width: 100%;
display: flex;
margin-top: 10px;
justify-content: space-between;
}
.body .info .weight .left.data-v-57280228 {
width: 40%;
height: 60px;
display: flex;
align-items: center;
justify-content: space-between;
}
.body .info .target.data-v-57280228 {
color: #999;
width: 100%;
display: flex;
justify-content: space-between;
}
.body .charts.data-v-57280228 {
width: 50%;
height: 60px;
}
.body .function.data-v-57280228 {
display: flex;
margin: 0 5px;
width: calc(100% - 10px);
justify-content: space-between;
}
.body .function view.data-v-57280228 {
width: 50%;
}
.body .function image.data-v-57280228 {
width: 100%;
}
.body .tools.data-v-57280228 {
display: flex;
flex-wrap: wrap;
padding: 0 0 10px;
padding-left: 3%;
width: 97%;
background: #f7f7f7;
box-shadow: none;
justify-content: space-between;
}
.body .tools .item.data-v-57280228 {
width: 40%;
background: #fff;
margin-bottom: 15px;
border-radius: 10px;
padding: 10px 3%;
margin-right: 3%;
}
.body .tools .top.data-v-57280228 {
display: flex;
align-items: center;
}
.body .tools .top image.data-v-57280228 {
width: 22px;
height: 22px;
margin-right: 5px;
}
.body .tools .number.data-v-57280228 {
margin: 5px 0;
}
.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);
}