771 lines
16 KiB
Plaintext
771 lines
16 KiB
Plaintext
@charset "UTF-8";
|
|
/* 主题色 */
|
|
.tabbar.data-v-69723733 {
|
|
width: calc(100% - 30px);
|
|
padding: 10px 15px 15px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
}
|
|
.tabbar view.data-v-69723733 {
|
|
position: relative;
|
|
}
|
|
.tabbar .active.data-v-69723733:after {
|
|
content: "";
|
|
height: 3px;
|
|
width: 100%;
|
|
position: absolute;
|
|
bottom: -5px;
|
|
left: 0;
|
|
border-radius: 5px;
|
|
background: #54d87c;
|
|
}
|
|
.notice.data-v-69723733 {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
background-color: #fff;
|
|
margin-top: 15px;
|
|
margin-bottom: 15px;
|
|
border-radius: 10px;
|
|
}
|
|
.notice text.data-v-69723733 {
|
|
width: 60px;
|
|
font-size: 18px;
|
|
color: red;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
border-right: 1px solid #dfdfdf;
|
|
}
|
|
.notice.data-v-69723733 swiper {
|
|
width: calc(100% - 15px);
|
|
height: 40px;
|
|
line-height: 40px;
|
|
margin-left: 15px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.f_banner.data-v-69723733 {
|
|
width: calc(100% - 20px);
|
|
height: 330rpx;
|
|
margin: 20rpx;
|
|
}
|
|
.f_banner.data-v-69723733 swiper {
|
|
height: 330rpx;
|
|
}
|
|
.f_banner image.data-v-69723733 {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 10px;
|
|
background-size: 100%;
|
|
}
|
|
.charts.data-v-69723733 {
|
|
width: 100%;
|
|
}
|
|
.charts .TrendPage.data-v-69723733 {
|
|
width: 100%;
|
|
padding: 10px 0;
|
|
border-radius: 10px;
|
|
}
|
|
.charts .TrendPage .listC.data-v-69723733 {
|
|
width: calc(100% - 20px);
|
|
padding: 10px;
|
|
display: flex;
|
|
border-radius: 10px;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
background-color: #fff;
|
|
}
|
|
.charts .TrendPage .listC view.data-v-69723733 {
|
|
position: relative;
|
|
}
|
|
.charts .TrendPage .listC .active.data-v-69723733:after {
|
|
content: "";
|
|
height: 3px;
|
|
width: 100%;
|
|
position: absolute;
|
|
bottom: -5px;
|
|
left: 0;
|
|
border-radius: 5px;
|
|
background: #54d87c;
|
|
}
|
|
.charts .TrendPage .box.data-v-69723733 {
|
|
margin-top: 15px;
|
|
background-color: #fff;
|
|
border-radius: 15px;
|
|
}
|
|
.charts .TrendPage .boxTime.data-v-69723733 {
|
|
width: calc(100% - 30px);
|
|
border-radius: 10px;
|
|
text-align: center;
|
|
background: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 15px;
|
|
}
|
|
.charts .TrendPage .boxTime .style.data-v-69723733 {
|
|
background: #54d87c;
|
|
color: #fff;
|
|
}
|
|
.charts .TrendPage .boxTime .iconfont.data-v-69723733 {
|
|
font-size: 32rpx;
|
|
color: #666;
|
|
}
|
|
.charts .TrendPage .boxLine.data-v-69723733 {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
border-radius: 10px;
|
|
justify-content: space-between;
|
|
}
|
|
.charts .TrendPage .boxLine .line.data-v-69723733 {
|
|
clear: both;
|
|
width: 100%;
|
|
height: auto;
|
|
background-color: #fff;
|
|
padding-top: 10px;
|
|
border-bottom: 10px solid #f7f7f7;
|
|
}
|
|
.charts .gridList.data-v-69723733 {
|
|
padding: 0;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
width: 100%;
|
|
justify-content: space-between;
|
|
}
|
|
.charts .gridList .info.data-v-69723733 {
|
|
width: 100%;
|
|
display: flex;
|
|
margin-top: 15px;
|
|
justify-content: space-between;
|
|
}
|
|
.charts .gridList .info .item.data-v-69723733 {
|
|
color: #fff;
|
|
width: 47.5%;
|
|
height: 50px;
|
|
background: #54d87c;
|
|
text-align: center;
|
|
border-radius: 10px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.charts .gridList .info .item text.data-v-69723733 {
|
|
width: 30px;
|
|
height: 30px;
|
|
border-radius: 50%;
|
|
margin-right: 10px;
|
|
display: inline-block;
|
|
background-color: #fff;
|
|
}
|
|
.charts .gridList .data.data-v-69723733 {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
color: #666;
|
|
margin-top: 15px;
|
|
width: 100%;
|
|
}
|
|
.charts .gridList .data .item.data-v-69723733 {
|
|
width: 47.5%;
|
|
text-align: center;
|
|
font-size: 32rpx;
|
|
line-height: 30px;
|
|
background: #fff;
|
|
padding: 10px 0;
|
|
border-radius: 15px;
|
|
margin-bottom: 15px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.charts .gridList .data .val.data-v-69723733 {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 40rpx;
|
|
font-weight: 700;
|
|
justify-content: center;
|
|
color: #666;
|
|
}
|
|
.charts .gridList .data .val text.data-v-69723733 {
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
display: block;
|
|
margin-top: 3px;
|
|
margin-left: 3px;
|
|
}
|
|
.charts .gridList .data .image.data-v-69723733 {
|
|
width: 40px;
|
|
height: 40px;
|
|
border-radius: 50%;
|
|
}
|
|
.charts .gridList .data .image image.data-v-69723733 {
|
|
width: 70%;
|
|
height: 70%;
|
|
margin: 15%;
|
|
}
|
|
.charts .gridList .data .name.data-v-69723733 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: #999;
|
|
}
|
|
.charts .box.data-v-69723733 {
|
|
width: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
border-radius: 0 0 10px 10px;
|
|
justify-content: space-between;
|
|
}
|
|
.charts .box .listC.data-v-69723733 {
|
|
background-color: #fff;
|
|
}
|
|
.charts .box .listC .name.data-v-69723733 {
|
|
width: 20%;
|
|
padding: 0 15px;
|
|
font-size: 32rpx;
|
|
text-align: center;
|
|
border-radius: 5px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
.charts .box .listC .active2.data-v-69723733 {
|
|
color: #fff;
|
|
background: #54d87c;
|
|
}
|
|
.charts .box .blockC.data-v-69723733 {
|
|
clear: both;
|
|
width: 100%;
|
|
height: 250px;
|
|
background-color: #fff;
|
|
border-radius: 0 0 10px 10px;
|
|
padding-bottom: 15px;
|
|
}
|
|
.charts .gridList .info.data-v-69723733 {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.charts .gridList .info .item.data-v-69723733 {
|
|
color: #fff;
|
|
width: 48%;
|
|
height: 120rpx;
|
|
background: #54d87c;
|
|
text-align: center;
|
|
border-radius: 10px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.charts .gridList .info .item text.data-v-69723733 {
|
|
width: 70rpx;
|
|
height: 70rpx;
|
|
border-radius: 50%;
|
|
margin-right: 10px;
|
|
display: inline-block;
|
|
background-color: #fff;
|
|
}
|
|
.charts .gridList .data .item.data-v-69723733 {
|
|
display: block !important;
|
|
}
|
|
.report.data-v-69723733 {
|
|
background: #fff;
|
|
margin: 15px;
|
|
padding: 0 15px;
|
|
border-radius: 10px;
|
|
}
|
|
.report .box.data-v-69723733 {
|
|
padding: 0 !important;
|
|
margin: 0 !important;
|
|
width: 100% !important;
|
|
background-color: #fff;
|
|
border-radius: 10px;
|
|
display: block;
|
|
}
|
|
.report .box .item2.data-v-69723733 {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
}
|
|
.report .box .item2 .item2_data.data-v-69723733 {
|
|
width: 33%;
|
|
}
|
|
.report .box .item2 .item2_data .data.data-v-69723733 {
|
|
width: 100%;
|
|
text-align: center;
|
|
border-right: 1PX solid #f7f7f7;
|
|
box-sizing: border-box;
|
|
}
|
|
.report .box .item2 .item2_data text.data-v-69723733 {
|
|
font-size: 40rpx !important;
|
|
font-weight: bold;
|
|
}
|
|
.report .box .item2 .item2_data:nth-last-child(2) .data.data-v-69723733 {
|
|
border-right: none;
|
|
}
|
|
.report .box2.data-v-69723733 {
|
|
height: 50px;
|
|
line-height: 50px;
|
|
border-radius: 10px;
|
|
display: flex;
|
|
padding: 0 10px;
|
|
font-size: 28rpx;
|
|
justify-content: space-between;
|
|
margin: 10px 0;
|
|
background-color: #dfdfdf;
|
|
}
|
|
.report .info.data-v-69723733 {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.report .info .item.data-v-69723733 {
|
|
color: #fff;
|
|
width: 48%;
|
|
height: 120rpx;
|
|
background: #54d87c;
|
|
text-align: center;
|
|
border-radius: 10px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.report .info .item text.data-v-69723733 {
|
|
width: 70rpx;
|
|
height: 70rpx;
|
|
border-radius: 50%;
|
|
margin-right: 10px;
|
|
display: inline-block;
|
|
background-color: #fff;
|
|
}
|
|
.report .data2.data-v-69723733 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
line-height: 30px;
|
|
margin: 10px 0 5px;
|
|
}
|
|
.report .data2 .left2.data-v-69723733 {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.report .data2 .left2 .name.data-v-69723733 {
|
|
width: 50%;
|
|
}
|
|
.report .data2 .right.data-v-69723733 {
|
|
width: 50%;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
font-size: 14px;
|
|
text-align: right;
|
|
}
|
|
.report .data2 .right .lixiang.data-v-69723733 {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: baseline;
|
|
justify-content: flex-end;
|
|
}
|
|
.report .data2 .right .lixiang view.data-v-69723733 {
|
|
display: flex;
|
|
align-items: baseline;
|
|
}
|
|
.report .data2 .right .lixiang text.data-v-69723733 {
|
|
color: #54d87c;
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
}
|
|
.report .myinfoPage.data-v-69723733 {
|
|
width: 100%;
|
|
background: #fff;
|
|
margin: 10px 0;
|
|
padding-bottom: 0px;
|
|
border-radius: 10px;
|
|
}
|
|
.report .myinfoPage .box1.data-v-69723733 {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
border-radius: 10px;
|
|
font-size: 32rpx;
|
|
position: relative;
|
|
padding-bottom: 10px;
|
|
}
|
|
.report .myinfoPage .box1 .list.data-v-69723733 {
|
|
width: 100%;
|
|
color: #666;
|
|
padding: 0;
|
|
line-height: 50px;
|
|
}
|
|
.report .myinfoPage .box1 .list image.data-v-69723733,
|
|
.report .myinfoPage .box1 .list .t-icon.data-v-69723733 {
|
|
width: 18px !important;
|
|
height: 18px;
|
|
border: 2px solid #c7c7c7;
|
|
background-color: #c7c7c7;
|
|
border-radius: 50%;
|
|
margin-right: 5px;
|
|
}
|
|
.report .myinfoPage .box1 .list .block.data-v-69723733 {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
color: #666;
|
|
position: relative;
|
|
}
|
|
.report .myinfoPage .box1 .list .block .level.data-v-69723733,
|
|
.report .myinfoPage .box1 .list .block .val.data-v-69723733 {
|
|
width: 25%;
|
|
}
|
|
.report .myinfoPage .box1 .list .block .name.data-v-69723733 {
|
|
width: 40%;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.report .myinfoPage .box1 .list .block .icon.data-v-69723733 {
|
|
width: 20px;
|
|
text-align: right;
|
|
display: flex;
|
|
}
|
|
.report .myinfoPage .box1 .list .block .icon image.data-v-69723733 {
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
.report .desc.data-v-69723733 {
|
|
line-height: 20px;
|
|
text-align: left;
|
|
width: calc(100%-20px);
|
|
height: auto;
|
|
border-radius: 5px;
|
|
font-size: 30rpx;
|
|
color: #999;
|
|
padding: 10px;
|
|
background: #f7f7f7;
|
|
}
|
|
.report .desc .statuevue.data-v-69723733 {
|
|
height: 35px;
|
|
position: relative;
|
|
width: 100% !important;
|
|
margin: 20px auto 0px;
|
|
}
|
|
.report .desc .statuevue .bi.data-v-69723733 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: auto;
|
|
padding-top: 10px;
|
|
}
|
|
.report .desc .statuevue .bi .peobox.data-v-69723733 {
|
|
position: absolute;
|
|
right: 0;
|
|
top: -1px;
|
|
z-index: 999;
|
|
}
|
|
.report .desc .statuevue .bi .peobox .xx.data-v-69723733 {
|
|
width: 5px;
|
|
height: 5px;
|
|
border-radius: 50%;
|
|
background: #fff;
|
|
position: absolute;
|
|
z-index: 9;
|
|
border: 2px solid #1b2086;
|
|
top: 9px;
|
|
}
|
|
.report .desc .statuevue .item.data-v-69723733 {
|
|
position: relative;
|
|
margin: 0;
|
|
flex: 1;
|
|
height: 5px;
|
|
color: #666;
|
|
font-size: 30rpx;
|
|
}
|
|
.report .desc .statuevue .item .span1.data-v-69723733 {
|
|
width: 100%;
|
|
text-align: center;
|
|
position: absolute;
|
|
top: -23px;
|
|
}
|
|
.report .desc .statuevue .item .span.data-v-69723733 {
|
|
margin-top: 8px;
|
|
position: absolute;
|
|
right: -8px;
|
|
}
|
|
.report .yuanxing.data-v-69723733 {
|
|
display: inline-block;
|
|
background: #f19601;
|
|
width: 8px;
|
|
height: 12px;
|
|
margin-right: 5px;
|
|
font-size: 36rpx;
|
|
}
|
|
.report .btnf.data-v-69723733 {
|
|
font-size: 28rpx;
|
|
border-radius: 5px;
|
|
height: 22px;
|
|
margin: 0 10px 0 0;
|
|
line-height: 22px;
|
|
color: #fff;
|
|
font-weight: 400;
|
|
width: 44px !important;
|
|
text-align: center !important;
|
|
float: right;
|
|
}
|
|
.report .tivon.data-v-69723733 {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-content: center;
|
|
align-items: center;
|
|
}
|
|
.report .tivon .bianji.data-v-69723733 {
|
|
width: 20px;
|
|
height: 20px;
|
|
margin-left: 5px;
|
|
}
|
|
.report .box1 :last-child.list .val.data-v-69723733 {
|
|
width: 25% !important;
|
|
}
|
|
.report .kcalClass.data-v-69723733 {
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 36rpx;
|
|
line-height: 55px;
|
|
margin: -20px auto;
|
|
}
|
|
.report .yichang.data-v-69723733 {
|
|
background: #ffe4be;
|
|
color: #ff4239;
|
|
padding: 5px;
|
|
text-align: center;
|
|
border-radius: 5px;
|
|
margin: 0 15px 10px;
|
|
}
|
|
.report .tips.data-v-69723733 {
|
|
font-size: 30rpx;
|
|
line-height: 20px;
|
|
}
|
|
.report .tips text.data-v-69723733 {
|
|
display: inline-block;
|
|
width: 100%;
|
|
}
|
|
.report .jianyi_box.data-v-69723733 {
|
|
background-color: #fff;
|
|
border-radius: 10px;
|
|
width: 100%;
|
|
}
|
|
.report .jianyi.data-v-69723733 {
|
|
display: flex;
|
|
margin: 0 -15px;
|
|
justify-content: space-between;
|
|
}
|
|
.report .jianyi view.data-v-69723733 {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-content: center;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 20%;
|
|
margin: 0px 2.5% 0;
|
|
}
|
|
.report .jianyi view image.data-v-69723733 {
|
|
width: 25px;
|
|
height: 25px;
|
|
}
|
|
.report .jianyi view text.data-v-69723733 {
|
|
width: 100%;
|
|
text-align: center;
|
|
margin-top: 10px;
|
|
font-size: 28rpx;
|
|
color: #666;
|
|
}
|
|
.report .jianyi .active.data-v-69723733 {
|
|
border-bottom: 2px solid #f19601;
|
|
padding-bottom: 5px;
|
|
margin: 17px 2.5% 0;
|
|
}
|
|
.report .jianyi-con.data-v-69723733 {
|
|
margin-top: 15px;
|
|
background: #f7f7f7;
|
|
padding: 10px;
|
|
font-size: 28rpx;
|
|
line-height: 20px;
|
|
border-radius: 10px;
|
|
}
|
|
.report .tips2.data-v-69723733 {
|
|
color: #999;
|
|
margin-top: 15px;
|
|
font-size: 28rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.report.data-v-69723733 .uni-collapse-item {
|
|
width: 100% !important;
|
|
}
|
|
.report.data-v-69723733 .uni-collapse-item__title-arrow {
|
|
margin-right: 0 !important;
|
|
}
|
|
.report.data-v-69723733 .uni-collapse-item__wrap-content.uni-collapse-item--border {
|
|
border-bottom-width: 0;
|
|
}
|
|
.wrapper.data-v-69723733 {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
z-index: 999;
|
|
}
|
|
.wrapper .bg.data-v-69723733 {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
z-index: 99;
|
|
}
|
|
.wrapper .edit.data-v-69723733 {
|
|
width: 90%;
|
|
height: auto;
|
|
background: #fff;
|
|
border-radius: 10px;
|
|
position: relative;
|
|
top: 23%;
|
|
padding: 5px;
|
|
margin: auto;
|
|
z-index: 99999;
|
|
overflow: hidden;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
.wrapper .edit.data-v-69723733 swiper {
|
|
min-height: 540rpx;
|
|
text-align: center;
|
|
}
|
|
.wrapper .edit image.data-v-69723733 {
|
|
width: 100%;
|
|
height: 450rpx;
|
|
margin-top: 10px;
|
|
}
|
|
.wrapper .clear.data-v-69723733 {
|
|
position: absolute;
|
|
right: 3px;
|
|
top: 0px;
|
|
background-color: #fff;
|
|
border-radius: 50%;
|
|
}
|
|
.content.data-v-69723733 {
|
|
font-size: 32rpx;
|
|
width: 100%;
|
|
padding-bottom: 15px;
|
|
background-color: #F5F6FA;
|
|
min-height: 100vh;
|
|
}
|
|
.active.data-v-69723733 {
|
|
color: #000 !important;
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
}
|
|
.scroll-view_H.data-v-69723733 {
|
|
white-space: nowrap;
|
|
width: 100%;
|
|
}
|
|
.scroll-view_H .scroll-view-item_H.data-v-69723733 {
|
|
display: inline-block;
|
|
height: 45rpx;
|
|
line-height: 45rpx;
|
|
text-align: center;
|
|
}
|
|
.tagList.data-v-69723733 {
|
|
width: 100%;
|
|
height: 45px;
|
|
line-height: 45px;
|
|
background: #fff;
|
|
box-shadow: 0px 1px 5px 2px #dfe2e1fc;
|
|
position: fixed;
|
|
top: 0;
|
|
z-index: 99999;
|
|
}
|
|
.tagList text.data-v-69723733 {
|
|
color: #666;
|
|
padding: 0 15px;
|
|
}
|
|
.title.data-v-69723733 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding-left: 10px;
|
|
margin-bottom: 15px;
|
|
position: relative;
|
|
}
|
|
.title.data-v-69723733:before {
|
|
content: "";
|
|
position: absolute;
|
|
width: 8px;
|
|
height: 20px;
|
|
left: -5px;
|
|
border-radius: 5px;
|
|
background-color: #fea606;
|
|
}
|
|
.bleTips.data-v-69723733 {
|
|
height: 35px;
|
|
line-height: 35px;
|
|
margin: -10px 10px 10px;
|
|
background: #fff;
|
|
border-radius: 10px;
|
|
text-align: center;
|
|
box-shadow: 0px 1px 5px 2px #dfe2e1fc;
|
|
}
|
|
.bleTips2.data-v-69723733 {
|
|
background: #fea606;
|
|
color: #fff;
|
|
}
|
|
.report.data-v-69723733 {
|
|
margin: 60px 0 15px;
|
|
width: calc(100% - 30px);
|
|
}
|
|
.left.data-v-69723733 {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.left .name.data-v-69723733 {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 33%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.left image.data-v-69723733 {
|
|
width: 22px;
|
|
height: 22px;
|
|
margin-right: 5px;
|
|
}
|
|
.tools.data-v-69723733 {
|
|
display: flex;
|
|
padding: 0 15px;
|
|
margin-top: 15px;
|
|
justify-content: space-between;
|
|
}
|
|
.tools view.data-v-69723733 {
|
|
display: flex;
|
|
background: #fff;
|
|
padding: 10px;
|
|
border-radius: 10px;
|
|
width: 40%;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.tools image.data-v-69723733 {
|
|
width: 40px;
|
|
height: 40px;
|
|
margin-right: 10px;
|
|
}
|
|
|