/* packageH/turmaroundTime/turmaroundMy/turmaroundMy.wxss */ /* 我的成绩 */ .myGradeBox { background-image: url('https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/turmaroundTimeBJ3.png'); background-size: cover; background-repeat: no-repeat; width: 100%; } .gradeBoxBj { width: 100%; background-image: url('https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/turmaroundTimeBJ2.png'); background-size: cover; background-repeat: no-repeat; overflow: hidden; min-height: 100vh; } .userMsg { width: 674rpx; background-color: rgba(255, 255, 255, 0.5); border-radius: 25rpx; margin: 0 auto; margin-top: 69rpx; display: flex; flex-direction: column; padding-top: 68rpx; padding-bottom: 26rpx; } .btn { width: 100%; display: flex; justify-content: center; margin-top: 51rpx; } .btnBox { width: 240rpx; height: 70rpx; background-color: #ffad37; border-radius: 4rpx; text-align: center; line-height: 70rpx; font-size: 30rpx; color: #fff; position: relative; } .shareBox { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; } .io_like { margin-top: 62rpx; text-align: center; font-size: 28rpx; color: #666; display: flex; justify-content: space-around; } .linkBox { display: flex; align-items: center; justify-content: center; } .io_like text { font-size: 40rpx; color: #fd65a8; } .userTop { display: flex; align-items: center; margin-left: 130rpx; } .userimg { width: 131rpx; height: 131rpx; background-color: #fff; border: solid 4rpx #ffaf3c; border-radius: 50%; position: relative; } .userimg image { width: 100%; height: 100%; border-radius: 50%; } .userimg_pos { position: absolute; width: 32rpx; height: 32rpx; bottom: 17rpx; left: 101rpx; transform: rotate(20deg); } .userimg_pos image { width: 100%; height: 100%; } .nickName { font-size: 48rpx; color: #212121; margin-right: 42rpx; margin-right: 68rpx; margin-left: 27rpx; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .shareBtn { background-color: #ffad37; border-radius: 4rpx; font-size: 26rpx; width: 180rpx; height: 60rpx; color: #fff; text-align: center; line-height: 60rpx; } .userBottom { display: flex; flex-direction: column; } .history { width: 674rpx; /* height: 89rpx; */ background-color: #fff; border-radius: 20rpx; margin: 0 auto; margin-top: 20rpx; display: flex; flex-direction: column; align-items: center; box-sizing: border-box; margin-bottom: 60rpx; } .historyHead { display: flex; justify-content: space-between; align-items: center; padding: 29rpx 31rpx; box-sizing: border-box; width: 100%; } .historyShow { margin-bottom: 20rpx; width: 630rpx; height: 132rpx; background-color: #fff0db; border-radius: 20rpx; padding: 51rpx 31rpx; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; } .historyShow_two { display: flex; flex-direction: column; align-items: center; } /* 打赏 */ .rewardBox { width: 640rpx; background-color: #fff; border-radius: 20rpx; border: solid 1rpx #ffad37; position: fixed; bottom: 432rpx; left: 55rpx; z-index: 9999; padding: 33rpx 0 42rpx 0; box-sizing: border-box; } .rewardTop { text-align: center; font-size: 28rpx; color: #666; } .rewardTop icon { color: #ffad37; position: absolute; top: 15rpx; right: 30rpx; } .moneyBox { width: 100%; padding: 0 102rpx 0 98rpx; box-sizing: border-box; margin-top: 53rpx; display: flex; flex-wrap: wrap; justify-content: space-between; } .fixation { width: 120rpx; height: 80rpx; background-color: #fff; border-radius: 20rpx; border: solid 1rpx #ffad37; margin-bottom: 30rpx; text-align: center; line-height: 80rpx; font-size: 36rpx; color: #202020; } .moneyInp { display: flex; justify-content: center; align-items: center; } .inp { width: 200rpx; height: 70rpx; background-color: #fff; border-radius: 20rpx; border: solid 1rpx #ffad37; display: flex; align-items: center; padding: 0 25rpx; font-size: 30rpx; box-sizing: border-box; margin-left: 21rpx; } .confirmBtn { width: 200rpx; padding: 15rpx 20rpx; box-sizing: border-box; margin: 0 auto; background-color: red; color: #fff; text-align: center; border-radius: 10rpx; font-size: 29rpx; margin-top: 20rpx; } /* end */ /* 海报 */ .swiperBox { width: 656rpx; height: 885rpx; display: flex; justify-content: center; align-items: center; } .swiperBox swiper { width: 500rpx; height: 700rpx; } .swiperBox image { width: 500rpx; height: 700rpx; } .van-popup { background-color: transparent !important; } .btnBoxBottom { width: 100%; height: 70rpx; display: flex; justify-content: center; } .rightBox { width: 240rpx; height: 70rpx; background-color: #fff; border-radius: 4rpx; line-height: 70rpx; text-align: center; position: relative; } .rightBox .shareBoxPos { position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; } .leftBox { width: 240rpx; height: 70rpx; background-color: #ffad37; border-radius: 4rpx; line-height: 70rpx; text-align: center; margin-right: 50rpx; z-index: 9999; }