hierarchy.wxss 507 B

12345678910111213141516171819202122232425262728293031
  1. .packgeInfo{
  2. text-align: center;
  3. padding: 30rpx 32.5%;
  4. display: flex;
  5. flex-direction: column;
  6. }
  7. .packgeInfo > view{
  8. height: 100%;
  9. width: 100%;
  10. color: #999;
  11. }
  12. .packgeInfo > view >view{
  13. padding: 20rpx 20rpx;
  14. margin-bottom: 10rpx;
  15. border: 2.5rpx solid #d5e9ff;
  16. }
  17. .packgeInfo image{
  18. width: 25rpx;
  19. height: 60rpx;
  20. }
  21. .activeRight{
  22. align-self: center;
  23. margin-left: 55rpx;
  24. }
  25. .activeRight > view{
  26. background-color : #D5E9FF;
  27. }
  28. .activeBut{
  29. background-color: #d5e9ff;
  30. color: #027AFF;
  31. }