shareEx.wxss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page.data-v-60755698 {
  12. background-color: #901b21;
  13. width: 100%;
  14. height: 100%;
  15. }
  16. .content.data-v-60755698 {
  17. position: relative;
  18. background-color: #901b21;
  19. min-height: 100%;
  20. }
  21. .content .bg.data-v-60755698 {
  22. width: 750rpx;
  23. height: 1334rpx;
  24. }
  25. .content .share-btn.data-v-60755698 {
  26. width: 492rpx;
  27. height: 86rpx;
  28. background-color: #ebd49e;
  29. border-radius: 43rpx;
  30. text-align: center;
  31. line-height: 86rpx;
  32. color: #901b21;
  33. font-weight: bold;
  34. font-size: 36rpx;
  35. position: absolute;
  36. top: 1159rpx;
  37. left: 130rpx;
  38. }
  39. .content .share-user-logo.data-v-60755698 {
  40. position: absolute;
  41. top: 400rpx;
  42. left: 0;
  43. right: 0;
  44. margin: auto;
  45. width: 118rpx;
  46. height: 118rpx;
  47. border-radius: 50%;
  48. }
  49. .content .share-user-logo image.data-v-60755698 {
  50. width: 118rpx;
  51. height: 118rpx;
  52. border-radius: 50%;
  53. }
  54. .content .good.data-v-60755698 {
  55. width: 290rpx;
  56. height: 290rpx;
  57. border-radius: 20rpx;
  58. position: absolute;
  59. top: 560rpx;
  60. left: 0;
  61. right: 0;
  62. margin: auto;
  63. }
  64. .content .good image.data-v-60755698 {
  65. width: 290rpx;
  66. height: 290rpx;
  67. border-radius: 20rpx;
  68. }
  69. .content .good-tit.data-v-60755698 {
  70. position: absolute;
  71. font-size: 32rpx;
  72. color: #901b21;
  73. text-align: center;
  74. width: 750rpx;
  75. top: 880rpx;
  76. }