ReedawFoodApp/unpackage/dist/dev/mp-weixin/Food/count/everyDay.wxss

152 lines
3.0 KiB
Plaintext

@charset "UTF-8";
/* 主题色 */
.content.data-v-d329a3d8 {
display: flex;
flex-direction: column;
align-items: center;
background-color: #f7f7f7;
min-height: 100vh;
}
.content_box.data-v-d329a3d8 {
width: 100%;
}
.chart-wrap.data-v-d329a3d8 {
position: relative;
width: 320rpx;
height: 320rpx;
margin: 0rpx auto 0;
}
.chart-wrap .uchart-val.data-v-d329a3d8 {
margin-top: 70rpx;
position: absolute;
left: 0;
top: 48rpx;
width: 320rpx;
font-size: 46rpx;
text-align: center;
z-index: 9;
}
.everyDay.data-v-d329a3d8 {
background: #fff;
padding: 10px 10px 0;
border-radius: 10px;
margin-top: 15px;
height: auto;
overflow: hidden;
}
.everyDay .title.data-v-d329a3d8 {
display: flex;
justify-content: space-between;
font-weight: bold;
font-size: 15px;
}
.everyDay .title .quan.data-v-d329a3d8 {
width: 60rpx;
height: 40rpx;
position: relative;
margin-right: 70rpx;
}
.everyDay .foodtools text.data-v-d329a3d8 {
margin: 0 15rpx;
color: #ccc;
}
.everyDay .foodtools .type.data-v-d329a3d8 {
display: flex;
line-height: 45px;
justify-content: space-between;
border-bottom: 1px solid #f7f7f7;
}
.everyDay .foodtools .type .name.data-v-d329a3d8 {
width: 80%;
display: flex;
align-items: center;
}
.everyDay .foodtools .type .name .pic.data-v-d329a3d8 {
border: 1px solid #f7f7f7;
border-radius: 10px;
}
.everyDay .foodtools .type .name text.data-v-d329a3d8 {
width: 7px;
height: 7px;
margin-right: 10px;
border-radius: 15px;
}
.everyDay .foodtools .type image.data-v-d329a3d8 {
width: 20px;
height: 20px;
margin-right: 10px;
}
.everyDay .rank_list .topname.data-v-d329a3d8 {
position: relative;
padding-left: 15px;
margin-top: 5px;
}
.everyDay .rank_list .topname.data-v-d329a3d8::after {
width: 5px;
height: 5px;
content: "";
position: absolute;
left: 0;
top: 7px;
background-color: #666;
border-radius: 50%;
}
.everyDay .rank_list .type.data-v-d329a3d8 {
border-bottom: none;
line-height: 40px;
}
.everyDay .top.data-v-d329a3d8 {
display: flex;
justify-content: space-between;
}
.jishiqi.data-v-d329a3d8 {
margin: 0 10px;
}
.jishiqi .right.data-v-d329a3d8 {
width: 100%;
margin-left: 0;
height: auto;
margin-bottom: 20px;
}
.jishiqi .item.data-v-d329a3d8 {
width: auto;
background: #fff;
padding: 2px 15px;
border-radius: 10px;
display: flex;
flex-wrap: wrap;
font-size: 28rpx;
margin-bottom: 10px;
}
.jishiqi .item .left-icon.data-v-d329a3d8 {
width: 100%;
float: left;
height: 80rpx;
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: inherit;
}
.jishiqi .item .left-icon image.data-v-d329a3d8 {
margin-right: 5px;
width: 40rpx;
height: 40rpx;
}
.jishiqi .item .left-icon .name.data-v-d329a3d8 {
display: flex;
align-items: center;
}
.jishiqi .item .left-icon .weight.data-v-d329a3d8 {
margin-right: 5px;
color: #54d87c;
}
.jishiqi .item .right-info.data-v-d329a3d8 {
width: 100%;
height: 8px;
margin-bottom: 10px;
background-color: #f3f7f5;
border-radius: 5px;
position: relative;
}