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

92 lines
2.4 KiB

  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">
  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">
  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">
  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 class="section_3"> </view>
  34. </view>
  35. </view>
  36. </template>
  37. <script>
  38. export default {
  39. data() {
  40. return {};
  41. },
  42. };
  43. </script>
  44. <style scoped lang="css">
  45. .image_7 {
  46. width: 44rpx;
  47. height: 44rpx;
  48. }
  49. .page {
  50. background-color: #f6f6f6;
  51. width: 100%;
  52. overflow-y: auto;
  53. height: 100%;
  54. }
  55. .group_4 {
  56. padding: 2rpx 0 16rpx;
  57. flex: 1 1 auto;
  58. color: rgb(51, 51, 51);
  59. font-size: 32rpx;
  60. font-weight: 500;
  61. line-height: 44rpx;
  62. white-space: nowrap;
  63. overflow-y: auto;
  64. }
  65. .section_2 {
  66. padding: 100rpx 32rpx 80rpx;
  67. background-color: rgb(255, 255, 255);
  68. }
  69. .section_3 {
  70. margin-top: 710rpx;
  71. align-self: center;
  72. background-color: rgb(0, 0, 0);
  73. border-radius: 4rpx;
  74. width: 196rpx;
  75. height: 8rpx;
  76. }
  77. .image_6 {
  78. align-self: center;
  79. width: 220rpx;
  80. height: 220rpx;
  81. }
  82. .group_5 {
  83. margin-top: 80rpx;
  84. }
  85. .group_7 {
  86. margin-top: 50rpx;
  87. }
  88. .group_8 {
  89. margin-top: 50rpx;
  90. }
  91. </style>