球星卡微信小程序
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.

83 lines
2.3 KiB

4 years ago
  1. <template>
  2. <view class="flex-col page">
  3. <view class="flex-col group_4">
  4. <view class="flex-col section_2">
  5. <image
  6. src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497790375572567.png"
  7. class="image_6"
  8. />
  9. <view class="flex-col group_5">
  10. <view class="justify-between" @click="$url('/packages/article/article?type=about_us')">
  11. <text>关于我们</text>
  12. <image
  13. src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893779891395.png"
  14. class="image_7"
  15. />
  16. </view>
  17. <view class="justify-between group_7" @click="$msg('敬请期待')">
  18. <text>卡砖设计</text>
  19. <image
  20. src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893779891395.png"
  21. class="image_7"
  22. />
  23. </view>
  24. <view class="justify-between group_8" @click="$msg('敬请期待')">
  25. <text>评级标准</text>
  26. <image
  27. src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893779891395.png"
  28. class="image_7"
  29. />
  30. </view>
  31. </view>
  32. </view>
  33. </view>
  34. </view>
  35. </template>
  36. <script>
  37. export default {
  38. data() {
  39. return {};
  40. },
  41. };
  42. </script>
  43. <style scoped lang="css">
  44. .image_7 {
  45. width: 44rpx;
  46. height: 44rpx;
  47. }
  48. .page {
  49. background-color: #f6f6f6;
  50. width: 100%;
  51. overflow-y: auto;
  52. height: 100%;
  53. }
  54. .group_4 {
  55. padding: 2rpx 0 16rpx;
  56. flex: 1 1 auto;
  57. color: rgb(51, 51, 51);
  58. font-size: 32rpx;
  59. font-weight: 500;
  60. line-height: 44rpx;
  61. white-space: nowrap;
  62. overflow-y: auto;
  63. }
  64. .section_2 {
  65. padding: 100rpx 32rpx 80rpx;
  66. background-color: rgb(255, 255, 255);
  67. }
  68. .image_6 {
  69. align-self: center;
  70. width: 220rpx;
  71. height: 220rpx;
  72. }
  73. .group_5 {
  74. margin-top: 80rpx;
  75. }
  76. .group_7 {
  77. margin-top: 50rpx;
  78. }
  79. .group_8 {
  80. margin-top: 50rpx;
  81. }
  82. </style>