popup.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. page {
  2. display: -webkit-box;
  3. display: -webkit-flex;
  4. display: flex;
  5. -webkit-box-orient: vertical;
  6. -webkit-box-direction: normal;
  7. -webkit-flex-direction: column;
  8. flex-direction: column;
  9. box-sizing: border-box;
  10. background-color: #fff
  11. }
  12. view {
  13. font-size: 28rpx;
  14. line-height: inherit
  15. }
  16. .example {
  17. padding: 0 30rpx 30rpx
  18. }
  19. .example-title {
  20. font-size: 32rpx;
  21. line-height: 32rpx;
  22. color: #777;
  23. margin: 40rpx 25rpx;
  24. position: relative
  25. }
  26. .example .example-title {
  27. margin: 40rpx 0
  28. }
  29. .example-body {
  30. padding: 0 40rpx
  31. }
  32. .uni-padding-wrap {
  33. padding: 0 30rpx;
  34. }
  35. button {
  36. margin: 20rpx 0;
  37. }
  38. .uni-helllo-text {
  39. height: 100rpx;
  40. line-height: 100rpx;
  41. text-align: center;
  42. }
  43. .center-box {
  44. width: 700rpx;
  45. height: 700rpx;
  46. }
  47. .uni-list-item {
  48. text-align: left;
  49. line-height: 80rpx;
  50. border-bottom: 1px #f5f5f5 solid;
  51. }
  52. .uni-list-item:last-child {
  53. border: none;
  54. }
  55. .center-box .image {
  56. width: 100%;
  57. height: 100%;
  58. }
  59. .bottom-title {
  60. line-height: 60rpx;
  61. font-size: 24rpx;
  62. padding: 15rpx 0;
  63. }
  64. .bottom-content {
  65. display: -webkit-box;
  66. display: -webkit-flex;
  67. display: flex;
  68. -webkit-flex-wrap: wrap;
  69. flex-wrap: wrap;
  70. padding: 0 35rpx;
  71. }
  72. .bottom-content-box {
  73. display: -webkit-box;
  74. display: -webkit-flex;
  75. display: flex;
  76. -webkit-box-orient: vertical;
  77. -webkit-box-direction: normal;
  78. -webkit-flex-direction: column;
  79. flex-direction: column;
  80. -webkit-box-align: center;
  81. -webkit-align-items: center;
  82. align-items: center;
  83. margin-bottom: 15rpx;
  84. width: 25%;
  85. box-sizing: border-box;
  86. }
  87. .bottom-content-image {
  88. display: -webkit-box;
  89. display: -webkit-flex;
  90. display: flex;
  91. -webkit-box-pack: center;
  92. -webkit-justify-content: center;
  93. justify-content: center;
  94. -webkit-box-align: center;
  95. -webkit-align-items: center;
  96. align-items: center;
  97. width: 90rpx;
  98. height: 90rpx;
  99. overflow: hidden;
  100. background: #007aff;
  101. border-radius: 10rpx;
  102. }
  103. .bottom-content-text {
  104. font-size: 26rpx;
  105. color: #333;
  106. margin-top: 10rpx;
  107. }
  108. .bottom-btn {
  109. height: 90rpx;
  110. line-height: 90rpx;
  111. border-top: 1px #f5f5f5 solid;
  112. }
  113. .bottom-content-image.wx {
  114. background: #00ce47;
  115. }
  116. .bottom-content-image.qq {
  117. background: #00b6f6;
  118. }
  119. .bottom-content-image.sina {
  120. background: #ff766a;
  121. }
  122. .bottom-content-image.copy {
  123. background: #07ccd0;
  124. }
  125. @font-face {
  126. font-family: 'iconfont';
  127. /* project id 1028200 */
  128. src: url('https://at.alicdn.com/t/font_1028200_47ewtwy4t04.ttf') format('truetype');
  129. }
  130. .icon {
  131. font-family: 'iconfont';
  132. font-size: 40rpx;
  133. color: #fff;
  134. }