growup.wxss 1.7 KB

12345678910111213141516171819202122232425262728
  1. @import "/static/common.wxss";
  2. .content{background: #F5F5F4;
  3. padding: 0rpx 20rpx 130rpx;font-size: 28rpx;height: calc(100% - 130rpx);overflow-y: auto;}
  4. .group-rule-step{margin: 20rpx 0 20rpx 60rpx;}
  5. .group-rule-step .li{line-height:1; font-size:28rpx;}
  6. .group-rule-step .li:before{content:'';border-left:1px solid #FF7E8D; height:50rpx; display: block; position: relative;left: 14rpx;}
  7. .group-rule-step .li:first-child:before{height:auto;}
  8. .step-info{display:inline-block; width:32rpx; height:32rpx; line-height:32rpx; text-align:center; background:#ee3a43; color:#fff; border-radius:100%; margin-right: 20rpx;}
  9. .group-status{display: flex;justify-content: space-between; align-items:center; margin: 60rpx 40rpx 0;}
  10. .group-status > .group-status-item{padding: 20rpx;text-align: center;background: #EE3A43;color: white; white-space: nowrap; flex-shrink: 1; width:100%; font-size: 24rpx;}
  11. .group-status-item:nth-child(even){background: #C9C9C9; margin-left: 20rpx;}
  12. .button.button-warn{height: 100rpx;line-height: 100rpx;}
  13. .fix-bottom{position: fixed;bottom: 0;width: 100%;padding: 10rpx 0;background-color: #fff;display: flex;flex-direction: row;align-items: center;justify-content: center;box-shadow: 0 -1rpx 5rpx rgba(0,0,0,.1);}
  14. .fix-bottom .button{ display: inline;min-width: 70%;border-radius: 10rpx;height: 80rpx;line-height: 80rpx;}
  15. .popup-title{text-align: left;padding: 0;font-weight: 700;}
  16. .popup-title text{border: 1rpx solid #ee3a43;border-radius: 10rpx;padding: 0 10rpx;color: #ee3a43;}
  17. .preferential-text{margin-top: 20rpx;}
  18. .preferential-text-item{padding: 15rpx 0;}
  19. .item-line{border-bottom: 2rpx solid #eaedee;}
  20. .modal-label-t{
  21. line-height: 2;
  22. }
  23. .modal-label-t{
  24. margin-top: 20rpx;
  25. }
  26. .modal-label .modal-label-t:first-child{
  27. margin: 0;
  28. }