madeFont.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. /* pages/customized/made/madeFont/madeFont.wxss */
  2. page{
  3. background:#fff;
  4. }
  5. .made-img-box{
  6. position:relative;
  7. margin-top:60rpx;
  8. }
  9. .made-img-box image {
  10. width:100%;
  11. height:588rpx;
  12. }
  13. .made-prompt{
  14. width:inherit;
  15. height:inherit;
  16. }
  17. .made-box{
  18. width:270rpx;
  19. height:270rpx;
  20. padding:1rpx;
  21. margin:0 auto;
  22. /* background:red; */
  23. }
  24. .footer-icon{
  25. width:120rpx;
  26. }
  27. .footer-add-btn{
  28. text-align: center
  29. }
  30. .made-font{
  31. width:5555555555555rpx;
  32. }
  33. .font-content{
  34. display: inline-block;
  35. position:relative;
  36. width:218rpx;
  37. height:218rpx;
  38. border:2rpx dashed #e0e0e0;
  39. overflow: hidden;
  40. }
  41. #touchFont{
  42. height:99999999999rpx;
  43. width:9999999999rpx;
  44. }
  45. /* .font-content .iconfont{
  46. position:absolute;
  47. font-size:60rpx;
  48. z-index:10;
  49. }
  50. .icon-close{
  51. top:-50rpx;
  52. left:-50rpx;
  53. } */
  54. .icon-rotate{
  55. bottom:'-20rpx';
  56. right:'-20rpx';
  57. }
  58. .slider-box{
  59. margin-top:100rpx;
  60. }
  61. /* 层样式 */
  62. .font-ceng{
  63. width:100%;
  64. height:100%;
  65. position:fixed;
  66. top:0;
  67. left:0;
  68. z-index:110000;
  69. background:rgba(0,0,0,0.6);
  70. }
  71. .input-box input{
  72. width:600rpx;
  73. height:150rpx;
  74. line-height:150rpx;
  75. margin:50rpx auto;
  76. text-align:center;
  77. background:none;
  78. border:2rpx dashed #fff;
  79. color:#fff;
  80. font-size:30rpx;
  81. font-weight: bold;
  82. }
  83. .font-color{
  84. width:600rpx;
  85. margin:0 auto;
  86. }
  87. .font-item{
  88. width:50rpx;
  89. height:50rpx;
  90. border-radius:50%;
  91. }
  92. .isColor{
  93. width:40rpx;
  94. height:40rpx;
  95. border:5rpx solid #fff;
  96. border-radius:50%;
  97. }
  98. .isColor .font-item{
  99. width:30rpx;
  100. height:30rpx;
  101. border-radius:50%;
  102. border:5rpx solid rgba(0,0,0,0.6);
  103. }
  104. .edit-content{
  105. position:absolute;
  106. top:0;
  107. left:0;
  108. z-index:30;
  109. }
  110. .made-box{
  111. position:relative;
  112. width: inherit;
  113. height: inherit;
  114. }
  115. .made-font{
  116. position:absolute;
  117. top:0;
  118. left:0;
  119. width:5555555555555rpx;
  120. z-index:40;
  121. }
  122. .select-weight{
  123. font-size:32rpx;
  124. font-weight: bold;
  125. /* background:#fff; */
  126. color:#fff;
  127. width:50rpx;
  128. height:50rpx;
  129. text-align: center;
  130. line-height:50rpx;
  131. border-radius:5rpx;
  132. }