康巴易测肤/伤疤uniapp小程序类
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

94 lines
1.4KB

  1. .my-canvas {
  2. display: flex;
  3. position: fixed !important;
  4. background: #000000;
  5. left: 0;
  6. z-index: 100000;
  7. width: 100%;
  8. }
  9. .my-avatar {
  10. width: 150rpx;
  11. height: 150rpx;
  12. border-radius: 100%;
  13. }
  14. .oper-canvas {
  15. display: flex;
  16. position: fixed !important;
  17. left: 0;
  18. z-index: 100001;
  19. width: 100%;
  20. }
  21. .prv-canvas {
  22. display: flex;
  23. position: fixed !important;
  24. background: #000000;
  25. left: 0;
  26. z-index: 200000;
  27. width: 100%;
  28. }
  29. .oper-wrapper {
  30. height: 50px;
  31. position: fixed !important;
  32. box-sizing: border-box;
  33. border: 1px solid #F1F1F1;
  34. background: #ffffff;
  35. width: 100%;
  36. left: 0;
  37. bottom: 0;
  38. z-index: 100009;
  39. flex-direction: row;
  40. }
  41. .oper {
  42. display: flex;
  43. flex-direction: column;
  44. justify-content: center;
  45. padding: 10rpx 20rpx;
  46. width: 100%;
  47. height: 100%;
  48. box-sizing: border-box;
  49. align-self: center;
  50. }
  51. .btn-wrapper {
  52. display: flex;
  53. flex-direction: row;
  54. flex-grow: 1;
  55. justify-content: space-between;
  56. }
  57. .btn-wrapper view {
  58. display: flex;
  59. align-items: center;
  60. justify-content: center;
  61. font-size: 16px;
  62. color: #333;
  63. border: 1px solid #f1f1f1;
  64. border-radius: 6%;
  65. }
  66. .hover {
  67. background: #f1f1f1;
  68. border-radius: 6%;
  69. }
  70. .clr-wrapper {
  71. display: flex;
  72. flex-direction: row;
  73. flex-grow: 1;
  74. }
  75. .clr-wrapper view {
  76. display: flex;
  77. align-items: center;
  78. justify-content: center;
  79. font-size: 16px;
  80. color: #333;
  81. border: 1px solid #f1f1f1;
  82. border-radius: 6%;
  83. }
  84. .my-slider {
  85. flex-grow: 1;
  86. }