金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

70 lines
1.5 KiB

  1. @import '../../../common/css/global';
  2. page{
  3. width: 100%;
  4. height: 100%;
  5. background: url("https://ibrand-miniprogram.oss-cn-hangzhou.aliyuncs.com/%E5%B0%8F%E7%A8%8B%E5%BA%8F/vipbg.png") no-repeat;
  6. background-size: 100% 100%;
  7. }
  8. #spread{
  9. .spreadpage{
  10. .content{
  11. padding-top: 50px;
  12. text-align: center;
  13. .content-top{
  14. font-size: 18px;
  15. text-shadow: 0 0 30px rgba(0, 0, 0, 0.38);
  16. margin-bottom: 5px;
  17. color: #ffffff;
  18. }
  19. .content-bottom{
  20. font-size:28px;
  21. text-shadow: 0 0 30px rgba(0, 0, 0, 0.38);
  22. color: #ffffff;
  23. }
  24. .hidden {
  25. opacity: 0;
  26. }
  27. .erweima{
  28. box-sizing: border-box;
  29. background: #FFFFFF;
  30. margin: 15px;
  31. text-align: center;
  32. padding: 15px 15px 20px 15px;
  33. image{
  34. display: block;
  35. width: 70%;
  36. margin: 0 auto;
  37. }
  38. .btn-box {
  39. .btn {
  40. width: 100%;
  41. height: 44px;
  42. line-height: 44px;
  43. margin-top: 15px;
  44. border-radius: 22px;
  45. &.save {
  46. color: @mainColor;
  47. border: 2px solid @mainColor;
  48. }
  49. &.share {
  50. background: @mainColor;
  51. color: #fff;
  52. }
  53. }
  54. }
  55. }
  56. }
  57. .spread-btn{
  58. position: fixed;
  59. bottom: 0;
  60. width: 100%;
  61. button{
  62. border-radius: 0;
  63. }
  64. button::after{
  65. border: none;
  66. }
  67. }
  68. }
  69. }