123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345 |
- .activityList {
- padding: 0rpx 14rpx;
- box-sizing: border-box;
- }
- .activityList .ranking-class-1 {
- margin-bottom: 20rpx;
- width: 100%;
- box-sizing: border-box;
- border-radius: 30rpx;
- overflow: hidden;
- box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
- }
- .activityList .ranking-class-1 .header {
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 25rpx 30rpx;
- box-sizing: border-box;
- }
- .activityList .ranking-class-1 .header .left {
- display: flex;
- align-items: center;
- color: white;
- }
- .activityList .ranking-class-1 .header .left .icon {
- width: 28rpx;
- height: 30rpx;
- }
- .activityList .ranking-class-1 .header .left .title {
- font-size: 30rpx;
- font-weight: bold;
- margin: 0rpx 10rpx;
- }
- .activityList .ranking-class-1 .header .toAll {
- font-size: 28rpx;
- color: white;
- }
- .activityList .ranking-class-1 .header .toAll .backIcon {
- width: 14rpx;
- height: 24rpx;
- }
- .activityList .ranking-class-1 .body {
- padding: 24rpx 10rpx 38rpx 10rpx;
- }
- .activityList .ranking-class-1 .body .top {
- display: flex;
- justify-content: space-around;
- align-items: flex-end;
- }
- .activityList .ranking-class-1 .body .top .userBox {
- display: flex;
- flex-direction: column;
- align-items: center;
- text-align: center;
- }
- .activityList .ranking-class-1 .body .top .nickName {
- width: 140rpx;
- font-size: 28rpx;
- margin-top: 14rpx;
- text-align: center;
- }
- .activityList .ranking-class-1 .body .top .firstUser {
- width: 130rpx;
- height: 130rpx;
- background: url(http://reader-wx.ai160.com/images/reader/v3/first.png) no-repeat;
- background-size: 100% 100%;
- text-align: center;
- }
- .activityList .ranking-class-1 .body .top .firstUser .avatar {
- margin-top: 36rpx;
- width: 90rpx;
- height: 90rpx;
- border-radius: 50%;
- background-color: #EBEBEB;
- }
- .activityList .ranking-class-1 .body .top .secondUser {
- width: 110rpx;
- height: 110rpx;
- background: url(http://reader-wx.ai160.com/images/reader/v3/second.png) no-repeat;
- background-size: 100% 100%;
- text-align: center;
- }
- .activityList .ranking-class-1 .body .top .secondUser .avatar {
- margin-top: 28rpx;
- width: 80rpx;
- height: 80rpx;
- border-radius: 50%;
- background-color: #EBEBEB;
- }
- .activityList .ranking-class-1 .body .top .thirdUser {
- width: 110rpx;
- height: 110rpx;
- background: url(http://reader-wx.ai160.com/images/reader/v3/third.png) no-repeat;
- background-size: 100% 100%;
- text-align: center;
- }
- .activityList .ranking-class-1 .body .top .thirdUser .avatar {
- margin-top: 28rpx;
- width: 80rpx;
- height: 80rpx;
- background-color: #EBEBEB;
- border-radius: 50%;
- }
- .activityList .ranking-class-1 .body .btm {
- margin-top: 10rpx;
- display: flex;
- justify-content: space-between;
- align-items: flex-end;
- }
- .activityList .ranking-class-1 .body .btm .userBox {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .activityList .ranking-class-1 .body .btm .userBox .avatar {
- margin-top: 28rpx;
- width: 80rpx;
- height: 80rpx;
- border-radius: 50%;
- background-color: #EBEBEB;
- }
- .activityList .ranking-class-1 .body .btm .userBox .nickName {
- width: 120rpx;
- font-size: 28rpx;
- text-align: center;
- margin-top: 14rpx;
- }
- .activityList .ranking-class-2 {
- margin-bottom: 20rpx;
- width: 100%;
- box-sizing: border-box;
- border-radius: 30rpx;
- overflow: hidden;
- box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
- }
- .activityList .ranking-class-2 .header {
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 25rpx 30rpx;
- box-sizing: border-box;
- }
- .activityList .ranking-class-2 .header .left {
- display: flex;
- align-items: center;
- color: white;
- }
- .activityList .ranking-class-2 .header .left .icon {
- width: 28rpx;
- height: 30rpx;
- }
- .activityList .ranking-class-2 .header .left .title {
- font-size: 30rpx;
- font-weight: bold;
- margin: 0rpx 10rpx;
- }
- .activityList .ranking-class-2 .header .toAll {
- font-size: 28rpx;
- color: white;
- }
- .activityList .ranking-class-2 .header .toAll .backIcon {
- width: 14rpx;
- height: 24rpx;
- }
- .activityList .ranking-class-2 .body {
- width: 100%;
- padding: 25rpx 20rpx;
- box-sizing: border-box;
- }
- .activityList .ranking-class-2 .body .row {
- padding: 14rpx 25rpx;
- border-radius: 14rpx;
- margin-bottom: 20rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- background-color: white;
- }
- .activityList .ranking-class-2 .body .row .left {
- display: flex;
- align-items: center;
- }
- .activityList .ranking-class-2 .body .row .left .stand {
- width: 36rpx;
- height: 36rpx;
- }
- .activityList .ranking-class-2 .body .row .left .avatar {
- width: 72rpx;
- height: 72rpx;
- margin: 0rpx 30rpx;
- border-radius: 50%;
- background-color: #EBEBEB;
- }
- .activityList .ranking-class-2 .body .row .left .nickName {
- width: 210rpx;
- font-size: 28rpx;
- }
- .activityList .ranking-class-2 .body .row .right {
- text-align: center;
- font-size: 0rpx;
- }
- .activityList .ranking-class-2 .body .row .right .playIcon {
- width: 34rpx;
- height: 34rpx;
- }
- .activityList .ranking-class-2 .body .row .right .num {
- font-size: 28rpx;
- }
- .activityList .yxb .header {
- background-color: #2DCE66;
- }
- .activityList .yxb .body {
- background-image: linear-gradient(180deg, #4cd67c 0%, #66ec95 100%);
- }
- .activityList .rbb .header {
- background-color: #FF7E6C;
- }
- .activityList .rbb .body {
- background-image: linear-gradient(180deg, #FFB4A8 0%, #FFDCD7 100%);
- }
- .activityList .pkb .header {
- background-color: #967DFF;
- }
- .activityList .pkb .body {
- background-image: linear-gradient(180deg, #8265F9 0%, #B8A7FF 100%);
- }
- .activityList .pkb .playIcon {
- width: 38rpx !important;
- height: 34rpx !important;
- }
- .activityList .activityBox {
- 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 .activityBox .cover {
- width: 100%;
- height: 410rpx;
- border-radius: 20rpx;
- background-color: #EBEBEB;
- }
- .activityList .activityBox .cover-small {
- 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;
- margin-bottom: 8rpx;
- }
- .activityList .activityBox .footer .info .time {
- font-size: 28rpx;
- }
- .activityList .activityBox .footer .info .timeOut {
- display: flex;
- align-items: center;
- font-weight: bold;
- font-size: 28rpx;
- }
- .activityList .activityBox .footer .info .timeOut .outNum {
- width: 42rpx;
- font-size: 28rpx;
- text-align: center;
- border-radius: 10rpx;
- background-color: #F62339;
- color: white;
- }
- .activityList .activityBox .footer .info .timeOut .outSplit {
- margin: 0rpx 2rpx;
- color: #F62339;
- }
- .activityList .activityBox .footer .info .closing .outNum {
- background-color: #BAC7D0;
- }
- .activityList .activityBox .footer .info .closing .outSplit {
- color: #BAC7D0;
- }
- .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;
- }
- .activityList .activityBox .footer .closingBtn {
- background-image: linear-gradient(270deg, #BAC7D0 0%, #C9D3DC 100%, #D5DFE3 100%);
- box-shadow: none;
- }
- .activityList .newActivityBox {
- margin-bottom: 40rpx;
- 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: 28rpx;
- }
- .activityList .newActivityBox .footer .row .partake text {
- color: #2FB1F1;
- }
- .activityList .newActivityBox .footer .row .time {
- font-size: 28rpx;
- }
- .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;
- }
|