set.wxss 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. /* page{
  12. background: $page-color-base;
  13. }
  14. .list-cell{
  15. display:flex;
  16. align-items:baseline;
  17. padding: 20rpx $page-row-spacing;
  18. line-height:60rpx;
  19. position:relative;
  20. background: #fff;
  21. justify-content: center;
  22. &.log-out-btn{
  23. margin-top: 40rpx;
  24. .cell-tit{
  25. color: $uni-color-primary;
  26. text-align: center;
  27. margin-right: 0;
  28. }
  29. }
  30. .cell-tit{
  31. flex: 1;
  32. font-size: $font-base + 2rpx;
  33. color: $font-color-dark;
  34. margin-right:10rpx;
  35. }
  36. .cell-tip{
  37. font-size: $font-base;
  38. color: $font-color-light;
  39. }
  40. switch{
  41. transform: translateX(16rpx) scale(.84);
  42. }
  43. } */
  44. page {
  45. background-color: #f3f3f3;
  46. min-height: 100%;
  47. }
  48. page .container {
  49. height: 100%;
  50. }
  51. .row {
  52. background-color: #fff;
  53. padding: 42rpx 25rpx;
  54. font-size: 30rpx;
  55. color: #333333;
  56. }
  57. .row image {
  58. width: 80rpx;
  59. height: 80rpx;
  60. border-radius: 50%;
  61. }
  62. .row .input {
  63. text-align: right;
  64. color: #333333;
  65. }
  66. .submit-box {
  67. padding-top: 157rpx;
  68. }
  69. .submit-box .submit {
  70. margin: 40rpx auto;
  71. width: 560rpx;
  72. background-color: #901b21;
  73. color: #FFFFFF;
  74. text-align: center;
  75. padding: 26rpx 0rpx;
  76. border-radius: 50rpx;
  77. }
  78. .submit-box .submit1 {
  79. background-color: #FFFFFF;
  80. color: #901b21;
  81. border: 1px solid #901b21;
  82. }
  83. .jg {
  84. margin-bottom: 20rpx;
  85. }
  86. .out {
  87. display: flex;
  88. align-items: center;
  89. justify-content: center;
  90. margin: 0 auto 30rpx;
  91. width: 560rpx;
  92. height: 80rpx;
  93. border: 1px solid #58BAB0;
  94. background: #FFFFFF;
  95. border-radius: 40px;
  96. color: #58BAB0;
  97. }