master
parent
e4fea82132
commit
b348772e31
Binary file not shown.
@ -1,334 +0,0 @@
|
||||
.infobox1 {
|
||||
position: relative;
|
||||
background: #fff;
|
||||
border-radius: 0 0 30rpx 30rpx;
|
||||
padding: 19rpx 29rpx 44rpx 29rpx;
|
||||
box-shadow: -2.6rpx 0 11rpx 0.5rpx rgba(129, 129, 129, 0.05);
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.infobox1 .selectbox {
|
||||
margin-top: 38rpx;
|
||||
}
|
||||
.infobox1 .selectbox .block {
|
||||
position: relative;
|
||||
}
|
||||
.infobox1 .selectbox .block picker,
|
||||
.infobox1 .selectbox .block picker view {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: 99;
|
||||
opacity: 0;
|
||||
}
|
||||
.infobox1 .selectbox .block .title {
|
||||
font-size: 36rpx;
|
||||
font-weight: 500;
|
||||
color: #000000;
|
||||
font-family: Poppins;
|
||||
}
|
||||
.infobox1 .selectbox .block .icon {
|
||||
width: 30rpx;
|
||||
height: 30rpx;
|
||||
margin-left: 35rpx;
|
||||
}
|
||||
|
||||
.right_icon {
|
||||
width: 10rpx;
|
||||
height: 20rpx;
|
||||
margin-left: 14rpx;
|
||||
}
|
||||
|
||||
.calendar_view {
|
||||
margin-top: 44rpx;
|
||||
font-size: 24rpx;
|
||||
font-weight: 500;
|
||||
color: #666666;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.calendar_views {
|
||||
font-size: 24rpx;
|
||||
font-weight: 500;
|
||||
color: #000;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.calendar_view > view,
|
||||
.calendar_views > view {
|
||||
text-align: center;
|
||||
color: #666666;
|
||||
font-size: 24rpx;
|
||||
font-weight: 500;
|
||||
width: 98rpx;
|
||||
height: 60rpx;
|
||||
position: relative;
|
||||
}
|
||||
.calendar_views .block {
|
||||
text-align: center;
|
||||
width: 49rpx;
|
||||
height: 49rpx;
|
||||
border-radius: 50%;
|
||||
color: #000000;
|
||||
font-weight: 500;
|
||||
font-size: 24rpx;
|
||||
line-height: 49rpx;
|
||||
}
|
||||
|
||||
.calendar_views .blockstatus1 {
|
||||
width: 6rpx;
|
||||
height: 6rpx;
|
||||
background: #e9cd9e;
|
||||
border-radius: 50%;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
bottom: 14rpx;
|
||||
margin-left: -3rpx;
|
||||
}
|
||||
|
||||
.statubox {
|
||||
justify-content: flex-end;
|
||||
padding: 0 0 14rpx 0;
|
||||
border-bottom: 1rpx solid rgba(105, 100, 96, 0.1);
|
||||
}
|
||||
.statubox .status1 {
|
||||
}
|
||||
.statubox .status1 .block {
|
||||
width: 18rpx;
|
||||
height: 18rpx;
|
||||
border-radius: 50%;
|
||||
background: #f1ece6;
|
||||
}
|
||||
.statubox .status1 .title {
|
||||
font-size: 22rpx;
|
||||
color: #202020;
|
||||
margin-left: 12rpx;
|
||||
}
|
||||
.statubox .status2 {
|
||||
margin-left: 26rpx;
|
||||
}
|
||||
.statubox .status2 .block {
|
||||
width: 6rpx;
|
||||
height: 6rpx;
|
||||
border-radius: 50%;
|
||||
background: #e9cd9e;
|
||||
}
|
||||
.statubox .status2 .title {
|
||||
font-size: 22rpx;
|
||||
color: #202020;
|
||||
margin-left: 12rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.calendar_views .status1 {
|
||||
border: 2rpx solid #eecda1;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.calendar_views .cur_day {
|
||||
background: linear-gradient(0deg, #fff0da, #ffe4c0);
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.calendar_views .status4 {
|
||||
border: 2rpx solid #f2f2f2;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.calendar_views .no_cur_month {
|
||||
color: #cccccc;
|
||||
}
|
||||
|
||||
.menubox {
|
||||
color: #202020;
|
||||
font-size: 24rpx;
|
||||
font-weight: bold;
|
||||
margin-top: 44rpx;
|
||||
}
|
||||
.menubox .record {
|
||||
background: #e2c6a3;
|
||||
border-radius: 22rpx;
|
||||
color: #202020;
|
||||
font-size: 24rpx;
|
||||
height: 44rpx;
|
||||
line-height: 44rpx;
|
||||
width: 120rpx;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.van-tabs__scroll--line {
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.color {
|
||||
color: #f1ab15;
|
||||
}
|
||||
|
||||
.ellipsis2 {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
.nodata {
|
||||
color: #666666;
|
||||
text-align: center;
|
||||
margin-top: 50rpx;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.MT30 {
|
||||
margin-top: 30rpx;
|
||||
}
|
||||
|
||||
.submitbtn {
|
||||
position: absolute;
|
||||
bottom: 100rpx;
|
||||
width: 400rpx;
|
||||
left: 50%;
|
||||
margin-left: -200rpx;
|
||||
}
|
||||
.submitbtn .btn {
|
||||
position: absolute;
|
||||
top: 20rpx;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
font-size: 32rpx;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.avatar-wrapper {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 99;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
.aitems {
|
||||
align-items: center;
|
||||
}
|
||||
.jcenter {
|
||||
justify-content: center;
|
||||
}
|
||||
.sb {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.sa {
|
||||
justify-content: space-around;
|
||||
}
|
||||
.wrap {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.echartsboxs {
|
||||
font-size: 24rpx;
|
||||
font-weight: 500;
|
||||
color: #666;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.echartsboxs .blockbox {
|
||||
width: 98rpx;
|
||||
height: 60rpx;
|
||||
}
|
||||
|
||||
.echartsboxs .blockbox .title {
|
||||
font-weight: 500;
|
||||
text-align: center;
|
||||
color: #000000;
|
||||
font-size: 24rpx;
|
||||
margin: 20rpx auto 0;
|
||||
width: 49rpx;
|
||||
height: 49rpx;
|
||||
line-height: 49rpx;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.echartsboxs .blockbox .cur_day {
|
||||
background: linear-gradient(0deg, #fff0da, #ffe4c0);
|
||||
}
|
||||
|
||||
.echartsboxs .blockbox .status1 {
|
||||
border: 2rpx solid #eecda1;
|
||||
}
|
||||
|
||||
.echartsboxs .blockbox .status4 {
|
||||
border: 2rpx solid #f2f2f2;
|
||||
}
|
||||
|
||||
.arrow_box {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
bottom: 0;
|
||||
transform: translate(-50%);
|
||||
/*width: 100%;*/
|
||||
height: 13rpx;
|
||||
padding: 40rpx 80rpx 14rpx;
|
||||
}
|
||||
|
||||
.arrow {
|
||||
transform: rotate(180deg);
|
||||
transition-property: all;
|
||||
transition-duration: 0.5s;
|
||||
width: 24rpx;
|
||||
height: 100%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.toolbar {
|
||||
padding: 30rpx;
|
||||
}
|
||||
|
||||
.toolbar .toolbar_title {
|
||||
font-size: 36rpx;
|
||||
font-weight: 600;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.toolbar .select_box .text {
|
||||
color: #cccccc;
|
||||
font-size: 24rpx;
|
||||
margin-bottom: 20rpx;
|
||||
margin-top: 40rpx;
|
||||
}
|
||||
|
||||
.toolbar .select_box .date {
|
||||
color: #000;
|
||||
font-size: 28rpx;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.btn_confirm {
|
||||
height: 90rpx;
|
||||
background: #000;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
line-height: 90rpx;
|
||||
font-size: 32rpx;
|
||||
font-weight: 700;
|
||||
margin: 0 30rpx 40rpx;
|
||||
border-radius: 50rpx;
|
||||
}
|
||||
Loading…
Reference in New Issue