joinsuccess.wxss 759 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page.data-v-71518ad8 {
  12. height: 100%;
  13. }
  14. .joinsuccess.data-v-71518ad8 {
  15. width: 750rpx;
  16. height: 100%;
  17. position: relative;
  18. }
  19. .joinsuccess image.data-v-71518ad8 {
  20. width: 100%;
  21. height: 100%;
  22. }
  23. .joinsuccess .backhome.data-v-71518ad8 {
  24. width: 464rpx;
  25. height: 77rpx;
  26. border: 2rpx solid #FFFFFF;
  27. border-radius: 38rpx;
  28. font-size: 34rpx;
  29. font-family: PingFang SC;
  30. font-weight: bold;
  31. color: #FFFFFF;
  32. line-height: 77rpx;
  33. text-align: center;
  34. position: absolute;
  35. bottom: 89rpx;
  36. right: 0;
  37. left: 0;
  38. margin: auto;
  39. }