index.wxss 778 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* components/input/index.wxss */
  2. .text-green {
  3. color: green;
  4. }
  5. .text-red {
  6. color: red;
  7. }
  8. .dis {
  9. display: inline-block;
  10. margin-left: 40rpx;
  11. }
  12. .label-sm {
  13. border-bottom: 1px solid #f3f4f6;
  14. /* padding: 24rpx 0; */
  15. display: inline-block;
  16. width: 100%;
  17. }
  18. .img {
  19. width: 150rpx;
  20. height: 150rpx;
  21. text-align: right;
  22. display: inline-block;
  23. }
  24. .have-photo>image {
  25. width: 100%;
  26. height: 100%;
  27. }
  28. .default-photo {
  29. line-height: 160rpx;
  30. text-align: center;
  31. background: #F7F8FC;
  32. }
  33. .p-r {
  34. position: relative;
  35. }
  36. .clear-icon {
  37. position: absolute;
  38. top: -18rpx;
  39. right: -8rpx;
  40. }
  41. .have-photo{
  42. width: 100%;
  43. height: 100%;
  44. }
  45. .pick-text{
  46. width: 280rpx;
  47. display: inline-block;
  48. text-align: right;
  49. }