|
@@ -1,68 +1,34 @@
|
|
-.aDet {
|
|
|
|
|
|
+.activityDet .header {
|
|
width: 100%;
|
|
width: 100%;
|
|
- min-height: 100vh;
|
|
|
|
- background-color: #FBEBC8;
|
|
|
|
|
|
+ height: 600rpx;
|
|
|
|
+ background-color: wheat;
|
|
}
|
|
}
|
|
-.aDet .headImg {
|
|
|
|
- width: 750rpx;
|
|
|
|
- height: 510rpx;
|
|
|
|
-}
|
|
|
|
-.aDet .body {
|
|
|
|
- display: flex;
|
|
|
|
- flex-direction: column;
|
|
|
|
- align-items: center;
|
|
|
|
- padding-bottom: 150rpx;
|
|
|
|
-}
|
|
|
|
-.aDet .body .template {
|
|
|
|
|
|
+.activityDet .btnsBox {
|
|
position: relative;
|
|
position: relative;
|
|
- width: 100%;
|
|
|
|
- height: 780rpx;
|
|
|
|
- background: url(http://reader-wx.ai160.com/images/reader/card/template.png) no-repeat;
|
|
|
|
- background-size: 100% 100%;
|
|
|
|
|
|
+ text-align: center;
|
|
|
|
+ background-color: skyblue;
|
|
|
|
+ font-size: 0rpx;
|
|
}
|
|
}
|
|
-.aDet .body .template .content {
|
|
|
|
- position: absolute;
|
|
|
|
- top: 106rpx;
|
|
|
|
- left: 0px;
|
|
|
|
- right: 0px;
|
|
|
|
- margin: auto;
|
|
|
|
- width: 650rpx;
|
|
|
|
- height: 520rpx;
|
|
|
|
- background-color: #D8D8D8;
|
|
|
|
- border-radius: 20rpx;
|
|
|
|
|
|
+.activityDet .btnsBox .send {
|
|
|
|
+ width: 290rpx;
|
|
|
|
+ height: 80rpx;
|
|
}
|
|
}
|
|
-.aDet .body .template .btns {
|
|
|
|
|
|
+.activityDet .btnsBox .countDown {
|
|
position: absolute;
|
|
position: absolute;
|
|
- bottom: 52rpx;
|
|
|
|
- width: 100%;
|
|
|
|
- display: flex;
|
|
|
|
- align-items: center;
|
|
|
|
- justify-content: space-between;
|
|
|
|
-}
|
|
|
|
-.aDet .body .template .btns .changeBtn {
|
|
|
|
- margin-left: 60rpx;
|
|
|
|
- width: 226rpx;
|
|
|
|
- height: 82rpx;
|
|
|
|
-}
|
|
|
|
-.aDet .body .template .btns .recording {
|
|
|
|
- margin-right: 60rpx;
|
|
|
|
- width: 298rpx;
|
|
|
|
- height: 82rpx;
|
|
|
|
-}
|
|
|
|
-.aDet .footerBox {
|
|
|
|
- position: fixed;
|
|
|
|
|
|
+ right: 30rpx;
|
|
|
|
+ top: 0px;
|
|
bottom: 0px;
|
|
bottom: 0px;
|
|
- left: 0px;
|
|
|
|
|
|
+ margin: auto;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
- justify-content: center;
|
|
|
|
- width: 100%;
|
|
|
|
- height: 130rpx;
|
|
|
|
- background-color: white;
|
|
|
|
- box-shadow: 0 2rpx 44rpx 0 rgba(0, 0, 0, 0.5);
|
|
|
|
- font-size: 0rpx;
|
|
|
|
-}
|
|
|
|
-.aDet .footerBox .goGreeting {
|
|
|
|
- width: 313rpx;
|
|
|
|
- height: 88rpx;
|
|
|
|
|
|
+ color: #FD3545;
|
|
|
|
+ font-size: 22rpx;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+}
|
|
|
|
+.activityDet .btnsBox .countDown .countBox {
|
|
|
|
+ padding: 10rpx;
|
|
|
|
+ border-radius: 10rpx;
|
|
|
|
+ margin: 0rpx 4rpx;
|
|
|
|
+ color: white;
|
|
|
|
+ background-image: linear-gradient(180deg, #FF7079 0%, #FE3D44 100%);
|
|
}
|
|
}
|