all-appointment.wxss 3.6 KB
/* pages/my/all-appointment/all-appointment.wxss */
page {
    background-color: #f2f2f2;
    height: 100%;
}
.change-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.tab-box {
    width: 100%;
    height: 88rpx;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #464646;
    font-size: 30rpx;
    padding: 0 40rpx;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    position: fixed;
    top:0;
    left:0;
    z-index:10;
    /* border-bottom: 1rpx solid #ebebeb; */
}
.tab-box view {
    line-height: 80rpx;
    position: relative;
}
.no-data-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin:auto 0;
    width:100%;
    height: 100%;
}
.no-data-box text {
    font-size: 36rpx;
    color: #cccccc;
}
.change-color {
    color: #3FA9F5;
    border-bottom: 4rpx solid #3FA9F5;
}
.list-box {
    width: 100%;
    height: 100%;
    padding: 22rpx 20rpx;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index:1;
    margin-top:88rpx;
}
.order-box {
  /* height: 274rpx; */
    border-radius: 20rpx;
    background-color: #fff;
    margin-bottom: 20rpx;
    padding: 20rpx 22rpx 28rpx 34rpx;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.head {
    width: 100%;
    height: 60rpx;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #464646;
    font-size: 28rpx;
    border-bottom: 1rpx solid #f2f2f2;
}
.appointment-state {
    color: #3FA9F5;
}
.section {
    width: 100%;
    display: flex;
    position: relative;
}
.blue-line {
    width: 12rpx;
    height: 107rpx;
    position: absolute;
    top: 0;
    left: 0;
}
.right-box {
    width: 100%;
    margin-left: 20rpx;
    padding-top: 16rpx;
}
.right-top-box, .right-bottom-box {
    display: flex;
    align-items: center;
}
.right-top-box {
    align-items: baseline;
}
.right-bottom-box {
    margin-top: 24rpx;
    /* justify-content: space-between; */
}
.icon-dingwei, .icon-shangwutubiao {
    color: #6E6E6E;
    margin-right: 18rpx;
}
.icon-shangwutubiao {
    /*margin-right: 0;*/
}
.address {
    width: 82%;
    color: #6E6E6E;
    font-size: 26rpx;
    line-height: 54rpx;
}
.date-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.date {
    color: #6E6E6E;
    font-size: 26rpx;
    /* margin-right: 20rpx; */
}
.cancel {
    /*width: 130rpx;*/
    /*height: 50rpx;*/
    /*line-height: 50rpx;*/
    padding: 0rpx 32rpx;
    border-radius: 20rpx;
    background-color: #3FA9F5;
    color: #ffffff;
    font-size: 28rpx;
    line-height: 50rpx;
}
.icon-quxiao, .icon-jieshu {
    color: #f2f2f2;
    font-size: 126rpx;
    position: absolute;
    right: -34rpx;
    bottom: -52rpx;
}
.not_confirm {
  width: 130rpx;
    position: absolute;
    right: -8rpx;
    bottom: -6rpx;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.go-cancel {
    padding: 0rpx 30rpx;
    border-radius: 20rpx;
    background-color: #ffffff;
    color: #FC5B63;
    font-size: 28rpx;
    border: 4rpx solid #FC5B63;
    margin-bottom: 10rpx;
    line-height: 42rpx;
}
.go-confirm {
    padding: 0rpx 20rpx;
    border-radius: 20rpx;
    background-color: #FC5B63;
    color: #ffffff;
    font-size: 28rpx;
    height: 50rpx;
    line-height: 50rpx;
}
.reduce-margin {
    margin-top: 16rpx;
}