setposter.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. page{
  2. display: block;
  3. width: 100%;
  4. height: 100%;
  5. background-color: #f6f6f6;
  6. overflow-y: auto;
  7. }
  8. .poster{
  9. display: block;
  10. width: 710rpx;
  11. height: 900rpx;
  12. margin: 20rpx auto 0;
  13. background-color: #ffffff;
  14. }
  15. .savebtn{
  16. display: block;
  17. width: 590rpx;
  18. height:88rpx;
  19. margin: 24rpx auto 0;
  20. background-color: #28a1ff;
  21. }
  22. .savebtn image{
  23. display: block;
  24. width: 44rpx;
  25. height: 44rpx;
  26. margin-right: 16rpx;
  27. position:relative;
  28. top:22rpx;
  29. }
  30. .open-seting-bg {
  31. position: fixed;
  32. width: 100%;
  33. height: 100%;
  34. top: 0;
  35. left: 0;
  36. background: rgba(0, 0, 0, 0.5);
  37. }
  38. .btn-openset {
  39. display: flex;
  40. justify-content: space-around;
  41. font-size: 30rpx;
  42. margin-top: 60rpx;
  43. }
  44. .set-title {
  45. font-size: 30rpx;
  46. margin-top: 40rpx;
  47. }
  48. .open-set-inner {
  49. width: 400rpx;
  50. height: 220rpx;
  51. position: absolute;
  52. top: 0;
  53. left: 0;
  54. bottom: 0;
  55. right: 0;
  56. margin: auto;
  57. background: #ffffff;
  58. padding: 30rpx;
  59. }
  60. .btn-openset > view:nth-child(1) {
  61. color: #919191;
  62. }
  63. .button-style {
  64. width: 100%;
  65. height: 100%;
  66. background: #fff;
  67. display: flex;
  68. align-items: center;
  69. justify-content: space-between;
  70. padding: 0 0 0;
  71. font-size: 30rpx;
  72. line-height: 0;
  73. color: red;
  74. }
  75. button::after {
  76. border: 0;
  77. }