screen.wxss 1002 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .bg {
  2. position: relative;
  3. width: 100%;
  4. height: 100%;
  5. background-color: #ffffff;
  6. }
  7. .canvas {
  8. position: relative;
  9. z-index: 1;
  10. }
  11. .ming {
  12. position: absolute;
  13. z-index: 99;
  14. left: 15rpx;
  15. bottom: 20rpx;
  16. width: 228rpx;
  17. height: 82rpx;
  18. background-color: rgba(217,217,217,0.5);
  19. border-radius: 82rpx;
  20. font-size: 32rpx;
  21. color: #4c4c4c;
  22. text-align: center;
  23. line-height: 82rpx;
  24. border: 3rpx solid #cccccc;
  25. }
  26. .shang {
  27. position: absolute;
  28. z-index: 99;
  29. left: 265rpx;
  30. bottom: 20rpx;
  31. width: 210rpx;
  32. height: 82rpx;
  33. background-color: rgba(217,217,217,0.5);
  34. border-radius: 82rpx;
  35. font-size: 32rpx;
  36. color: #4c4c4c;
  37. text-align: center;
  38. line-height: 82rpx;
  39. border: 3rpx solid #cccccc;
  40. }
  41. .save {
  42. position: absolute;
  43. z-index: 99;
  44. left: 500rpx;
  45. bottom: 20rpx;
  46. width: 228rpx;
  47. height: 82rpx;
  48. background-color: #66da9b;
  49. border-radius: 82rpx;
  50. font-size: 32rpx;
  51. color: #ffffff;
  52. text-align: center;
  53. line-height: 82rpx;
  54. border: 3rpx solid #32cf76;
  55. }