deviceConnect1.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. /* pages/deviceRoter1/deviceRoter1.wxss */
  2. .deviceRoter1 .wifiInfo {
  3. padding: 0 66rpx;
  4. }
  5. .fake-password {
  6. /* 自定义密文样式 */
  7. -webkit-text-security: disc;
  8. }
  9. .deviceRoter1 .wifiInfo>view.ssid {
  10. width: calc(100vw - 136rpx);
  11. height: 96rpx;
  12. border-radius: 48rpx;
  13. border: 2rpx solid #999999;
  14. margin-bottom: 40rpx;
  15. display: flex;
  16. align-items: center;
  17. justify-content: center;
  18. }
  19. .deviceRoter1 .wifiInfo>view.ssid input {
  20. width: calc(100% - 104rpx);
  21. height: 98rpx;
  22. line-height: 98rpx;
  23. font-weight: bold;
  24. font-size: 32rpx;
  25. color: #353535;
  26. }
  27. .deviceRoter1 .wifiInfo .pwd {
  28. position: relative;
  29. }
  30. .deviceRoter1 .wifiInfo .pwd input {
  31. width: calc(100% - 154rpx) !important;
  32. }
  33. .deviceRoter1 .wifiInfo .pwd .yz {
  34. width: 48rpx;
  35. height: 98rpx;
  36. display: flex;
  37. align-items: center;
  38. }
  39. .deviceRoter1 .wifiInfo .pwd .yz image {
  40. width: 48rpx;
  41. }
  42. .deviceRoter1 .wifiInfo .ps {
  43. overflow: hidden;
  44. }
  45. .deviceRoter1 .wifiInfo .ps image {
  46. width: 48rpx;
  47. margin-right: 20rpx;
  48. line-height: 48rpx;
  49. float: left;
  50. }
  51. .deviceRoter1 .wifiInfo .ps text {
  52. float: left;
  53. font-size: 28rpx;
  54. line-height: 48rpx;
  55. color: #FA5151;
  56. width: calc(100% - 68rpx);
  57. }