| 
							- .activityBox {
 -   width: 640rpx;
 -   background-color: #fff;
 -   margin: 0 auto 46rpx auto;
 -   text-align: center;
 -   border-radius: 20rpx;
 - }
 - 
 - .activity {
 -   opacity: 1;
 -   z-index: 10;
 -   width: 640rpx;
 -   height: 270rpx;
 -   top: 11%;
 -   /* background-color: dodgerblue; */
 -   border-radius: 20rpx;
 - }
 - 
 - .title {
 -   text-align: left;
 -   font-size: 32rpx;
 -   font-weight: 700;
 -   margin-left: 10rpx;
 -   line-height: 60rpx;
 - }
 - 
 - .Box {
 -   background-image: linear-gradient(#c96, #f4f5f9);
 - }
 - 
 - .text {
 -   line-height: 50rpx;
 -   height: 50rpx;
 -   text-align: left;
 -   margin-left: 10rpx;
 -   white-space: nowrap;
 -   text-overflow: ellipsis;
 -   overflow: hidden;
 -   font-size: 26rpx;
 -   word-wrap: break-word;
 -   color: rgba(0, 0, 0, 0.3);
 - }
 - 
 - .noData {
 -   text-align: center;
 -   height: 60rpx;
 -   line-height: 60rpx;
 -   margin-top: 60rpx;
 -   color: rgba(0, 0, 0, 0.3);
 - }
 - 
 - .loading {
 -   text-align: center;
 -   height: 60rpx;
 -   line-height: 60rpx;
 -   color: rgba(0, 0, 0, 0.3);
 - }
 
 
  |