222 lines
3.4 KiB
SCSS
222 lines
3.4 KiB
SCSS
.box {
|
|
margin: 15px 10px 0;
|
|
padding: 15px 10px 10px;
|
|
background-color: #fff;
|
|
width: calc(100% - 40px);
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border-radius: 10px;
|
|
position: relative;
|
|
min-height: 30px;
|
|
|
|
.groupBtn {
|
|
width: 100%;
|
|
}
|
|
|
|
.history {
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 10px;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
float: right;
|
|
margin-top: 15px;
|
|
font-size: 28rpx;
|
|
padding: 0 10px;
|
|
background: $maincolor !important;
|
|
}
|
|
|
|
.charts {
|
|
width: 100%;
|
|
height: 260upx;
|
|
margin: 10px 0;
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
.name {
|
|
position: absolute;
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 56rpx;
|
|
margin: auto;
|
|
color: #4687F9;
|
|
}
|
|
}
|
|
}
|
|
|
|
.wrapper {
|
|
font-size: 28upx;
|
|
|
|
.choice {
|
|
color: $textcolor;
|
|
font-weight: 500;
|
|
padding-left: 15px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.edit {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.item {
|
|
width: 100%;
|
|
height: 45px;
|
|
line-height: 45px;
|
|
display: flex;
|
|
border-bottom: 1px solid #f7f7f7;
|
|
}
|
|
|
|
.btn {
|
|
width: 40%;
|
|
float: right;
|
|
margin-top: 15px;
|
|
background: $maincolor !important;
|
|
}
|
|
|
|
.edit {
|
|
top: 20%
|
|
}
|
|
|
|
.close {
|
|
background: #dfdfdf !important;
|
|
float: left;
|
|
color: #333;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.indexCarList {
|
|
width: calc(100% - 40px);
|
|
margin: 10px;
|
|
padding: 10px;
|
|
background-color: #fff;
|
|
border-radius: 10px;
|
|
|
|
.title {
|
|
color: #000;
|
|
background-color: #f5f5f5 !important;
|
|
border-bottom: 1px solid #d9d9d9;
|
|
padding-left: 10px;
|
|
border-radius: 5px;
|
|
height: 35px;
|
|
display: flex;
|
|
align-items: center;
|
|
width: calc(100% - 10px);
|
|
|
|
|
|
.name {
|
|
font-size: 32upx;
|
|
font-weight: bold;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
.right {
|
|
width: 30%;
|
|
color: $textcolor;
|
|
font-size: 32rpx;
|
|
text-align: right;
|
|
margin-top: 5px;
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
|
|
.item3 {
|
|
display: flex;
|
|
background: #fff;
|
|
padding: 0 10px;
|
|
height: 50px;
|
|
font-size: 32upx;
|
|
align-items: center;
|
|
border-bottom: 1px solid #f7f7f7;
|
|
|
|
.name {
|
|
width: 42%;
|
|
// line-height: 50px;
|
|
}
|
|
|
|
.weight {
|
|
width: 58%;
|
|
display: flex;
|
|
align-items: center;
|
|
position: relative;
|
|
justify-content: space-between;
|
|
|
|
text {
|
|
color: #666;
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 15px;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.input {
|
|
width: 70%;
|
|
display: flex;
|
|
align-items: center;
|
|
position: relative;
|
|
justify-content: space-between;
|
|
|
|
.uni-icons {
|
|
position: absolute;
|
|
right: 10px;
|
|
bottom: 10px;
|
|
}
|
|
|
|
/deep/input,
|
|
/deep/picker {
|
|
width: 100%;
|
|
font-size: 32upx;
|
|
height: 35px;
|
|
line-height: 33px;
|
|
text-align: center;
|
|
border: 1px solid #dfdfdf;
|
|
border-radius: 5px;
|
|
background-color: #f7f7f7;
|
|
}
|
|
|
|
/deep/picker {
|
|
position: relative;
|
|
|
|
.down {
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 1px;
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
.iconfont {
|
|
color: $btncolor;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
.result {
|
|
width: 100%;
|
|
|
|
.weight {
|
|
view {
|
|
width: 30% !important;
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|
|
|
|
.gfbtn {
|
|
width: calc(100% - 40px);
|
|
margin-top: 20px;
|
|
margin-left: 20px;
|
|
color: #fff;
|
|
padding: 8px 0;
|
|
border-radius: 10px;
|
|
text-align: center;
|
|
background: $maincolor;
|
|
} |