|
@@ -299,3 +299,45 @@
|
|
|
background-image: linear-gradient(270deg, #BAC7D0 0%, #C9D3DC 100%, #D5DFE3 100%);
|
|
|
box-shadow: none;
|
|
|
}
|
|
|
+.activityList .newActivityBox {
|
|
|
+ margin-bottom: 20rpx;
|
|
|
+ width: 100%;
|
|
|
+ padding: 20rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
+ background-color: white;
|
|
|
+ border-radius: 30rpx;
|
|
|
+ box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
|
|
|
+}
|
|
|
+.activityList .newActivityBox .cover {
|
|
|
+ margin: 0 auto;
|
|
|
+ width: 100%;
|
|
|
+ height: 518rpx;
|
|
|
+ border-radius: 20rpx;
|
|
|
+ background-color: #EBEBEB;
|
|
|
+}
|
|
|
+.activityList .newActivityBox .footer {
|
|
|
+ padding: 10rpx 0rpx;
|
|
|
+}
|
|
|
+.activityList .newActivityBox .footer .row {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
+.activityList .newActivityBox .footer .row .title {
|
|
|
+ font-size: 32rpx;
|
|
|
+ margin-bottom: 8rpx;
|
|
|
+}
|
|
|
+.activityList .newActivityBox .footer .row .partake {
|
|
|
+ font-size: 27rpx;
|
|
|
+}
|
|
|
+.activityList .newActivityBox .footer .row .partake text {
|
|
|
+ color: #2FB1F1;
|
|
|
+}
|
|
|
+.activityList .newActivityBox .footer .row .btn {
|
|
|
+ padding: 10rpx 48rpx;
|
|
|
+ background-image: linear-gradient(270deg, #33C3FF 0%, #81C7FF 100%, #14C962 100%);
|
|
|
+ box-shadow: 0 4rpx 10rpx 0 rgba(50, 197, 255, 0.46);
|
|
|
+ border-radius: 50rpx;
|
|
|
+ color: white;
|
|
|
+ font-size: 32rpx;
|
|
|
+}
|