userAlarmUpload.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. page {
  2. background-color: #fff;
  3. }
  4. .input-box {
  5. padding: 30rpx 30rpx 0;
  6. }
  7. .input-box .input {
  8. width: 615rpx;
  9. height: 76rpx;
  10. line-height: 76rpx;
  11. background: #F8F8F8;
  12. border-radius: 20rpx 20rpx 20rpx 20rpx;
  13. opacity: 1;
  14. padding: 0 32rpx;
  15. }
  16. .input-box .input input {
  17. width: 100%;
  18. height: 100%;
  19. }
  20. .saoma {
  21. width: 39rpx;
  22. height: 36rpx;
  23. margin-left: 35rpx;
  24. }
  25. .item {
  26. padding: 35rpx 0rpx;
  27. justify-content: space-between;
  28. border-bottom: 1rpx solid #E6E6E6;
  29. ;
  30. margin: 0 30rpx;
  31. line-height: 41rpx;
  32. font-size: 28rpx;
  33. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  34. font-weight: 500;
  35. }
  36. .label {
  37. color: #666464;
  38. margin-right: 30rpx;
  39. }
  40. .item-input {
  41. color: #A8A5A5;
  42. text-align: right;
  43. }
  44. .biao .date-content {
  45. text-align: right !important;
  46. }
  47. /* 图片上传 */
  48. .product-image {
  49. width: 124rpx;
  50. height: 124rpx;
  51. border: 1rpx solid #DBDBDB;
  52. color: #999999;
  53. font-size: 24rpx;
  54. text-align: center;
  55. display: flex;
  56. flex-direction: column;
  57. justify-content: center;
  58. align-items: center;
  59. margin-right: 20rpx;
  60. position: relative;
  61. margin-bottom: 10rpx;
  62. }
  63. .product-image image {
  64. width: 46rpx;
  65. height: 37rpx;
  66. margin-bottom: 10rpx;
  67. }
  68. .product-image .product-image-delete {
  69. width: 30rpx;
  70. height: 30rpx;
  71. position: absolute;
  72. top: 0;
  73. right: 0;
  74. transform: translate(50%, -50%);
  75. }
  76. /* 保存按钮 */
  77. .submit-box{
  78. height: 140rpx;
  79. background: #FFFFFF;
  80. box-shadow: 0rpx -5rpx 15rpx 1rpx rgba(0,0,0,0.05);
  81. border-radius: 0rpx 0rpx 0rpx 0rpx;
  82. opacity: 1;
  83. position: fixed;
  84. left: 0;
  85. right: 0;
  86. bottom: 0;
  87. }
  88. .submit-btn{
  89. width: 556rpx;
  90. line-height: 76rpx;
  91. background: #EB5C20;
  92. border-radius: 38rpx 38rpx 38rpx 38rpx;
  93. opacity: 1;
  94. font-size: 28rpx;
  95. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  96. font-weight: 500;
  97. color: #FFFFFF;
  98. text-align: center;
  99. margin:30rpx auto;
  100. }