12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- /* 宫格 */
- .grid_box {
- width: 100vw;
- padding: 0 30rpx;
- box-sizing: border-box;
- background-color: #FFFFFF;
- }
- .grid-text-class {
- height: 40rpx;
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- color: #333333;
- line-height: 40rpx;
- padding-top: 12rpx !important;
- }
- /* 展示区域title image */
- .display-title_image {
- width: 32rpx;
- height: 32rpx;
- margin: 0 6rpx;
- }
- .display-box-showList-button-box {
- position: relative;
- width: 96rpx;
- height: 30rpx;
- border-radius: 8rpx;
- margin-left: 12rpx;
- }
- /* 展示区盒子内部按钮 */
- .display-box-showList-button {
- width: 96rpx !important;
- height: 30rpx !important;
- border-radius: 8rpx !important;
- }
- .display-box-showList-button-text {
- position: absolute;
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%;
- height: 100%;
- font-size: 18rpx;
- font-weight: 500;
- color: #FFFFFF;
- top: 0;
- left: 0;
- pointer-events: none;
- }
- /* 合作商家banner */
- .businessPartnerBanner {
- width: 100%;
- height: 320rpx;
- }
- .businessPartnerBanner>swiper-item {
- width: 100%;
- height: 300rpx;
- }
|