|
@@ -0,0 +1,46 @@
|
|
|
+.invite {
|
|
|
+ width: 100%;
|
|
|
+ min-height: 100vh;
|
|
|
+ background: url('http://reader-wx.ai160.com/images/reader/bg1.jpg') no-repeat;
|
|
|
+ background-size: contain;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+.invite .ranking {
|
|
|
+ position: fixed;
|
|
|
+ top: 164rpx;
|
|
|
+ right: 20rpx;
|
|
|
+ width: 100rpx;
|
|
|
+ height: 104rpx;
|
|
|
+}
|
|
|
+.invite .strategy {
|
|
|
+ position: fixed;
|
|
|
+ top: 290rpx;
|
|
|
+ right: 10rpx;
|
|
|
+ width: 120rpx;
|
|
|
+ height: 100rpx;
|
|
|
+}
|
|
|
+.invite .body {
|
|
|
+ overflow: hidden;
|
|
|
+ width: 100%;
|
|
|
+ height: 3000rpx;
|
|
|
+ margin-top: 700rpx;
|
|
|
+ background: url('http://reader-wx.ai160.com/images/reader/bg2.jpg') no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+}
|
|
|
+.invite .body .pennant {
|
|
|
+ position: relative;
|
|
|
+ width: 189rpx;
|
|
|
+ height: 259rpx;
|
|
|
+}
|
|
|
+.invite .body .pennant .icon {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+.invite .body .pennant .num {
|
|
|
+ position: absolute;
|
|
|
+ width: 100%;
|
|
|
+ bottom: 40rpx;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 20rpx;
|
|
|
+ color: #FFFFFF;
|
|
|
+}
|