123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- .modular{
- padding: 10rpx 20rpx;
- }
- .coin-list{
- display: flex;
- align-items: center;
- box-sizing: border-box;
- }
- .coin-list .coin-list-l{
- width: 90rpx;
- height: 90rpx;
- border-radius: 50%;
- background-image: linear-gradient(to top,rgb(237,58,67,.35) 0% ,rgb(237,58,67,.2) 30%, rgb(255, 255, 255,0));
- }
- .coin-list .coin-list-l .icon-box{
- margin: 2rpx;
- background: #fff;
- height: calc(100% - 4rpx);
- border-radius: 50%;
- text-align: center;
- line-height: 86rpx;
- font-size: 52rpx;
- color: #ee3a43;
- }
- .red{
- color: #ee3a43;
- }
- .coin-list .coin-list-c{
- flex: 1;
- padding: 0 20rpx;
- }
- .coin-list .coin-list-r{
- background: #FEF5F5;
- color: var(--subtitleColor);
- padding: 0 1rem;
- border-radius: 4rem;
- font-weight: 900;
- }
- .coin-list .coin-list-c .get-method span{
- margin-right: .4rem;
- }
- .get-method{
- font-weight: 900;
- }
- .coin-list .coin-list-c .get-ins{
- color: #999;
- font-size: 24rpx;
- margin-top: 10rpx;
- }
- .head-status{
- text-align: center;
- padding: 0rpx 40rpx;
- font-weight: 700;
- line-height: 1.8;
- }
- .enterSuccess{
- margin-top: -40rpx;
- }
- .head-status view:first-child{
- font-size: 160rpx;
- }
- .head-status view:last-child{
- font-size: 40rpx;
- }
- .code-img{
- width: 42%;
- display: block;
- /* margin: auto; */
- position: absolute;
- /* height: 250rpx !important; */
- right: 40rpx;
- top: 30rpx;
- }
- .comment-btn{
- margin-top: 40rpx;
- background: var(--themeColor);
- color: #000;
- text-align: center;
- line-height: 2;
- width: 300rpx;
- border-radius: 50rpx;
- }
- .comment-content {
- padding: 20rpx 0;
- }
- .add-comment {
- border-top: 2rpx solid #ebedf0;
- }
- .scoreImg {
- width: 100%;
- display: flex;
- align-items: center;
- padding-top: 20rpx;
- flex-wrap: wrap;
- }
- .scoreImg image {
- width: 140rpx;
- height: 140rpx;
- margin-right: 20rpx;
- margin-bottom: 20rpx;
- }
- /* 评价 */
- .star {
- margin-right: -20rpx;
- }
- .star image {
- width: 50rpx;
- height: 26rpx;
- }
- /* 参与成功图片 */
- .success{
- width: 100%;
- box-sizing: border-box;
- height: 300rpx;
- padding: 20rpx 180rpx 50rpx 180rpx;
- }
- .image{
- width: 100%;
- height: 250rpx;
- }
- .bgView{
- width: 80%;
- height: 300rpx;
- margin: auto;
- background-image: url(https://img.bbztx.com/miniProgram/challengeFamily/CQBg.jpg);
- background-size: 100% 100%;
- position: relative;
- }
- .baby{
- width: 80rpx;
- height: 80rpx;
- }
|