2024-05-29 16:35:45 +08:00
|
|
|
*{
|
|
|
|
|
font-family: "Microsoft YaHei";
|
|
|
|
|
}
|
|
|
|
|
page{
|
2024-08-22 09:48:00 +08:00
|
|
|
font-size: 30rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
}
|
2024-05-02 15:59:36 +08:00
|
|
|
.text_l{
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
.text_r{
|
|
|
|
|
text-align: right !important;
|
|
|
|
|
}
|
|
|
|
|
.text_c{
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.f-r{
|
|
|
|
|
float: right !important;
|
|
|
|
|
}
|
|
|
|
|
.bgfff{
|
|
|
|
|
background: #fff !important;
|
|
|
|
|
}
|
2024-09-12 11:20:52 +08:00
|
|
|
.red{
|
|
|
|
|
color:#f5222d
|
|
|
|
|
}
|
2024-05-02 15:59:36 +08:00
|
|
|
.c666{
|
|
|
|
|
color: #666 !important;
|
|
|
|
|
}
|
|
|
|
|
.c999{
|
|
|
|
|
color: #999 !important;
|
|
|
|
|
}
|
2024-05-29 16:35:45 +08:00
|
|
|
.cyello{
|
|
|
|
|
color: #FEC407 !important;
|
|
|
|
|
}
|
|
|
|
|
.cblue{
|
|
|
|
|
color: #477EFF !important;
|
|
|
|
|
}
|
2024-05-02 15:59:36 +08:00
|
|
|
.size12 {
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size:28rpx !important
|
2024-05-02 15:59:36 +08:00
|
|
|
}
|
|
|
|
|
.size14 {
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 32rpx !important
|
2024-05-02 15:59:36 +08:00
|
|
|
}
|
|
|
|
|
.size16 {
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 36rpx !important
|
2024-05-02 15:59:36 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.size18 {
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 40rpx !important
|
2024-05-02 15:59:36 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.size20 {
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 44rpx !important
|
2024-05-02 15:59:36 +08:00
|
|
|
}
|
2024-05-29 16:35:45 +08:00
|
|
|
.size26{
|
|
|
|
|
font-size: 52rpx !important
|
|
|
|
|
}
|
2024-05-02 15:59:36 +08:00
|
|
|
|
|
|
|
|
.mt-5 {
|
|
|
|
|
margin-top: 5px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mt-10 {
|
|
|
|
|
margin-top: 10px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mt-15 {
|
|
|
|
|
margin-top: 15px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mb-5 {
|
|
|
|
|
margin-bottom: 5px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mb-10 {
|
|
|
|
|
margin-bottom: 10px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mr-5 {
|
|
|
|
|
margin-right: 5px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mr-10 {
|
|
|
|
|
margin-right: 10px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ml-5 {
|
|
|
|
|
margin-left: 5px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ml-10 {
|
|
|
|
|
margin-left: 10px !important;
|
|
|
|
|
}
|
|
|
|
|
.ml-15 {
|
|
|
|
|
margin-left: 15px !important;
|
|
|
|
|
}
|
2024-07-22 14:13:19 +08:00
|
|
|
.orangeBtn {
|
|
|
|
|
color: #fa8c16;
|
|
|
|
|
background: #fff7e6;
|
|
|
|
|
border: 1px solid #ffd591;
|
|
|
|
|
padding: 5px 8px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
}
|
|
|
|
|
.blueBtn {
|
|
|
|
|
color: #1890ff;
|
|
|
|
|
background: #dbebf9;
|
|
|
|
|
border: 1px solid #8cc8ff;
|
|
|
|
|
padding: 5px 8px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
}
|
2024-07-25 16:55:39 +08:00
|
|
|
.redBtn {
|
|
|
|
|
color: #f5222d;
|
|
|
|
|
background: #fff1f0;
|
|
|
|
|
border: 1px solid #ffa39e;
|
|
|
|
|
}
|
2024-05-02 15:59:36 +08:00
|
|
|
|
|
|
|
|
.bold {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flex {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.overflow {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.box_shadow {
|
|
|
|
|
box-shadow: 0px 1px 5px 2px #dfe2e1fc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.border-bottom {
|
|
|
|
|
border-bottom: 1px solid #f7f7f7;
|
|
|
|
|
}
|
|
|
|
|
.borderR {
|
|
|
|
|
border-right: 1px solid #f7f7f7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nolist {
|
2024-08-22 09:48:00 +08:00
|
|
|
padding:50px 15px;
|
2024-07-08 10:50:07 +08:00
|
|
|
width: calc(100% - 30px);
|
2024-05-02 15:59:36 +08:00
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
image {
|
2024-08-22 09:48:00 +08:00
|
|
|
width: 150px;
|
|
|
|
|
height: 150px;
|
2024-05-02 15:59:36 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
text {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
text-align: center;
|
2024-05-29 16:35:45 +08:00
|
|
|
color: #999;
|
2024-05-02 15:59:36 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #fff;
|
|
|
|
|
height: 35px;
|
|
|
|
|
line-height: 35px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.endtext {
|
|
|
|
|
text-align: center;
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 32rpx;
|
2024-05-02 15:59:36 +08:00
|
|
|
color: #999;
|
|
|
|
|
padding: 15px 0;
|
|
|
|
|
}
|
|
|
|
|
//
|
|
|
|
|
.groupBtn {
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
|
|
.del {
|
|
|
|
|
color: $btncolor !important;
|
|
|
|
|
background-color: #ffe4b8 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
|
background-color: $btncolor;
|
|
|
|
|
width: 45%;
|
|
|
|
|
margin: 10px auto 15px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
height: 36px;
|
|
|
|
|
line-height: 36px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
//
|
|
|
|
|
.wrapper {
|
2024-05-29 16:35:45 +08:00
|
|
|
position: fixed;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
|
|
|
|
|
.bg {
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.4);
|
2025-05-07 09:26:24 +08:00
|
|
|
z-index: 999;
|
2024-05-29 16:35:45 +08:00
|
|
|
}
|
|
|
|
|
// 左侧
|
|
|
|
|
.wrapper_box {
|
|
|
|
|
width: 220px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
position: absolute;
|
|
|
|
|
height: 100vh;
|
2025-05-07 09:26:24 +08:00
|
|
|
z-index: 1000;
|
2024-05-29 16:35:45 +08:00
|
|
|
|
|
|
|
|
.top {
|
|
|
|
|
width: 100%;
|
2024-08-26 14:57:10 +08:00
|
|
|
height: 200rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
color: #fff;
|
|
|
|
|
text-align: center;
|
|
|
|
|
background: $maincolor;
|
|
|
|
|
|
|
|
|
|
.image1 {
|
|
|
|
|
width: 50px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
margin: auto;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
margin-bottom: 16rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
view {
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: block;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin: auto;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.drawerList {
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
flex: 1;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
margin-bottom: 20rpx;
|
|
|
|
|
width: 220px;
|
|
|
|
|
height: calc(100vh - 100px);
|
|
|
|
|
overflow-y: scroll;
|
2025-05-07 09:26:24 +08:00
|
|
|
z-index: 999;
|
2024-05-29 16:35:45 +08:00
|
|
|
|
|
|
|
|
.drawerList_item {
|
|
|
|
|
background: #f7f7f7;
|
|
|
|
|
margin: 10px;
|
|
|
|
|
padding: 8px 8px 0;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
|
|
.image1 {
|
|
|
|
|
width: 45px;
|
|
|
|
|
height: 45px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.overflow {
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 32rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
color: #333;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.right {
|
|
|
|
|
width: 70%;
|
|
|
|
|
|
|
|
|
|
.dangqian {
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size:28rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
color: #fff;
|
|
|
|
|
padding: 1px 5px;
|
|
|
|
|
background-color: $textcolor;
|
|
|
|
|
text-align: center;
|
|
|
|
|
width: auto;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
width: auto;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
float: right;
|
|
|
|
|
height: 15px;
|
|
|
|
|
line-height: 15px;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toggle {
|
|
|
|
|
background-color: #999;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.info {
|
|
|
|
|
height: 30px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
view {
|
|
|
|
|
float: left;
|
|
|
|
|
margin-right: 10px;
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size:28rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
color: #999;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.name {
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
|
|
.overflow {
|
|
|
|
|
width: 60%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.add {
|
|
|
|
|
margin: 15px;
|
|
|
|
|
background: $btncolor;
|
|
|
|
|
color: #fff;
|
|
|
|
|
height: 30px;
|
|
|
|
|
text-align: center;
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 56rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
line-height: 30px;
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
// 弹框
|
2024-05-02 15:59:36 +08:00
|
|
|
|
2024-05-29 16:35:45 +08:00
|
|
|
.edit {
|
2025-04-26 13:35:30 +08:00
|
|
|
width: 75%;
|
2024-05-29 16:35:45 +08:00
|
|
|
height: auto;
|
|
|
|
|
background: #eee;
|
2024-05-02 15:59:36 +08:00
|
|
|
border-radius: 10px;
|
2024-05-29 16:35:45 +08:00
|
|
|
padding: 15px;
|
2024-05-02 15:59:36 +08:00
|
|
|
position: relative;
|
2024-05-29 16:35:45 +08:00
|
|
|
top: 15%;
|
|
|
|
|
margin: auto;
|
|
|
|
|
z-index: 99999;
|
|
|
|
|
overflow: hidden;
|
2024-05-02 15:59:36 +08:00
|
|
|
|
2024-05-29 16:35:45 +08:00
|
|
|
.title {
|
|
|
|
|
text-align: center;
|
2024-05-02 15:59:36 +08:00
|
|
|
width: 100%;
|
2024-05-29 16:35:45 +08:00
|
|
|
color: #333;
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 36rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.editem {
|
|
|
|
|
position: relative;
|
2024-05-02 15:59:36 +08:00
|
|
|
display: flex;
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 32rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
border-radius: 10px;
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
height: 40px;
|
2024-05-02 15:59:36 +08:00
|
|
|
justify-content: space-between;
|
2024-05-29 16:35:45 +08:00
|
|
|
background: #fff;
|
|
|
|
|
padding: 0px 10px;
|
2024-05-02 15:59:36 +08:00
|
|
|
align-items: center;
|
|
|
|
|
|
2024-05-29 16:35:45 +08:00
|
|
|
.radioimg {
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 44rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
color: $btncolor;
|
2024-05-02 15:59:36 +08:00
|
|
|
}
|
|
|
|
|
|
2024-05-29 16:35:45 +08:00
|
|
|
.radio {
|
|
|
|
|
width: 50%;
|
|
|
|
|
text-align: right;
|
2024-05-02 15:59:36 +08:00
|
|
|
display: flex;
|
2024-05-29 16:35:45 +08:00
|
|
|
justify-content: center;
|
2024-05-02 15:59:36 +08:00
|
|
|
align-items: center;
|
2024-05-29 16:35:45 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.name {
|
|
|
|
|
width: 4rem;
|
|
|
|
|
color: #333;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.right {
|
|
|
|
|
width: 60%;
|
|
|
|
|
height: 40px;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
|
2024-05-02 15:59:36 +08:00
|
|
|
|
2024-05-29 16:35:45 +08:00
|
|
|
input {
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
line-height: 40px;
|
2024-07-22 14:13:19 +08:00
|
|
|
text-align: right;
|
2024-05-02 15:59:36 +08:00
|
|
|
}
|
|
|
|
|
|
2024-05-29 16:35:45 +08:00
|
|
|
picker {
|
|
|
|
|
width: 100%;
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 36rpx;
|
2024-07-22 14:13:19 +08:00
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
view{
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
2024-05-02 15:59:36 +08:00
|
|
|
}
|
|
|
|
|
|
2024-05-29 16:35:45 +08:00
|
|
|
.uni-input {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 30px;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
height: 40px;
|
|
|
|
|
line-height: 40px;
|
2024-05-02 15:59:36 +08:00
|
|
|
text-align: right;
|
2024-05-29 16:35:45 +08:00
|
|
|
z-index: 9999;
|
2024-05-02 15:59:36 +08:00
|
|
|
}
|
2024-05-29 16:35:45 +08:00
|
|
|
|
2024-05-02 15:59:36 +08:00
|
|
|
}
|
|
|
|
|
|
2024-05-29 16:35:45 +08:00
|
|
|
.value {
|
|
|
|
|
position: relative;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
width: 3rem;
|
|
|
|
|
text-align: center;
|
|
|
|
|
float: left;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.iconfont {
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
float: right;
|
|
|
|
|
display: flex;
|
2024-05-02 15:59:36 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2024-05-29 16:35:45 +08:00
|
|
|
.tips {
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size:28rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
color: #999;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-10-11 10:04:19 +08:00
|
|
|
|
|
|
|
|
.visible {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
z-index: 99;
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.6);
|
|
|
|
|
|
|
|
|
|
.groupBtn {
|
|
|
|
|
height: 50px;
|
|
|
|
|
line-height: 50px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
padding: 0 15px;
|
|
|
|
|
border-bottom: 1px solid #dfdfdf;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 45%;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
|
|
|
|
|
view {
|
|
|
|
|
height: 30px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
background-color: #dfdfdf;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sure {
|
|
|
|
|
background-color: $textcolor;
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.picker-view {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 45%;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
position: absolute;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-05-29 16:35:45 +08:00
|
|
|
.header {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 240rpx;
|
|
|
|
|
background: $maincolor;
|
|
|
|
|
|
|
|
|
|
image {
|
2024-07-25 16:55:39 +08:00
|
|
|
width: 55px;
|
|
|
|
|
height: 55px;
|
2024-05-29 16:35:45 +08:00
|
|
|
border-radius: 50%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.top {
|
|
|
|
|
margin: 0 10px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
padding:10px 15px;
|
2024-08-22 09:48:00 +08:00
|
|
|
height: 160rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
.headimg {
|
|
|
|
|
width: 55px;
|
|
|
|
|
height: 55px;
|
|
|
|
|
}
|
2024-07-25 16:55:39 +08:00
|
|
|
|
2024-05-29 16:35:45 +08:00
|
|
|
|
|
|
|
|
.toggle {
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.add {
|
|
|
|
|
border: 1px #dfdfdf dashed;
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size:56rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
font-weight: 500;
|
|
|
|
|
width: 35px;
|
|
|
|
|
height: 35px;
|
|
|
|
|
line-height: 35px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
// 趋势
|
|
|
|
|
.TrendPage {
|
|
|
|
|
padding: 10px 0;
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
background-color: #f7f7f7;
|
|
|
|
|
|
|
|
|
|
.listC {
|
2024-09-12 11:20:52 +08:00
|
|
|
width: calc(100% - 50px);
|
2024-05-29 16:35:45 +08:00
|
|
|
padding: 15px;
|
2024-09-12 11:20:52 +08:00
|
|
|
margin: 0 10px;
|
2024-05-29 16:35:45 +08:00
|
|
|
display: flex;
|
2024-09-12 11:20:52 +08:00
|
|
|
border-radius: 10px;
|
2024-05-29 16:35:45 +08:00
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-around;
|
2024-09-12 11:20:52 +08:00
|
|
|
background-color: #fff;
|
2024-05-29 16:35:45 +08:00
|
|
|
|
|
|
|
|
view {
|
2024-05-02 15:59:36 +08:00
|
|
|
position: relative;
|
2024-05-29 16:35:45 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.active:after {
|
|
|
|
|
content: "";
|
|
|
|
|
height: 3px;
|
2024-05-02 15:59:36 +08:00
|
|
|
width: 100%;
|
2024-05-29 16:35:45 +08:00
|
|
|
position: absolute;
|
|
|
|
|
bottom: -5px;
|
|
|
|
|
left: 0;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
background: $maincolor;
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-05-02 15:59:36 +08:00
|
|
|
|
2024-05-29 16:35:45 +08:00
|
|
|
.box {
|
|
|
|
|
width: calc(100% - 20px);
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
margin: 10px;
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
}
|
2024-05-02 15:59:36 +08:00
|
|
|
|
2024-05-29 16:35:45 +08:00
|
|
|
.boxTime {
|
|
|
|
|
width: calc(100% - 20px);
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
.style {
|
|
|
|
|
background: $maincolor;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.iconfont {
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 32rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
color: #666;
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-05-02 15:59:36 +08:00
|
|
|
|
2024-05-29 16:35:45 +08:00
|
|
|
.boxLine {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
justify-content: space-between;
|
2024-09-12 11:20:52 +08:00
|
|
|
|
2024-05-29 16:35:45 +08:00
|
|
|
.line {
|
|
|
|
|
clear: both;
|
|
|
|
|
width: 100%;
|
2024-09-12 11:20:52 +08:00
|
|
|
height: auto;
|
2024-05-29 16:35:45 +08:00
|
|
|
background-color: #fff;
|
2024-09-12 11:20:52 +08:00
|
|
|
padding-top: 10px;
|
|
|
|
|
border-bottom: 10px solid #f7f7f7;
|
2024-05-29 16:35:45 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-05-02 15:59:36 +08:00
|
|
|
|
2024-05-29 16:35:45 +08:00
|
|
|
//
|
|
|
|
|
.gridList {
|
|
|
|
|
padding: 0;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
margin: 15px;
|
|
|
|
|
width: calc(100%- 30px);
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
.info {
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
|
|
.item {
|
|
|
|
|
color: #fff;
|
|
|
|
|
width: 47.5%;
|
|
|
|
|
height: 50px;
|
|
|
|
|
background: $maincolor;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
text {
|
|
|
|
|
width: 30px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
background-color: #fff;
|
2024-05-02 15:59:36 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2024-05-29 16:35:45 +08:00
|
|
|
.data {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
color: #666;
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
|
|
.item {
|
|
|
|
|
width: 47.5%;
|
|
|
|
|
text-align: center;
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 32rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
line-height: 30px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
padding: 10px 0;
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.val {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 40rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
font-weight: 700;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
color: #666;
|
|
|
|
|
|
|
|
|
|
text {
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 32rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
font-weight: 500;
|
|
|
|
|
display: block;
|
|
|
|
|
margin-top: 3px;
|
|
|
|
|
margin-left: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.image{
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
|
|
|
|
|
image {
|
|
|
|
|
width: 70%;
|
|
|
|
|
height: 70%;
|
|
|
|
|
margin: 15%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.name {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
2025-04-26 13:35:30 +08:00
|
|
|
line-height: 20px;
|
2024-05-29 16:35:45 +08:00
|
|
|
color: #999;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
//
|
|
|
|
|
.skiptop {
|
|
|
|
|
background: $maincolor;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
margin: 0 15px 10px;
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 32rpx;
|
2024-07-22 14:13:19 +08:00
|
|
|
padding: 20px 10px 5px;
|
2024-05-29 16:35:45 +08:00
|
|
|
color: #fff;
|
|
|
|
|
|
|
|
|
|
.status {
|
2024-06-13 18:03:50 +08:00
|
|
|
float: right;
|
2024-05-29 16:35:45 +08:00
|
|
|
margin-bottom: 25px;
|
2024-07-22 14:13:19 +08:00
|
|
|
width: auto;
|
|
|
|
|
color: #333;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
padding:8px 10px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2024-05-29 16:35:45 +08:00
|
|
|
|
2024-07-22 14:13:19 +08:00
|
|
|
// text {
|
|
|
|
|
// width: auto;
|
|
|
|
|
// color: #333;
|
|
|
|
|
// background-color: #fff;
|
|
|
|
|
// border-radius: 10px;
|
|
|
|
|
// padding: 8px 10px;
|
|
|
|
|
// }
|
2024-05-02 15:59:36 +08:00
|
|
|
}
|
|
|
|
|
|
2024-05-29 16:35:45 +08:00
|
|
|
.item {
|
2024-06-13 18:03:50 +08:00
|
|
|
width: 100%;
|
2024-05-29 16:35:45 +08:00
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
|
|
text {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 36rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
text-align: center;
|
2024-07-22 14:13:19 +08:00
|
|
|
margin-top: 10px;
|
2024-05-29 16:35:45 +08:00
|
|
|
}
|
2024-05-02 15:59:36 +08:00
|
|
|
}
|
2024-05-29 16:35:45 +08:00
|
|
|
}
|
|
|
|
|
// 首页卡片
|
|
|
|
|
.indexCarList {
|
|
|
|
|
.box {
|
|
|
|
|
margin: 15px 10px 0;
|
|
|
|
|
padding: 15px 10px 10px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
width: calc(100% - 40px);
|
|
|
|
|
display: flex;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.card {
|
|
|
|
|
flex-wrap: wrap;
|
2024-05-02 15:59:36 +08:00
|
|
|
|
2024-05-29 16:35:45 +08:00
|
|
|
.title {
|
|
|
|
|
width: 100%;
|
|
|
|
|
color: #666;
|
2024-05-02 15:59:36 +08:00
|
|
|
display: flex;
|
2024-05-29 16:35:45 +08:00
|
|
|
padding-bottom: 5px;
|
2024-05-02 15:59:36 +08:00
|
|
|
align-items: center;
|
2024-05-29 16:35:45 +08:00
|
|
|
justify-content: space-between;
|
2024-08-22 09:48:00 +08:00
|
|
|
|
|
|
|
|
.time{
|
|
|
|
|
display: flex;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.name2 {
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 36rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
font-weight: bold;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
color: #333;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.item {
|
2024-10-11 10:04:19 +08:00
|
|
|
padding: 7px 0;
|
2024-05-29 16:35:45 +08:00
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
.weight {
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
|
|
text {
|
2024-08-22 09:48:00 +08:00
|
|
|
font-size: 40rpx !important;
|
2024-05-29 16:35:45 +08:00
|
|
|
font-weight: bold;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.standardBtn {
|
|
|
|
|
width: 40px;
|
|
|
|
|
padding: 3px 8px;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #fff;
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 32rpx;
|
2024-07-22 14:13:19 +08:00
|
|
|
margin: auto;
|
2024-05-29 16:35:45 +08:00
|
|
|
background-color: $btncolor;
|
2024-05-02 15:59:36 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2024-05-29 16:35:45 +08:00
|
|
|
.target {
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
padding-top: 10px;
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 32rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
color: $textcolor;
|
2024-08-22 09:48:00 +08:00
|
|
|
// border-top: 1px solid #f7f7f7;
|
2024-05-29 16:35:45 +08:00
|
|
|
|
|
|
|
|
.targetBtn {
|
|
|
|
|
width: auto;
|
|
|
|
|
height: 30px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
background: $maincolor;
|
2024-05-02 15:59:36 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2024-05-29 16:35:45 +08:00
|
|
|
.item2 {
|
|
|
|
|
width: 50%;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
margin: 15px 0;
|
2024-05-02 15:59:36 +08:00
|
|
|
|
2024-05-29 16:35:45 +08:00
|
|
|
.name {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
|
|
}
|
2024-05-02 15:59:36 +08:00
|
|
|
}
|
2024-05-29 16:35:45 +08:00
|
|
|
}
|
2024-05-02 15:59:36 +08:00
|
|
|
|
2024-05-29 16:35:45 +08:00
|
|
|
.small {
|
|
|
|
|
width: calc(50% - 40px);
|
|
|
|
|
float: left;
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
|
|
|
|
|
.title {
|
|
|
|
|
.name {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
|
|
|
|
text {
|
|
|
|
|
width: 80%;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.item {
|
|
|
|
|
justify-content: center;
|
2024-05-02 15:59:36 +08:00
|
|
|
}
|
|
|
|
|
}
|
2024-05-29 16:35:45 +08:00
|
|
|
|
|
|
|
|
.setcard {
|
|
|
|
|
width: calc(100% - 20px);
|
|
|
|
|
text-align: center;
|
|
|
|
|
height: 40px;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
margin: 10px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
color: $textcolor;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 报告页
|
2024-05-02 15:59:36 +08:00
|
|
|
//选择对比
|
2024-05-29 16:35:45 +08:00
|
|
|
.calendar{
|
|
|
|
|
background: #f7f7f7;
|
|
|
|
|
min-height: 100vh;
|
|
|
|
|
|
|
|
|
|
.box {
|
|
|
|
|
margin-bottom: 305px;
|
|
|
|
|
padding-bottom: 210px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.list {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
margin: 15px;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.item {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: auto;
|
|
|
|
|
background: #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
height: 40px;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
padding: 10px 15px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
align-items: center;
|
|
|
|
|
text-align: center;
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 36rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
font-weight: 700;
|
|
|
|
|
|
|
|
|
|
view {
|
|
|
|
|
width: 32%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
image {
|
|
|
|
|
width: 25px;
|
|
|
|
|
height: 25px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
text {
|
|
|
|
|
width: 100%;
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size:28rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
display: block;
|
|
|
|
|
color: #666;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.check {
|
|
|
|
|
width: 35px !important;
|
|
|
|
|
|
|
|
|
|
.icon-kongradio {
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 44rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
color: #999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-radio {
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 44rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
color: #FCA82D;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.time {
|
|
|
|
|
width: 100%;
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 32rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
color: #666;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
|
|
|
|
text {
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 32rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
margin-top: 3px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bottom {
|
|
|
|
|
margin: 0;
|
|
|
|
|
width: auto;
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 0px;
|
|
|
|
|
right: 0px;
|
|
|
|
|
bottom: 0px;
|
|
|
|
|
z-index: 9;
|
|
|
|
|
padding: 0 10px 10px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
border-top: 1px solid #dfdfdf;
|
|
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
|
width: auto;
|
|
|
|
|
margin: 10px 0 0;
|
|
|
|
|
background: $maincolor;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.list {
|
|
|
|
|
margin: 10px 0;
|
|
|
|
|
height: 120rpx;
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
|
|
.item {
|
|
|
|
|
background: #F7F7F7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.time {
|
|
|
|
|
float: left;
|
|
|
|
|
text-align: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
color: #fea82d;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
width: 35%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.check {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: -5px;
|
|
|
|
|
top: -5px;
|
|
|
|
|
width: 25px;
|
|
|
|
|
|
|
|
|
|
.icon-quxiao {
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 40rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
color: #999;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pkclass {
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 30px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
background: #fea82d;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
line-height: 27px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #fff;
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 40rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
left: 30px;
|
|
|
|
|
top: 120rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn.active {
|
|
|
|
|
border: none;
|
|
|
|
|
color: #333 !important;
|
|
|
|
|
background: #dfdfdf !important;
|
|
|
|
|
display: block;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
}
|
2024-05-02 15:59:36 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 对比详情
|
|
|
|
|
.pkconp {
|
2024-05-29 16:35:45 +08:00
|
|
|
background: #f7f7f7;
|
|
|
|
|
padding: 15px 0;
|
|
|
|
|
min-height: 100vh;
|
|
|
|
|
|
|
|
|
|
.headerTop {
|
|
|
|
|
text-align: center;
|
|
|
|
|
background: #fff;
|
|
|
|
|
padding: 15px 15px 10px;
|
|
|
|
|
margin:0 15px;
|
|
|
|
|
border-radius: 10px 10px 0 0;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
|
|
.name {
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
image {
|
2024-08-05 10:01:06 +08:00
|
|
|
width: 110rpx;
|
|
|
|
|
height: 110rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
border-radius: 50%;
|
|
|
|
|
margin-right: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.right{
|
2024-08-05 10:01:06 +08:00
|
|
|
width: calc(100% - 140rpx);
|
2024-05-29 16:35:45 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.top {
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
height: 30px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
color: #999;
|
|
|
|
|
margin-top: 15px;
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 30rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.box {
|
|
|
|
|
background: #ffff;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
justify-content: space-around;
|
|
|
|
|
align-items: center;
|
|
|
|
|
padding-top: 15px;
|
|
|
|
|
margin: 15px;
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size:15px;
|
2024-05-29 16:35:45 +08:00
|
|
|
border-radius: 0 0 10px 10px;
|
|
|
|
|
|
|
|
|
|
.item {
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #999;
|
|
|
|
|
width: 33.3%;
|
|
|
|
|
line-height: 26px;
|
|
|
|
|
border-right: 1px solid #f7f7f7;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
|
|
|
|
view {
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 40rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
font-weight: 700;
|
|
|
|
|
color: #666;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.control {
|
|
|
|
|
background: #fff;
|
|
|
|
|
margin: 15px;
|
|
|
|
|
display: flex;
|
|
|
|
|
border: 1px solid #F0F0F0;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
|
|
.title {
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin: 10px;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
|
|
view {
|
|
|
|
|
width: 25%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// .name {
|
|
|
|
|
// width: 30%;
|
|
|
|
|
// }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.li {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin: 0 10px;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
height: 54px;
|
|
|
|
|
border-top: 1px solid #eee;
|
|
|
|
|
align-items: center;
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
|
|
.name {
|
|
|
|
|
width: 25%;
|
|
|
|
|
display: flex;
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 32rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
image {
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.num {
|
|
|
|
|
width: 25%;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
|
|
image {
|
|
|
|
|
width: 40rpx;
|
|
|
|
|
height: 40rpx;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.f,
|
|
|
|
|
.f0 {
|
|
|
|
|
width: 25%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
text {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
color: #999999;
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size:28rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.f0 {
|
|
|
|
|
text {
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size:28rpx;
|
2024-05-29 16:35:45 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.time {
|
|
|
|
|
border-top: 1px solid #f0f0f0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 40px;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
padding:0 10px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
|
|
view {
|
|
|
|
|
height: 40px;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.boxTime{
|
|
|
|
|
background: #fff;
|
|
|
|
|
margin: 15px;
|
|
|
|
|
display: flex;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
align-items: center;
|
|
|
|
|
padding:0 10px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
line-height: 50px;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
|
|
view {
|
|
|
|
|
height: 50px;
|
|
|
|
|
line-height: 50px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-05-02 15:59:36 +08:00
|
|
|
}
|
|
|
|
|
|
2024-06-13 18:03:50 +08:00
|
|
|
// 测量也
|
|
|
|
|
.weightPages {
|
|
|
|
|
.text {
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 36rpx;
|
2024-06-13 18:03:50 +08:00
|
|
|
margin-top: 20px;
|
|
|
|
|
color: $textcolor;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title {
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
height: 45px;
|
|
|
|
|
line-height: 45px;
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 36rpx;
|
2024-06-13 18:03:50 +08:00
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.image {
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
image {
|
|
|
|
|
width: 200px;
|
|
|
|
|
height: 200px;
|
|
|
|
|
margin: auto;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.tips {
|
|
|
|
|
width: auto;
|
|
|
|
|
margin-top: 25px;
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
line-height: 30px;
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size:28rpx;
|
2024-06-13 18:03:50 +08:00
|
|
|
color: #999;
|
|
|
|
|
|
|
|
|
|
text {
|
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wrapper {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
z-index: 99;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
|
|
|
|
|
|
|
|
.Blue {
|
|
|
|
|
width: 75%;
|
|
|
|
|
padding: 15px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
|
|
|
|
|
.h4 {
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 36rpx;
|
2024-06-13 18:03:50 +08:00
|
|
|
font-weight: 700;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.Blue-box {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
text-align: left;
|
|
|
|
|
height: 40px;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
|
|
|
|
|
text {
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 36rpx;
|
2024-06-13 18:03:50 +08:00
|
|
|
font-weight: 700;
|
|
|
|
|
margin: 0 5px;
|
|
|
|
|
color: $textcolor;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input {
|
|
|
|
|
width: 85px;
|
|
|
|
|
background: #f7f7f7;
|
|
|
|
|
padding: 7px 5px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.Blue-btn {
|
|
|
|
|
width: 45%;
|
|
|
|
|
background: $textcolor;
|
|
|
|
|
border-radius: 5px;
|
2024-08-05 10:01:06 +08:00
|
|
|
font-size: 32rpx;
|
2024-06-13 18:03:50 +08:00
|
|
|
margin-top: 10px;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
height: 35px;
|
|
|
|
|
line-height: 35px;
|
|
|
|
|
float: right;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.Blue-close {
|
|
|
|
|
background: #dfdfdf !important;
|
|
|
|
|
float: left !important;
|
|
|
|
|
color: #333;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.btnGroup {
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
|
|
.btnClose,
|
|
|
|
|
.baocun {
|
|
|
|
|
width: 150px;
|
|
|
|
|
background-color: $textcolor;
|
|
|
|
|
border: 1px solid #f7f7f7;
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 7px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
margin: 15px auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btnClose {
|
|
|
|
|
background-color: #dfdfdf;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-11-14 14:07:14 +08:00
|
|
|
}
|
|
|
|
|
|