addDevice.css 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. /* pages/addDevice/addDevice.wxss */
  2. .add-container {
  3. padding: 25rpx 28rpx;
  4. }
  5. .form-item {
  6. position: relative;
  7. border-bottom: solid 1px #e5e5e5;
  8. margin: 17rpx 26rpx;
  9. padding: 29rpx 113rpx;
  10. display: flex;
  11. flex-direction: row;
  12. align-items: center;
  13. }
  14. .macid-item {
  15. position: relative;
  16. margin: 0 26rpx;
  17. margin-bottom: 36rpx;
  18. padding: 29rpx 0;
  19. padding-right: 113rpx;
  20. display: flex;
  21. flex-direction: row;
  22. align-items: center;
  23. justify-content: space-between;
  24. }
  25. .form-input {
  26. width: 100%;
  27. }
  28. .form-img {
  29. position: absolute;
  30. left: 14rpx;
  31. width: 48rpx;
  32. height: 48rpx;
  33. }
  34. .form-img-right {
  35. position: absolute;
  36. right: 14rpx;
  37. width: 48rpx;
  38. height: 48rpx;
  39. }
  40. .form-btn {
  41. text-align: center;
  42. }
  43. .login-btn {
  44. width: 100%;
  45. height: 90rpx;
  46. line-height: 86rpx;
  47. background: #11bf96;
  48. border-radius: 43rpx;
  49. font-size: 32rpx;
  50. font-family: PingFangSC-Medium;
  51. font-weight: 500;
  52. color: rgba(255, 255, 255, 1);
  53. text-align: center;
  54. margin: 0 auto;
  55. }
  56. .code-button {
  57. position: absolute;
  58. right: 14rpx;
  59. width: auto;
  60. padding: 0 12rpx;
  61. height: 50rpx;
  62. border: 1rpx solid rgba(15, 191, 149, 1);
  63. border-radius: 10rpx;
  64. }
  65. .code-text {
  66. font-size: 24rpx;
  67. font-family: PingFang SC;
  68. font-weight: 400;
  69. color: rgba(15, 191, 149, 1);
  70. }
  71. .code-form {
  72. padding-right: 209rpx;
  73. }
  74. .bottom-img {
  75. margin-top: 61rpx;
  76. width: 100%;
  77. height: 720rpx;
  78. }