|
@@ -210,3 +210,37 @@
|
|
|
width: 38rpx !important;
|
|
|
height: 34rpx !important;
|
|
|
}
|
|
|
+.activityList .activityBox {
|
|
|
+ margin-bottom: 20rpx;
|
|
|
+ width: 100%;
|
|
|
+ padding: 20rpx 20rpx 34rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
+ background-color: white;
|
|
|
+ border-radius: 30rpx;
|
|
|
+}
|
|
|
+.activityList .activityBox .cover {
|
|
|
+ width: 100%;
|
|
|
+ height: 260rpx;
|
|
|
+ border-radius: 20rpx;
|
|
|
+ background-color: #EBEBEB;
|
|
|
+}
|
|
|
+.activityList .activityBox .footer {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ padding: 10rpx 0rpx;
|
|
|
+}
|
|
|
+.activityList .activityBox .footer .info .title {
|
|
|
+ font-size: 32rpx;
|
|
|
+}
|
|
|
+.activityList .activityBox .footer .info .time {
|
|
|
+ font-size: 26rpx;
|
|
|
+}
|
|
|
+.activityList .activityBox .footer .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;
|
|
|
+}
|