index.acss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. /* components/input/index.wxss */
  2. .text-green {
  3. color: green;
  4. }
  5. .text-red {
  6. color: red;
  7. }
  8. .radio-index {
  9. display: inline-block !important;
  10. }
  11. .dis {
  12. display: inline-block;
  13. margin-left: 40rpx;
  14. }
  15. .label-sm {
  16. border-bottom: 1px solid #f3f4f6;
  17. /* padding: 24rpx 0; */
  18. display: inline-block;
  19. width: 100%;
  20. }
  21. .handlemodule-textarea {
  22. padding-left: 0 !important;
  23. padding-right: 0 !important;
  24. }
  25. .img {
  26. width: 150rpx;
  27. height: 150rpx;
  28. text-align: right;
  29. display: inline-block;
  30. }
  31. .handlemodule-img {
  32. width: 150rpx;
  33. height: 150rpx;
  34. text-align: right;
  35. display: inline-block;
  36. }
  37. .have-photo>image {
  38. width: 100%;
  39. height: 100%;
  40. }
  41. .default-photo {
  42. line-height: 160rpx;
  43. text-align: center;
  44. background: #f7f8fc;
  45. }
  46. .p-r {
  47. position: relative;
  48. }
  49. .clear-icon {
  50. position: absolute;
  51. top: -18rpx;
  52. right: -8rpx;
  53. }
  54. .meetinglayout-clear-icon {
  55. position: absolute;
  56. top: -2rpx !important;
  57. right: 13rpx !important;
  58. }
  59. .handlemodule-text {
  60. position: absolute;
  61. top: -11.3rpx !important;
  62. }
  63. .have-photo {
  64. width: 100%;
  65. height: 100%;
  66. }