You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

200 lines
3.7 KiB

/* pages/varComm/pages/event/index.wxss */
page {
background-color: #f9f9f9;
}
.box {
/* height:400rpx; */
background: #006bff;
padding-top: 16rpx;
}
.add1{
width:750rpx;
margin-top: 16rpx;
overflow-x:scroll;
white-space: nowrap;
}
.tiem_com{
width: 686rpx;
margin-left: 32rpx;
}
.add_box1 {
display: inline-block;
height: 208rpx;
width: 200rpx;
margin-left: 32rpx;
background-color: #339cff;
border-radius: 8rpx;
border: 2rpx solid #85c3ff;
overflow: hidden;
}
.heng1 {
height: 8rpx;
width: 72rpx;
background: white;
border-radius: 6rpx;
position: relative;
left: 66rpx;
top: 82rpx
}
.shu1 {
width: 8rpx;
height: 72rpx;
background: white;
border-radius: 6rpx;
position: relative;
left: 98rpx;
top: 45rpx
}
.event1 {
display: inline-block;
color: white;
font-size: 28rpx;
margin-left: 32rpx;
margin-top: 60rpx;
}
.btns {
margin-top: 32rpx;
width: 686rpx;
height: 88rpx;
font-weight: bold;
line-height: 88rpx;
color: rgba(0, 132, 255, 1);
font-size: 28rpx;
}
.event_recom1 {
margin-top: 32rpx;
padding-top:18rpx;
min-height: 1000rpx;
background-color: #f9f9f9;
border-top-left-radius: 24rpx;
border-top-right-radius: 24rpx;
}
.van-index-anchor text{
font-size: 24rpx;
color: rgba(153, 153, 153, 1);
}
.event_recom1 .van-cell .van-cell__title{
font-size: 28rpx;
}
.my_cell{
width: 750rpx;
height: 96rpx;
background: white;
display: flex;
align-items: center;
}
.my_cell text{
font-size: 28rpx;
margin-left: 24rpx;
}
.del_box {
display: inline-block;
height: 208rpx;
width: 200rpx;
margin-left: 32rpx;
background-color: #339cff;
border-radius: 8rpx;
border: 2rpx solid #85c3ff;
overflow: hidden;
/* margin-top: 16rpx; */
}
.content_box{
width: 686rpx;
height: 100vh;
/* background: pink; */
margin-left: 32rpx;
}
.del_box .del{
/* background: pink; */
border-bottom: 1rpx solid ;
border-image: linear-gradient(to right,rgba(245, 245, 245, 0),rgba(238, 238, 238, 1),rgba(232, 232, 232, 0))1;
height: 61rpx;
line-height: 61rpx;
color: white;
}
.brand_img_box{
height: 80rpx;
width: 80rpx;
background: white;
margin-left:62rpx ;
margin-top:16rpx ;
border-radius: 8rpx;
display:flex;
align-items: center;
}
.car_barnd{
text-align: center;
font-size: 20rpx;
font-weight: bold;
color: white;
margin-top: 4rpx;
}
.view-tabs .van-tab {
color: #999999; /* 字体颜色 */
background-color: #F9F9F9;/* 标签背景颜色 */
}
.view-tabs .van-tab--active{
color: #0084FF; /* 字体颜色 */
font-size: 40rpx;
}
.view-tabs .van-tabs__line {
background: transparent;
}
.timelist {
width: 670rpx;
height: 80rpx;
line-height: 80rpx;
margin:0 auto;
display: flex;
flex-wrap: nowrap;
background: white;
justify-content:space-between;
padding-left: 8rpx;
padding-right: 8rpx;
margin-top: 32rpx;
border-radius: 8rpx;
}
.timelist view {
text-align: center;
color: #999999;
font-size: 24rpx;
width: 166rpx;
}
.timelist .active {
color: #027AFF;
background-color: #f9f9f9;
font-weight: bolder;
width: 166rpx;
height: 64rpx;
line-height: 64rpx;
margin-top: 8rpx;
border-radius: 4rpx;
}
.tc-d-t {
font-size: 14px;
padding: 15px 0px;
color: #909497;
text-align: center;
}
.cell-item {
display: flex;
justify-items: flex-start;
align-items: center;
font-size: 14px;
}
.my_cell text {
font-size: 28rpx;
margin-left: 24rpx;
}