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.

225 lines
4.4 KiB

/* pages/varComm/pages/event/index.wxss */
page {
background-color: #f9f9f9;
}
.box {
/* height:400rpx; */
background: #006bff;
padding-top: 16rpx;
}
.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;
}
.van-checkbox{
display: inline-block !important;
}
.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;
}
.add {
height: 222rpx;
/* background-color: pink; */
display: flex;
justify-content: space-around;
}
.del_box{
height: 218rpx;
width: 328rpx;
background-color: #339cff;
border-radius: 8rpx;
border: 2rpx solid #85c3ff;
}
.del_title{
overflow:hidden;
text-overflow: ellipsis;
display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient: vertical;
width:280rpx;margin-left: 24rpx;font-size: 28rpx;color: rgba(255, 255, 255, 1);height: 72rpx;
}
.del_foot{
width:280rpx;
margin-left: 24rpx;
margin-top: 16rpx;
color:rgba(255, 255, 255, 0.6000);
font-size: 24rpx;
display: flex;
justify-content: space-between;
}
.del_top{
height:62rpx ;
width: 100%;
/* background: pink; */
border-bottom: 1rpx solid;
line-height:62rpx ;
border-image: linear-gradient(to right, rgba(245, 245, 245, 0), rgba(238, 238, 238, 1), rgba(232, 232, 232, 0))1;
}
.add_box {
height: 218rpx;
width: 328rpx;
background-color: #339cff;
border-radius: 8rpx;
border: 2rpx solid #85c3ff;
overflow: hidden;
}
.event {
display: inline-block;
color: white;
font-size: 28rpx;
margin-left: 98rpx;
margin-top: 60rpx;
}
.heng {
height: 8rpx;
width: 72rpx;
background: white;
border-radius: 6rpx;
position: relative;
left: 128rpx;
top: 82rpx
}
.shu {
width: 8rpx;
height: 72rpx;
background: white;
border-radius: 6rpx;
position: relative;
left: 160rpx;
top: 45rpx
}