packs_information.wxss 506 B

12345678910111213141516171819202122232425262728293031323334
  1. .steps {
  2. padding-top: 50rpx;
  3. padding-bottom: 30rpx;
  4. height: auto;
  5. background-color: #FFFFFF;
  6. }
  7. /* 信息标题 */
  8. .information-title {
  9. height: auto;
  10. width: auto;
  11. font-size: 30rpx;
  12. font-weight: 600;
  13. padding: 30rpx 0 20rpx 30rpx;
  14. background-color: #FFFFFF;
  15. }
  16. /* 星号 */
  17. .xinghao {
  18. width: 20px;
  19. height: 20px;
  20. display: inline-block;
  21. vertical-align: middle;
  22. text-align: center;
  23. line-height: 26px;
  24. font-size: 15px;
  25. color: #f00;
  26. }
  27. .information-button {
  28. height: 10vh;
  29. padding: 0 20rpx;
  30. }