go-appointment.wxss 4.7 KB
/* pages/index/go-appointment/go-appointment.wxss */
page {
    background-color: #f2f2f2;
}
.city_box {
    width: 100%;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /* height: 98rpx; */
    color: #393939;
    font-size: 32rpx;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
}
.select {
    width: 100%;
    height: 98rpx;
    display: flex;
    align-items: center;
    justify-content: center;
}
picker {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-daosanjiao {
    font-size: 26rpx;
    color: #6F6F6F;
    margin-left: 24rpx;
}
.section {
    margin-top: 118rpx;
    display: flex;
}
.area_box {
    width: 270rpx;
    height: 900rpx;
    background-color: #fff;
}
.area-test {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.area {
    width: 100%;
    height: 60rpx;
    line-height: 60rpx;
    background-color: #D5F0FF;
    font-size: 32rpx;
    color: #000000;
    text-align: center;
}
.test-list {
    width: 100%;
    /* padding: 0 24rpx; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*.test-list .test:last-child{*/
    /*border: none;*/
/*}*/
.list-item-box {
    display: flex;
    align-items: center;
    padding:0 24rpx;
    flex-direction: column;
}
.list-item {
    width: 100%;
    border-bottom: 1rpx solid #DEDEDE;
    display: flex;
    position: relative;
}
.list-item-box .list-item:last-child {
    border: none;
}
.reduce-padding {
    padding: 0 24rpx 0 0;
}
.list-item .blue-line {
    width: 10rpx;
    height: 100rpx;
    margin-right: 12rpx;
    position: absolute;
    top:0;
    left: -22rpx;
}
.test {
    width: 100%;
    height: 100rpx;
    line-height: 100rpx;
    color: #6F6F6F;
    font-size: 28rpx;
    /*border-bottom: 1rpx solid #DEDEDE;*/
}
.change-color {
    color:#006BF1;
}
.test_box {
    flex: 1;
    margin-left: 20rpx;
}
.test_describe {
    width: 100%;
    height: 200rpx;
    background-color: #fff;
    margin-bottom: 20rpx;
    padding: 38rpx 20rpx;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #6F6F6F;
    font-size: 28rpx;
}
.time-list-box {
    width: 100%;
    margin-bottom: 10rpx;
    height: 680rpx;
}
.time-list {
    width: 100%;
    height: 140rpx;
    background-color: #fff;
    margin-bottom: 10rpx;
    padding: 30rpx 40rpx;
    color: #6F6F6F;
    font-size: 28rpx;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.time-list .blue-line {
    width: 10rpx;
    height: 100rpx;
    margin-right: 12rpx;
    position: absolute;
    top: 20rpx;
    left: 0rpx;
}
.right-content {
  width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bottom-time-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.time {
    font-size: 24rpx;
}
.rest {
    font-size: 24rpx;
    color: #FC5B63;
}
.change-gray {
    color: #C3C3C3;
}
.confirm_box {
    width: 100%;
    padding: 0 32rpx;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.confirm_btn {
    width: 100%;
    height: 98rpx;
    background-color: #3FA9F5;
    text-align: center;
}
.confirm_btn text {
    color: #ffffff;
    line-height: 98rpx;
    font-size: 36rpx;
}
.appointment-box {
    width: 100%;
    height: 98rpx;
    display: flex;
    align-items: center;
    color: #ffffff;
}
.appointment-box text {
    width: 50%;
    text-align: center;
    font-size: 36rpx;
    line-height: 98rpx;
}
.single {
    background: -webkit-linear-gradient(left, RGBA(255, 179, 4, 1), RGBA(251, 150, 0, 1)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, RGBA(255, 179, 4, 1), RGBA(251, 150, 0, 1)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, RGBA(255, 179, 4, 1), RGBA(251, 150, 0, 1)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, RGBA(255, 179, 4, 1), RGBA(251, 150, 0, 1)); /* 标准的语法 */
}
.double {
    background: -webkit-linear-gradient(left, RGBA(252, 116, 0, 1), RGBA(255, 83, 2, 1)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, RGBA(252, 116, 0, 1), RGBA(255, 83, 2, 1)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, RGBA(252, 116, 0, 1), RGBA(255, 83, 2, 1)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, RGBA(252, 116, 0, 1), RGBA(255, 83, 2, 1)); /* 标准的语法 */
}
.footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}