safty.wxss 2.4 KB
/* pages/index/safty/safty.wxss */

page {
        width: 100%;
        height: 100%;
}

.page {
        width: 100%;
        height: 100%;
}

.top_box {
        width: 750rpx;
        height: 300rpx;
        box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.06);
        border-bottom: 1rpx solid #ededed;
}

swiper{
        width: 100%;
        height: 100%
}

swiper-item{
        width: 100%;
        height: 100%
}

swiper-item image{
        width: 100%;
        height: 100%
}

.canldar_time {
        width: 750rpx;
        height: 75rpx;
        background: rgba(255, 255, 255, 1);
        padding: 0 50rpx;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        border-top: 1rpx solid rgba(237,237,237,1);
        border-bottom: 1rpx solid rgba(237,237,237,1);
}

.canldar_time_item {
        height: 75rpx;
        font-size: 28rpx;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        color: rgba(38, 54, 58, 1);
        text-align: center;
        line-height: 75rpx;
        position: relative;
}

.canldar_time_item.active {
        color: rgba(93, 194, 72, 1);
}

.canldar_time_item.active::after {
        content: '';
        width: 100%;
        height: 5rpx;
        background: rgba(93, 194, 72, 1);
        border-radius: 3rpx;
        position: absolute;
        bottom: 5rpx;
        left: 0;
}

.content_canldar {
        width: 93%;
        margin: 0 auto;
}

.content_canladar_item {
        height: 183rpx;
        border-bottom: 1rpx solid rgba(242,242,242,1);
        display: flex;
        align-items: center;
        padding:0 18rpx;
        box-sizing: border-box
}

.content_canladar_item :last-child{
        border-bottom: 0
}

.content_item_image {
        width: 112rpx;
        height: 113rpx;
        background: rgba(218, 218, 218, 1);
        border-radius: 16rpx;
        margin-right: 20rpx;
}

.content_item_image image{
        width: 100%;
        height: 100%
}

.content_item_top {
        font-size: 34rpx;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        color: rgba(51, 51, 51, 1);
        margin-bottom: 12rpx;
}

.content_item_bottom {
        height: 23rpx;
        display: flex;
        font-size: 24rpx;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        color: rgba(136, 136, 136, 1);
        line-height-step: 23rpx
}

.content_item_bottom_left {
        margin-right: 8rpx;
}
.content_item_bottom_right{
}