madeFont.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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{
  25. position:fixed;
  26. bottom:0;
  27. width:100%;
  28. z-index:10;
  29. line-height:92rpx;
  30. background:#fff;
  31. border-top:1rpx solid #dcdcdc;
  32. text-align: center;
  33. color:#666;
  34. font-size:30rpx;
  35. cursor: pointer;
  36. }
  37. .footer-icon{
  38. width:190rpx;
  39. }
  40. .footer-add-btn{
  41. background:#00af66;
  42. color:#fff;
  43. }
  44. /* .made-font{
  45. position: absolute;
  46. top:0;
  47. left:0;
  48. } */
  49. .font-content{
  50. display: inline-block;
  51. position:relative;
  52. }
  53. .font-content .iconfont{
  54. position:absolute;
  55. font-size:60rpx;
  56. z-index:10;
  57. }
  58. .icon-close{
  59. top:-50rpx;
  60. left:-50rpx;
  61. }
  62. .icon-rotate{
  63. bottom:'-20rpx';
  64. right:'-20rpx';
  65. }
  66. .slider-box{
  67. margin-top:100rpx;
  68. }
  69. /* 层样式 */
  70. .font-ceng{
  71. width:100%;
  72. height:100%;
  73. position:fixed;
  74. top:0;
  75. left:0;
  76. z-index:110000;
  77. background:rgba(0,0,0,0.6);
  78. }
  79. .input-box input{
  80. width:600rpx;
  81. height:150rpx;
  82. line-height:150rpx;
  83. margin:50rpx auto;
  84. text-align:center;
  85. background:none;
  86. border:2rpx dashed #fff;
  87. color:#fff;
  88. font-size:30rpx;
  89. font-weight: bold;
  90. }
  91. .font-color{
  92. width:600rpx;
  93. margin:0 auto;
  94. }
  95. .font-item{
  96. width:50rpx;
  97. height:50rpx;
  98. border-radius:50%;
  99. }
  100. .isColor{
  101. width:40rpx;
  102. height:40rpx;
  103. border:5rpx solid #fff;
  104. border-radius:50%;
  105. }
  106. .isColor .font-item{
  107. width:30rpx;
  108. height:30rpx;
  109. border-radius:50%;
  110. border:5rpx solid rgba(0,0,0,0.6);
  111. }