insert.scss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. @import "../../details/modules/handOver/index.scss";
  2. .box {
  3. width: 100vw;
  4. box-sizing: border-box;
  5. .label {
  6. height: 40rpx;
  7. font-size: 28rpx;
  8. font-family: PingFang SC-Regular, PingFang SC;
  9. color: #333333;
  10. line-height: 40rpx;
  11. margin-top: 40rpx;
  12. margin-left: 30rpx;
  13. text {
  14. color: #FF3B30;
  15. margin-right: 8rpx;
  16. }
  17. }
  18. .input-class {
  19. width: 690rpx;
  20. height: 90rpx;
  21. background: #FFFFFF;
  22. border-radius: 16rpx;
  23. border: 1px solid #CCCCCC;
  24. padding: 0 30rpx;
  25. }
  26. }
  27. /* 选择器样式 */
  28. .selector {
  29. display: flex;
  30. align-items: center;
  31. justify-content: space-between;
  32. width: 690rpx;
  33. height: 90rpx;
  34. background: #FFFFFF;
  35. border-radius: 16rpx;
  36. border: 1px solid #CCCCCC;
  37. margin: 0 auto;
  38. margin-top: 20rpx;
  39. padding: 0 30rpx;
  40. box-sizing: border-box;
  41. }
  42. .selector,
  43. .input-class,
  44. .textarea {
  45. font-size: 28rpx;
  46. font-family: PingFang SC-Regular, PingFang SC;
  47. color: #666666;
  48. }
  49. .textarea {
  50. display: block;
  51. height: 300rpx;
  52. padding: 26rpx 30rpx;
  53. }