|
|
/* pages/my/groupDetail/groupDetail.wxss */
|
|
|
@import "/pages/yogaHome/yogaHomeClass/yogaHomeClass.wxss";
|
|
|
|
|
|
page {
|
|
|
background: #fff;
|
|
|
}
|
|
|
|
|
|
.content_box {
|
|
|
position: relative;
|
|
|
top: 0;
|
|
|
padding: 0 30rpx;
|
|
|
background: #ffff;
|
|
|
}
|
|
|
|
|
|
.content_title_box {
|
|
|
box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(51, 51, 51, 0.1);
|
|
|
border-radius: 10rpx;
|
|
|
padding: 20rpx 30rpx !important;
|
|
|
}
|
|
|
|
|
|
.content_info_box {
|
|
|
margin: 10rpx 0 0 0;
|
|
|
}
|
|
|
|
|
|
.list_content_box {
|
|
|
padding: 0 !important;
|
|
|
}
|
|
|
|
|
|
.item_list {
|
|
|
border-bottom: 1rpx solid #e8e8e8;
|
|
|
margin-bottom: 50rpx;
|
|
|
padding: 40rpx 40rpx 20rpx 40rpx;
|
|
|
}
|
|
|
|
|
|
.coentent_label_box {
|
|
|
padding: 30rpx 0;
|
|
|
}
|
|
|
|
|
|
.plan_item {
|
|
|
border-radius: 10rpx;
|
|
|
overflow: hidden;
|
|
|
box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(51, 51, 51, 0.1);
|
|
|
margin-bottom: 40rpx;
|
|
|
}
|
|
|
|
|
|
.plan_content {
|
|
|
display: flex;
|
|
|
align-items: flex-start;
|
|
|
padding: 20rpx 30rpx;
|
|
|
border-bottom: 1rpx solid #e8e8e8;
|
|
|
}
|
|
|
|
|
|
.plan_content:last-child {
|
|
|
border-bottom: 0;
|
|
|
}
|
|
|
|
|
|
.plan_content_item {
|
|
|
display: flex;
|
|
|
align-items: flex-start;
|
|
|
margin-bottom: 30rpx;
|
|
|
font-size: 28rpx;
|
|
|
color: #999;
|
|
|
}
|
|
|
|
|
|
.plan_content_item:last-child {
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
.plan_user_name {
|
|
|
font-size: 28rpx;
|
|
|
color: #333;
|
|
|
}
|
|
|
|
|
|
.plan_time_box {
|
|
|
font-size: 28rpx;
|
|
|
color: #333;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
margin: 10rpx 0;
|
|
|
}
|
|
|
|
|
|
.icon-dianhua {
|
|
|
color: #ff7f7f;
|
|
|
}
|
|
|
|
|
|
.content_title {
|
|
|
width: 190rpx;
|
|
|
font-size: 28rpx;
|
|
|
color: #333;
|
|
|
}
|
|
|
|
|
|
.plan_title {
|
|
|
font-size: 30rpx;
|
|
|
font-weight: bold;
|
|
|
color: #fff;
|
|
|
background: #333;
|
|
|
padding: 20rpx;
|
|
|
}
|
|
|
|
|
|
.plan_title2 {
|
|
|
background: #e1cdb8;
|
|
|
}
|
|
|
|
|
|
.plan_img_box {
|
|
|
width: 36%;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
flex-wrap: wrap;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
|
|
|
.one_box {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
/* justify-content: center; */
|
|
|
border-right: 1rpx solid #e1cdb8;
|
|
|
}
|
|
|
|
|
|
.plan_content_box {
|
|
|
width: 60%;
|
|
|
margin-left: 40rpx;
|
|
|
}
|
|
|
|
|
|
.one_content_box {
|
|
|
width: 70%;
|
|
|
}
|
|
|
|
|
|
.plan_img_item image {
|
|
|
width: 100rpx;
|
|
|
height: 100rpx;
|
|
|
}
|
|
|
|
|
|
.plan_name {
|
|
|
font-size: 24rpx;
|
|
|
color: #999;
|
|
|
text-overflow: ellipsis;
|
|
|
}
|
|
|
|
|
|
.one_content_box .plan_content_item {
|
|
|
margin-bottom: 10rpx !important;
|
|
|
}
|
|
|
|
|
|
.one_img image {
|
|
|
width: 120rpx;
|
|
|
height: 120rpx;
|
|
|
}
|
|
|
|
|
|
.list_btn_box {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
|
|
|
.list_btn {
|
|
|
width: 100%;
|
|
|
height: 80rpx;
|
|
|
background: linear-gradient(27deg, rgba(255, 128, 128, 1), rgba(255, 141, 141, 1));
|
|
|
box-shadow: 0rpx 4rpx 16rpx 0rpx rgba(244, 118, 118, 0.36);
|
|
|
border-radius: 20rpx;
|
|
|
font-size: 30rpx;
|
|
|
color: #fff;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
|
|
|
.list_active {
|
|
|
background: linear-gradient(27deg, rgba(232, 232, 232, 1), rgba(232, 232, 232, 1));
|
|
|
}
|
|
|
|
|
|
.star_box {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
font-size: 20rpx;
|
|
|
color: #e8e8e8;
|
|
|
}
|
|
|
|
|
|
.icon-xing {
|
|
|
margin-right: 20rpx;
|
|
|
}
|
|
|
|
|
|
.xing_active {
|
|
|
color: #ff8080;
|
|
|
}
|
|
|
|
|
|
.schooltime_box {
|
|
|
width: 90%;
|
|
|
border-top: 1rpx solid #e8e8e8;
|
|
|
margin: 0 auto;
|
|
|
padding: 20rpx 0;
|
|
|
box-sizing: border-box;
|
|
|
font-size: 30rpx;
|
|
|
color: #333;
|
|
|
}
|
|
|
|
|
|
.time_detail {
|
|
|
font-size: 28rpx;
|
|
|
color: #666;
|
|
|
padding-left: 40rpx;
|
|
|
margin-top: 20rpx;
|
|
|
}
|
|
|
|
|
|
.plan_tab_content {
|
|
|
width: 100%;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
padding: 40rpx 0;
|
|
|
}
|
|
|
|
|
|
.tab_item {
|
|
|
width: 25%;
|
|
|
font-size: 24rpx;
|
|
|
color: #333;
|
|
|
border-right: 1rpx solid #999;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
.tab_item:last-child {
|
|
|
border-right: 0;
|
|
|
}
|
|
|
|
|
|
.tab_active {
|
|
|
color: #ff8080;
|
|
|
}
|
|
|
|
|
|
.satisfaction_box {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
flex-direction: column;
|
|
|
position: absolute;
|
|
|
margin-top: -25rpx;
|
|
|
left: 50%;
|
|
|
transform: translate(-50%);
|
|
|
}
|
|
|
|
|
|
.satisfaction_btn {
|
|
|
width: 160rpx;
|
|
|
height: 50rpx;
|
|
|
background: rgba(255, 128, 128, 1);
|
|
|
box-shadow: 0rpx 10rpx 26rpx 0rpx rgba(245, 84, 84, 0.2);
|
|
|
border-radius: 6rpx;
|
|
|
font-size: 24rpx;
|
|
|
color: #fffefe;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
|
|
|
.satisfaction_star {
|
|
|
width: 390rpx;
|
|
|
height: 60rpx;
|
|
|
background: rgba(254, 254, 254, 1);
|
|
|
box-shadow: 0rpx 10rpx 26rpx 0rpx rgba(110, 110, 110, 0.1);
|
|
|
border-radius: 8rpx;
|
|
|
margin-top: 20rpx;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-around;
|
|
|
color: #e8e8e8;
|
|
|
}
|
|
|
|
|
|
.course_box {
|
|
|
margin-top: 30rpx;
|
|
|
}
|
|
|
|
|
|
.label_title_box {
|
|
|
/* width: 100%;
|
|
|
background: rgba(255, 255, 255, 1);
|
|
|
box-shadow: 0rpx 1rpx 0rpx 0rpx rgba(233, 233, 233, 1);
|
|
|
padding: 20rpx 30rpx;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
border-top: 1rpx solid #e9e9e9; */
|
|
|
padding: 0 30rpx;
|
|
|
font-size: 24rpx;
|
|
|
color: #333;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
.label_title {
|
|
|
font-size: 30rpx;
|
|
|
font-weight: bold;
|
|
|
color: #333;
|
|
|
}
|
|
|
|
|
|
.label_info_box {
|
|
|
font-size: 28rpx;
|
|
|
color: #666;
|
|
|
padding: 0 30rpx;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
.course_item {
|
|
|
margin-bottom: 30rpx;
|
|
|
}
|
|
|
|
|
|
.label_btn {
|
|
|
font-size: 24rpx;
|
|
|
color: #ff8080;
|
|
|
}
|
|
|
|
|
|
.course_content_box {
|
|
|
width: 686rpx;
|
|
|
margin: 0 auto;
|
|
|
padding: 0 30rpx;
|
|
|
box-sizing: border-box;
|
|
|
box-shadow: 0rpx 1rpx 5rpx 0rpx rgba(89, 89, 89, 0.1);
|
|
|
border-radius: 10rpx;
|
|
|
}
|
|
|
|
|
|
.course_content_item {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
border-bottom: 1rpx solid #999;
|
|
|
padding: 30rpx 0;
|
|
|
}
|
|
|
|
|
|
.course_content_item:last-child {
|
|
|
border-bottom: 0;
|
|
|
}
|
|
|
|
|
|
.course_img {
|
|
|
width: 200rpx;
|
|
|
height: 150rpx;
|
|
|
}
|
|
|
|
|
|
.course_img image {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
.course_content_info {
|
|
|
width: 80%;
|
|
|
margin-left: 20rpx;
|
|
|
}
|
|
|
|
|
|
.course_title {
|
|
|
font-size: 28rpx;
|
|
|
font-weight: bold;
|
|
|
color: #333;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
|
|
|
.course_content {
|
|
|
font-size: 24rpx;
|
|
|
color: #333;
|
|
|
}
|
|
|
|
|
|
.no_course {
|
|
|
font-size: 36rpx;
|
|
|
font-weight: bold;
|
|
|
color: #e8e8e8;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
padding: 55rpx 0;
|
|
|
}
|
|
|
|
|
|
.vip_box {
|
|
|
padding: 30rpx;
|
|
|
}
|
|
|
|
|
|
.more_box {
|
|
|
/* display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between; */
|
|
|
font-size: 30rpx;
|
|
|
font-weight: bold;
|
|
|
color: #333;
|
|
|
padding: 20rpx 0;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
.more_info {
|
|
|
font-size: 24rpx;
|
|
|
color: #333;
|
|
|
}
|
|
|
|
|
|
.more_info2 {
|
|
|
color: #ff7f7f;
|
|
|
}
|
|
|
|
|
|
.more_peoper {
|
|
|
width: 720rpx;
|
|
|
margin: 0 auto;
|
|
|
overflow: scroll;
|
|
|
white-space: nowrap;
|
|
|
display: flex;
|
|
|
align-items: flex-start;
|
|
|
}
|
|
|
|
|
|
.more_item {
|
|
|
display: inline-block;
|
|
|
margin-right: 20rpx;
|
|
|
font-size: 24rpx;
|
|
|
color: #999;
|
|
|
}
|
|
|
|
|
|
.null_item {
|
|
|
width: 100rpx;
|
|
|
height: 100rpx;
|
|
|
font-size: 24rpx;
|
|
|
color: #999;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
background: #e8e8e8;
|
|
|
}
|
|
|
|
|
|
.more_peoper image {
|
|
|
width: 100rpx;
|
|
|
height: 100rpx;
|
|
|
}
|
|
|
|
|
|
.more_info_box {
|
|
|
width: 686rpx;
|
|
|
height: 150rpx;
|
|
|
background: rgba(255, 255, 255, 1);
|
|
|
box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(51, 51, 51, 0.1);
|
|
|
border-radius: 10rpx;
|
|
|
font-size: 30rpx;
|
|
|
font-weight: bold;
|
|
|
color: #333;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
padding: 20rpx;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
.more_info_box image {
|
|
|
width: 120rpx;
|
|
|
height: 120rpx;
|
|
|
border-radius: 8rpx;
|
|
|
}
|
|
|
|
|
|
.more_btn {
|
|
|
padding: 20rpx;
|
|
|
border-bottom: 1rpx solid #e8e8e8;
|
|
|
}
|
|
|
|
|
|
.more_btn:last-child {
|
|
|
border-bottom: 0;
|
|
|
}
|
|
|
|
|
|
.more_active {
|
|
|
color: #ff8080;
|
|
|
}
|
|
|
|
|
|
.vip_item {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
font-size: 28rpx;
|
|
|
/* font-weight: bold; */
|
|
|
color: #333;
|
|
|
}
|
|
|
|
|
|
.bottom_box {
|
|
|
width: 100%;
|
|
|
font-size: 24rpx;
|
|
|
color: #bfbfbf;
|
|
|
font-weight: bold;
|
|
|
padding: 0 40rpx;
|
|
|
box-sizing: border-box;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
flex-direction: column;
|
|
|
margin: 30rpx auto;
|
|
|
}
|
|
|
|
|
|
.submit_btn {
|
|
|
width: 100%;
|
|
|
height: 80rpx;
|
|
|
background: linear-gradient(27deg, rgba(255, 128, 128, 1), rgba(255, 140, 140, 1));
|
|
|
/* box-shadow: 4rpx 19rpx 92rpx 0rpx rgba(247, 94, 94, 0.39); */
|
|
|
border-radius: 20rpx;
|
|
|
font-size: 32rpx;
|
|
|
/* font-weight: bold; */
|
|
|
color: #fff;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
margin-bottom: 10rpx;
|
|
|
}
|
|
|
/* */
|
|
|
.plan_calendar{
|
|
|
margin-bottom: 30rpx;
|
|
|
}
|
|
|
.box {
|
|
|
display: flex;
|
|
|
}
|
|
|
|
|
|
.box-lr {
|
|
|
flex-direction: row;
|
|
|
}
|
|
|
|
|
|
.box-rl {
|
|
|
flex-direction: row-reverse;
|
|
|
}
|
|
|
|
|
|
.box-tb {
|
|
|
flex-direction: column;
|
|
|
padding: 10rpx 0;
|
|
|
color: #000;
|
|
|
}
|
|
|
|
|
|
.box-bt {
|
|
|
flex-direction: column-reverse;
|
|
|
}
|
|
|
|
|
|
.box-pack-center {
|
|
|
justify-content: center;
|
|
|
}
|
|
|
|
|
|
.box-pack-start {
|
|
|
justify-content: flex-start;
|
|
|
}
|
|
|
|
|
|
.box-pack-end {
|
|
|
justify-content: flex-end;
|
|
|
}
|
|
|
|
|
|
.box-pack-between {
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
|
|
|
.box-pack-around {
|
|
|
justify-content: space-around;
|
|
|
}
|
|
|
|
|
|
.box-align-center {
|
|
|
align-items: center;
|
|
|
}
|
|
|
|
|
|
.box-align-start {
|
|
|
align-items: flex-start;
|
|
|
}
|
|
|
|
|
|
.box-align-end {
|
|
|
align-items: flex-end;
|
|
|
}
|
|
|
|
|
|
.self-align-center {
|
|
|
align-self: center;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
|
|
|
.self-align-start {
|
|
|
align-self: flex-start;
|
|
|
}
|
|
|
|
|
|
.self-align-end {
|
|
|
align-self: flex-end;
|
|
|
}
|
|
|
|
|
|
.self-align-stretch {
|
|
|
align-self: stretch;
|
|
|
}
|
|
|
|
|
|
.box-wrap {
|
|
|
flex-wrap: wrap;
|
|
|
}
|
|
|
|
|
|
.box-nowrap {
|
|
|
flex-wrap: nowrap;
|
|
|
}
|
|
|
|
|
|
.flex {
|
|
|
flex-grow: 1;
|
|
|
}
|
|
|
|
|
|
.shrink {
|
|
|
flex-shrink: 1;
|
|
|
}
|
|
|
|
|
|
.bg {
|
|
|
background-image: linear-gradient(to bottom, #faefe7, #ffcbd7);
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
.brown-color {
|
|
|
color: #784344;
|
|
|
}
|
|
|
|
|
|
.pink-color {
|
|
|
color: #ff629a;
|
|
|
background: #fff;
|
|
|
/* margin-top: 16rpx; */
|
|
|
}
|
|
|
|
|
|
.white-color {
|
|
|
color: #fff;
|
|
|
}
|
|
|
|
|
|
.fs24 {
|
|
|
font-size: 24rpx;
|
|
|
}
|
|
|
|
|
|
.fs28 {
|
|
|
font-size: 26rpx;
|
|
|
}
|
|
|
|
|
|
.fs32 {
|
|
|
font-size: 32rpx;
|
|
|
}
|
|
|
|
|
|
.fs36 {
|
|
|
font-size: 36rpx;
|
|
|
}
|
|
|
|
|
|
.top-handle {
|
|
|
height: 80rpx;
|
|
|
color: #000;
|
|
|
}
|
|
|
|
|
|
.prev {
|
|
|
text-align: right;
|
|
|
height: 80rpx;
|
|
|
}
|
|
|
|
|
|
.next {
|
|
|
height: 80rpx;
|
|
|
}
|
|
|
|
|
|
.prev-handle {
|
|
|
width: 80rpx;
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
.next-handle {
|
|
|
width: 80rpx;
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
.date-area {
|
|
|
width: 50%;
|
|
|
height: 80rpx;
|
|
|
text-align: center;
|
|
|
font-weight: 800;
|
|
|
}
|
|
|
|
|
|
.weeks {
|
|
|
height: 50rpx;
|
|
|
line-height: 50rpx;
|
|
|
opacity: 0.5;
|
|
|
}
|
|
|
|
|
|
.week {
|
|
|
text-align: center;
|
|
|
color: #000;
|
|
|
}
|
|
|
|
|
|
.days {
|
|
|
/* height: 500rpx; */
|
|
|
}
|
|
|
|
|
|
.grid {
|
|
|
width: 93.1428571429rpx;
|
|
|
}
|
|
|
|
|
|
.day {
|
|
|
width: 50rpx;
|
|
|
height: 50rpx;
|
|
|
color: #666;
|
|
|
font-size: 26rpx;
|
|
|
margin-top: 30rpx;
|
|
|
}
|
|
|
|
|
|
.border-radius {
|
|
|
border-radius: 50%;
|
|
|
position: relative;
|
|
|
left: 0;
|
|
|
top: 0;
|
|
|
color: #666;
|
|
|
}
|
|
|
|
|
|
.pink-bg {
|
|
|
background: #ff8080;
|
|
|
color: #fff;
|
|
|
border-radius: 50%;
|
|
|
}
|
|
|
|
|
|
.pink-bg2 {
|
|
|
background: #e8e8e8;
|
|
|
border-radius: 50%;
|
|
|
}
|
|
|
|
|
|
.purple-bg {
|
|
|
background-color: #b8b8f1;
|
|
|
}
|
|
|
|
|
|
.right-triangle::after {
|
|
|
content: "";
|
|
|
display: block;
|
|
|
width: 0;
|
|
|
height: 0;
|
|
|
border: 15rpx solid transparent;
|
|
|
border-left-color: #ff629a;
|
|
|
position: absolute;
|
|
|
right: -22rpx;
|
|
|
top: 18rpx;
|
|
|
}
|
|
|
|
|
|
.left-triangle::before {
|
|
|
content: "";
|
|
|
display: block;
|
|
|
width: 0;
|
|
|
height: 0;
|
|
|
border: 15rpx solid transparent;
|
|
|
border-right-color: #ff629a;
|
|
|
position: absolute;
|
|
|
left: -22rpx;
|
|
|
top: 18rpx;
|
|
|
}
|
|
|
|
|
|
.tips {
|
|
|
text-align: center;
|
|
|
margin-top: 20rpx;
|
|
|
margin-bottom: 20rpx;
|
|
|
}
|
|
|
|
|
|
.types {
|
|
|
background-color: #ffedf4;
|
|
|
height: 50rpx;
|
|
|
}
|
|
|
|
|
|
.types-desc {
|
|
|
padding: 0 20rpx;
|
|
|
}
|
|
|
|
|
|
.type-name {
|
|
|
margin-top: 50rpx;
|
|
|
margin-bottom: 30rpx;
|
|
|
}
|
|
|
|
|
|
.type-desc {
|
|
|
padding: 0 35rpx;
|
|
|
line-height: 38rpx;
|
|
|
}
|
|
|
|
|
|
.explain {
|
|
|
border-top: 1px solid #eee;
|
|
|
width: 90%;
|
|
|
margin: 20rpx 5% 20rpx 5%;
|
|
|
padding: 20rpx 0;
|
|
|
}
|
|
|
|
|
|
.explain-title {
|
|
|
font-weight: bold;
|
|
|
margin-bottom: 15rpx;
|
|
|
}
|
|
|
|
|
|
.explain-item {
|
|
|
padding: 8rpx 20rpx;
|
|
|
color: #fff;
|
|
|
}
|
|
|
|
|
|
.left-border-radius {
|
|
|
border-top-left-radius: 20rpx;
|
|
|
border-bottom-left-radius: 20rpx;
|
|
|
}
|
|
|
|
|
|
.right-border-radius {
|
|
|
border-top-right-radius: 20rpx;
|
|
|
border-bottom-right-radius: 20rpx;
|
|
|
}
|
|
|
|
|
|
.picker-btns {
|
|
|
height: 120rpx;
|
|
|
line-height: 120rpx;
|
|
|
border-bottom: 1rpx solid #ff7ca0;
|
|
|
}
|
|
|
|
|
|
.picker-confirm {
|
|
|
margin-right: 50rpx;
|
|
|
}
|
|
|
|
|
|
.picker-cancel {
|
|
|
margin-left: 50rpx;
|
|
|
}
|
|
|
|
|
|
.picker-view {
|
|
|
color: #ff7ca0;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
/* */
|
|
|
|
|
|
.calendar_box {
|
|
|
padding: 0 50rpx;
|
|
|
}
|
|
|
|
|
|
.clendar_item {
|
|
|
box-shadow: 0rpx 1rpx 5rpx 0rpx rgba(89, 89, 89, 0.1);
|
|
|
}
|
|
|
|
|
|
.title_box {
|
|
|
font-size: 30rpx;
|
|
|
font-weight: bold;
|
|
|
color: #333;
|
|
|
padding: 20rpx 40rpx;
|
|
|
/* box-shadow: 0rpx -3rpx 29rpx 0rpx rgba(51, 51, 51, 0.1); */
|
|
|
position: relative;
|
|
|
z-index: 200;
|
|
|
/* text-align: center; */
|
|
|
}
|
|
|
|
|
|
.title_info {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
font-size: 30rpx;
|
|
|
font-weight: normal;
|
|
|
color: #333;
|
|
|
margin-top: 10rpx;
|
|
|
}
|
|
|
|
|
|
.time {
|
|
|
color: #999;
|
|
|
}
|
|
|
|
|
|
.plan_box_info {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
border-top: 1rpx solid #e8e8e8;
|
|
|
padding: 30rpx;
|
|
|
font-size: 26rpx;
|
|
|
color: #333;
|
|
|
}
|
|
|
|
|
|
.plab_btn {
|
|
|
/* box-shadow: 0rpx 1rpx 3rpx 0rpx rgba(205, 47, 47, 0.2); */
|
|
|
border-radius: 10rpx;
|
|
|
background: #ff8080;
|
|
|
color: #fff;
|
|
|
padding: 10rpx 20rpx;
|
|
|
background: #fff;
|
|
|
color: #fff;
|
|
|
} |
...
|
...
|
|