password.wxss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background: #f8f8f8;
  13. }
  14. .container {
  15. padding-top: 30rpx;
  16. }
  17. .row {
  18. display: flex;
  19. align-items: center;
  20. position: relative;
  21. padding: 0 30rpx;
  22. height: 110rpx;
  23. background: #fff;
  24. }
  25. .row .tit {
  26. flex-shrink: 0;
  27. width: 120rpx;
  28. font-size: 30rpx;
  29. color: #303133;
  30. }
  31. .row .input {
  32. flex: 1;
  33. font-size: 30rpx;
  34. color: #303133;
  35. }
  36. .row .iconlocation {
  37. font-size: 36rpx;
  38. color: #909399;
  39. }
  40. .add-btn {
  41. display: flex;
  42. align-items: center;
  43. justify-content: center;
  44. width: 690rpx;
  45. height: 80rpx;
  46. margin: 60rpx auto;
  47. font-size: 32rpx;
  48. color: #fff;
  49. background-color: #ff4e4a;
  50. border-radius: 10rpx;
  51. }
  52. .bg-gray {
  53. background-color: #999999;
  54. }
  55. .code {
  56. color: #5dbc7c;
  57. font-size: 23rpx;
  58. border-left: 1px solid #eeeeee;
  59. width: 150rpx;
  60. flex-shrink: 0;
  61. text-align: center;
  62. }