receive.wxss 865 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /* components/receive/receive.wxss */
  2. @import "../../style/iconfont.wxss";
  3. .formArea {
  4. margin-bottom: 24rpx;
  5. background: #fff;
  6. box-shadow: 6rpx 6rpx 35rpx rgba(178, 221, 250, .2);
  7. overflow: hidden;
  8. }
  9. .chooseTitle {
  10. margin-top: 33rpx;
  11. height: 32rpx;
  12. line-height: 32rpx;
  13. font-size: 32rpx;
  14. padding: 0 24rpx;
  15. }
  16. .chooseWrap {
  17. padding: 0 24rpx;
  18. overflow: hidden;
  19. }
  20. .chooseWrap .item {
  21. float: left;
  22. margin-right: 48rpx;
  23. padding: 34rpx 0;
  24. font-size: 0;
  25. }
  26. .chooseWrap .item .iconfont {
  27. display: inline-block;
  28. height: 36rpx;
  29. line-height: 36rpx;
  30. font-size: 36rpx;
  31. vertical-align: top;
  32. }
  33. .chooseWrap .item .icon-select {
  34. color: #c4c4c4;
  35. }
  36. .chooseWrap .item .icon-selected {
  37. color: #007dff;
  38. }
  39. .chooseWrap .item .text {
  40. margin-left: 16rpx;
  41. display: inline-block;
  42. height: 36rpx;
  43. line-height: 36rpx;
  44. font-size: 26rpx;
  45. }