addwarning.wxss 928 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .top,.temperature{
  2. padding: 30rpx;
  3. display: flex;
  4. justify-content: space-between;
  5. background: #fff;
  6. }
  7. .top > view{
  8. color: #999;
  9. text-align: right;
  10. }
  11. .ewarning{
  12. margin: 25rpx 0;
  13. }
  14. .temperature{
  15. align-items: center;
  16. border-top: 2.5rpx solid #F5F5F5;
  17. }
  18. .temperature > view {
  19. width: 70%;
  20. display: flex;
  21. align-items: center;
  22. }
  23. .temperature > view >input{
  24. text-align: center;
  25. height: 22rpx;
  26. line-height: 22rpx;
  27. border: 2.5rpx solid #E5E5E5;
  28. }
  29. .temperature > view >view{
  30. color: #e5e5e5;
  31. padding: 0 15rpx;
  32. }
  33. .foot{
  34. text-align: center;
  35. padding: 30rpx;
  36. position: fixed;
  37. bottom: 0;
  38. width: 100%;
  39. background-color: var(--color);
  40. color: #fff;
  41. }
  42. .submit{
  43. width: 100%;
  44. padding: 30rpx 0 !important;
  45. background-color: #fff;
  46. margin-bottom: 150rpx;
  47. display: flex;
  48. align-items: center;
  49. justify-content: center;
  50. }
  51. .submit image{
  52. width: 40rpx;
  53. height: 40rpx;
  54. margin-right: 25rpx;
  55. }