madeFont.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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:190rpx;
  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. }
  37. .font-content .iconfont{
  38. position:absolute;
  39. font-size:60rpx;
  40. z-index:10;
  41. }
  42. .icon-close{
  43. top:-50rpx;
  44. left:-50rpx;
  45. }
  46. .icon-rotate{
  47. bottom:'-20rpx';
  48. right:'-20rpx';
  49. }
  50. .slider-box{
  51. margin-top:100rpx;
  52. }
  53. /* 层样式 */
  54. .font-ceng{
  55. width:100%;
  56. height:100%;
  57. position:fixed;
  58. top:0;
  59. left:0;
  60. z-index:110000;
  61. background:rgba(0,0,0,0.6);
  62. }
  63. .input-box input{
  64. width:600rpx;
  65. height:150rpx;
  66. line-height:150rpx;
  67. margin:50rpx auto;
  68. text-align:center;
  69. background:none;
  70. border:2rpx dashed #fff;
  71. color:#fff;
  72. font-size:30rpx;
  73. font-weight: bold;
  74. }
  75. .font-color{
  76. width:600rpx;
  77. margin:0 auto;
  78. }
  79. .font-item{
  80. width:50rpx;
  81. height:50rpx;
  82. border-radius:50%;
  83. }
  84. .isColor{
  85. width:40rpx;
  86. height:40rpx;
  87. border:5rpx solid #fff;
  88. border-radius:50%;
  89. }
  90. .isColor .font-item{
  91. width:30rpx;
  92. height:30rpx;
  93. border-radius:50%;
  94. border:5rpx solid rgba(0,0,0,0.6);
  95. }