style.scss 431 B

123456789101112131415161718192021222324
  1. /* 视图 */
  2. .distribution-item{
  3. font-size: 28upx;
  4. color: #999999;
  5. padding:0 30upx;
  6. height: 85upx;
  7. border-bottom: 1upx solid #EEEEEE;
  8. }
  9. .distribution-item-active{
  10. color: #333333;
  11. }
  12. .distribution-item:last-of-type{
  13. border-bottom: none;
  14. }
  15. .distribution-button{
  16. width: 120upx;
  17. height: 50upx;
  18. font-size: 24upx;
  19. line-height: 30upx;
  20. background-color: #41AE3C;
  21. color: #fff;
  22. border-radius: 25upx;
  23. }
  24. /* 视图 */