123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 |
- .activityDet {
- width: 100vw;
- min-height: 100vh;
- background-color: #f2f6fc;
- .header {
- width: 100%;
- height: 600rpx;
- overflow: hidden;
- .templateImg {
- position: relative;
- width: 100%;
- height: 100%;
- z-index: 2;
- }
- .toBox {
- position: absolute;
- display: flex;
- align-items: center;
- z-index: 3;
- .text {
- min-width: 80rpx;
- color: white;
- padding: 0rpx 4rpx;
- z-index: 0rpx;
- border: 2rpx dashed white;
- }
- image {
- width: 22rpx;
- height: 26rpx;
- margin-left: 8rpx;
- z-index: 1;
- }
- }
- .avatar {
- position: absolute;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: flex-end;
- z-index: 3;
- .tips {
- width: 150rpx;
- font-size: 24rpx;
- padding: 4rpx 20rpx;
- border-radius: 50rpx;
- color: white;
- background-color: rgba(0, 0, 0, 0.4);
- }
- }
- .avatarImg {
- position: absolute;
- display: block;
- }
- }
- .btnsBox {
- position: relative;
- text-align: center;
- background-color: skyblue;
- font-size: 0rpx;
- .send {
- width: 290rpx;
- height: 80rpx;
- }
- .countDown {
- position: absolute;
- right: 30rpx;
- top: 0px;
- bottom: 0px;
- margin: auto;
- display: flex;
- align-items: center;
- color: #FD3545;
- font-size: 22rpx;
- font-weight: bold;
- .countBox {
- padding: 10rpx;
- border-radius: 10rpx;
- margin: 0rpx 4rpx;
- color: white;
- background-image: linear-gradient(180deg, #FF7079 0%, #FE3D44 100%);
- }
- }
- }
- .music {
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0rpx 20rpx;
- font-size: 0rpx;
- box-sizing: border-box;
- .playAuido {
- width: 200rpx;
- height: 74rpx;
- }
- .share {
- width: 480rpx;
- height: 74rpx;
- line-height: 74rpx;
- color: white;
- font-size: 30rpx;
- background: url('http://reader-wx.ai160.com/images/reader/card/share.png')no-repeat;
- background-size: 100% 100%;
- }
- }
- .blessing {
- margin-top: 100rpx;
- .title {
- margin: 0 auto;
- width: 500rpx;
- text-align: left;
- }
- .content {
- margin: 25rpx auto 0rpx;
- width: 500rpx;
- text-indent: 3em;
- }
- }
- .maskBox {
- position: fixed;
- top: 0rpx;
- right: 0rpx;
- bottom: 0rpx;
- left: 0rpx;
- margin: auto;
- padding: 71rpx 30rpx 30rpx;
- box-sizing: border-box;
- width: 290rpx;
- height: 290rpx;
- border-radius: 30rpx;
- color: white;
- background-color: rgba(0, 0, 0, 0.8);
- text-align: center;
- font-size: 30rpx;
- .speedProgress {
- margin: 20rpx 0rpx 60rpx;
- border-radius: 50rpx;
- overflow: hidden;
- }
- }
- }
|