index.wxss 1.2 KB
/**index.wxss**/
@import '/pages/plaza/plaza.wxss';
.index_img{
 margin: 0 0 44rpx 0;
 height: 240rpx;
}
.index_img image{
 width:100%;
 height: 100%;
}
.index_class{
 display: flex;
 align-items: center;
 justify-content: space-between;
 margin: 0 27rpx;
}
.index_classcell{
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: column;
 color:rgba(255,255,255,0.7);
 font-size:36rpx;
 width:30%;
 height: 190rpx;
 border-radius: 8rpx;
 background:linear-gradient(45deg, #36BFB2, #25AEDA,#415DAA);
}
.index_classcellsub{
 font-size: 14rpx;
}
.index_classcell1{
 background:linear-gradient(45deg, #F18927, #D94063,#A92A85);
}
.index_classcell2{
 background:linear-gradient(45deg, #F5C7B2, #BE5195,#6E248D);
}
.index_title{
 position: relative;
 margin: 30rpx 0 ;
 text-align: center;
 color:rgba(255,255,255,0.7);
 font-size:36rpx;
}
.index_title::after{
 position: absolute;
 left:30rpx;
 top:50%;
 transform: translateY(-50%);
 width:250rpx;
 height: 3rpx;
 background: #ffffff;
 border-radius: 2rpx;
 content: ''
}
.index_title::before{
 position: absolute;
 right:30rpx;
 top:50%;
 transform: translateY(-50%);
 width:250rpx;
 height: 3rpx;
 background: #ffffff;
 border-radius: 2rpx;
 content: ''
}
.order_img {
border-radius: 0;
}