madeFont.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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. /* 层样式 */
  45. .font-ceng{
  46. width:100%;
  47. height:100%;
  48. position:fixed;
  49. top:0;
  50. left:0;
  51. z-index:110000;
  52. background:rgba(0,0,0,0.6);
  53. }
  54. .input-box input{
  55. width:600rpx;
  56. height:150rpx;
  57. line-height:150rpx;
  58. margin:50rpx auto;
  59. text-align:center;
  60. background:none;
  61. border:1rpx dashed #fff;
  62. color:#fff;
  63. font-size:30rpx;
  64. font-weight: bold;
  65. }
  66. .font-color{
  67. width:600rpx;
  68. margin:0 auto;
  69. }
  70. .font-item{
  71. width:50rpx;
  72. height:50rpx;
  73. border-radius:50%;
  74. }
  75. .isColor{
  76. width:40rpx;
  77. height:40rpx;
  78. border:5rpx solid #fff;
  79. border-radius:50%;
  80. }
  81. .isColor .font-item{
  82. width:30rpx;
  83. height:30rpx;
  84. border-radius:50%;
  85. border:5rpx solid rgba(0,0,0,0.6);
  86. }