index.wxss 868 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. page{
  2. height: 100%;
  3. }
  4. .main{
  5. height: 100%;
  6. background: url("http://bmob-cdn-20413.b0.upaiyun.com/2018/07/16/57f8f6cb40c6dae880dc9df0ecf6277d.png");
  7. background-size: cover;
  8. background-repeat: no-repeat;
  9. }
  10. ec-canvas {
  11. width: 100%;
  12. height: 100%;
  13. }
  14. .saveContent{
  15. position: fixed;
  16. bottom: 200rpx;
  17. right:125rpx;
  18. }
  19. .save{
  20. width: 40rpx;
  21. height: 40rpx;
  22. position: absolute;
  23. top:65rpx;
  24. left:20rpx;
  25. }
  26. .save_txt{
  27. color:#bfbfbf;
  28. font-size:24rpx;
  29. position:absolute;
  30. top:106rpx;
  31. left:16rpx;
  32. width: 50rpx;
  33. }
  34. .save_btn{
  35. width:100rpx;
  36. height:100rpx;
  37. position:fixed;
  38. position: fixed;
  39. bottom:50rpx;
  40. right:33rpx;
  41. z-index:100;
  42. opacity:0;
  43. }
  44. .circle1{
  45. width:100rpx;
  46. height:100rpx;
  47. background-color:#fff;
  48. position:absolute;
  49. top:50rpx;
  50. z-index:-1;
  51. border-radius:50%;
  52. left:-9rpx;
  53. box-shadow: 0 0 6rpx 6rpx #efefef;
  54. }