/* 轮播 */ .content{ background-color: #FFFFFF; } page{ background-color: #FFFFFF; } .chuangtou{ width: 700rpx; margin: 0px auto; // margin-top: 12rpx; padding-top: 12rpx; .item{ width: 690rpx; height: 207rpx; background: #FFFFFF; box-shadow: -3rpx 3rpx 15rpx 0rpx rgba(238, 238, 238, 0.6); border-radius: 10rpx; display: flex; flex-direction: column; justify-content: center; margin-top: 23rpx; .head{ width: 630rpx; display: flex; justify-content: space-between; margin: 0px auto; .text{ font-size: 32rpx; font-weight: 500; color: #10151F; } .img{ width: 30rpx; height: 30rpx; } } .textbox{ width: 630rpx; height: 86rpx; background: #F9F9F9; border-radius: 10rpx; margin: 0rpx auto; display: flex; justify-content: space-between; align-items: center; padding: 0rpx 24rpx; margin-top: 31rpx; .left{ .img1{ width: 24rpx; height: 24rpx; margin-right: 10rpx; } .text1{ font-size: 26rpx; font-family: Source Han Sans CN; font-weight: 400; color: #2B2B2B; } .text2{ font-size: 26rpx; font-family: Source Han Sans CN; font-weight: 400; color: #9E9E9E; margin-left: 10rpx; } } .right{ .img2{ width: 24rpx; height: 24rpx; margin-right: 10rpx; } .text1{ font-size: 26rpx; font-family: Source Han Sans CN; font-weight: 400; color: #2B2B2B; // #9E9E9E } .text2{ font-size: 26rpx; font-family: Source Han Sans CN; font-weight: 400; color: #9E9E9E; margin-left: 10rpx; } } } } }