activeRules.wxss 593 B

1234567891011121314151617181920212223242526272829
  1. .content{
  2. line-height: 1.5;
  3. }
  4. .content view{
  5. margin: 40rpx 0;
  6. }
  7. .content .title{
  8. text-align: center;
  9. font-weight: 700;
  10. font-size: 38rpx;
  11. }
  12. .content .rule{
  13. padding: 0 40rpx;
  14. }
  15. .content .btn{
  16. margin-bottom: 0;
  17. }
  18. .content .btn button{
  19. border-radius: 0;
  20. }
  21. /* --- 主题 --- */
  22. /* 红色 */
  23. .redContent .btn button{background-image: linear-gradient(to right, #ee3a43, #ff8483)}
  24. /* 蓝色 */
  25. .blueContent .btn button{background-image: linear-gradient(to right, #4998d2, #cde6e9)}
  26. /* 绿色 */
  27. .greenContent .btn button{background-image: linear-gradient(to right, #658832, #96b26d)}