introduction.vue 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387
  1. <template>
  2. <view class="common">
  3. <view class="body">
  4. <view class="top-class"></view>
  5. <view class="title">
  6. 公司简介
  7. </view>
  8. <view class="head">
  9. <u-row class="row-class">
  10. <u-col span="4">
  11. <image class="logo-img" src="https://hyscancode.oss-cn-hangzhou.aliyuncs.com/xiaochengxu/cjx/logo.png" mode="aspectFit" />
  12. </u-col>
  13. <u-col span="4">
  14. <image class="commodity-img" src="https://hyscancode.oss-cn-hangzhou.aliyuncs.com/xiaochengxu/cjx/commodity.png" mode="aspectFit" />
  15. </u-col>
  16. <u-col span="4">
  17. <image class="logo-rules" src="https://hyscancode.oss-cn-hangzhou.aliyuncs.com/xiaochengxu/cjx/rules.png" @click="openDetail" />
  18. </u-col>
  19. </u-row>
  20. </view>
  21. <view class="topImg">
  22. <image class="img_1" src="https://hyscancode.oss-cn-hangzhou.aliyuncs.com/xiaochengxu/cjx/topImg.png" mode="heightFix" />
  23. </view>
  24. <view class="content">
  25. <view class="cardTop" >
  26. </view>
  27. <view class="content_text">
  28. <u-text color="#fff" size="12" class="with-indent" text="海南超吉炫大健康科技有限公司,是一家在大健康领域迅速崛起的创新型企业,自成立以来,便以独特的理念和强大的实力,在行业内崭露头角。作为云中楼品牌旗下企业,公司扎根于科学研究和技术服务业,致力于通过科技创新,为人们带来更健康的生活方式。">
  29. </u-text>
  30. <u-text color="#fff" size="12" class="with-indent" text="公司运营中心坐落于伟人故里湖南湘潭,这里深厚的文化底蕴和优越的地理位置,为公司的发展提供了得天独厚的条件。超吉炫以黄鹤楼&超吉炫品牌为依托,推出了一系列独具特色的健康型产品,涵盖槟榔、槟榔胶果、运动营养食品等多个品类。其中,公司的槟榔产品尤为引人注目。">
  31. </u-text>
  32. <u-text color="#fff" size="12"class="with-indent" text="黄鹤楼&超吉炫新型低纤槟榔,是超吉炫公司的明星产品,也是槟榔产业的创新之作。它以“低纤维、更劲爽”为口号,构建了多口味产品系列,包括精制原味、强劲烟果味、咖啡味、水果味等多种风味 。这款槟榔采用高韧度食用胶基,和槟榔多糖多酚、多种植物精华以一定比例调配在一起,在还原槟榔口感的同时,实现了20分钟超长耐嚼体验,让消费者够嗨有劲,微微上头,达到提神醒脑的效果。其糖衣外壳+特调AQali胶基和精制粉末+经典卤水的独特结构,不仅带来丰富的口感层次,更重要的是,它去除了槟榔碱,摒除了粗糙纤维,规避了磨损牙齿和刺伤口腔黏膜的风险,解决了传统槟榔伤害口腔的问题,引领槟榔产业进入健康升级的新时代 。"></u-text>
  33. <u-text color="#fff" size="12"class="with-indent" text="超吉炫公司始终秉持“科技向善”的理念,积极推动槟榔健康发展。公司将科技研发作为发展的基石,不断加大在大健康产品研发方面的投入,致力于打造更多高品质、安全健康的产品。目前,公司产品已成功布局到全国31个省市区,凭借卓越的品质和独特的口感,赢得了广大消费者的喜爱和认可 。"></u-text>
  34. <u-text color="#fff" size="12"class="with-indent" text="展望未来,海南超吉炫大健康科技有限公司将继续坚持创新驱动发展战略,不断加大研发投入,拓展全国市场布局,丰富产品种类,提升产品品质,以不断创新的理念,为人类的健康事业做出更大的贡献。"></u-text>
  35. </view>
  36. <view class="return_view">
  37. <view class="return-button" @click="goBack()">返回</view>
  38. </view>
  39. </view>
  40. </view>
  41. </view>
  42. </template>
  43. <script>
  44. export default {
  45. data() {
  46. return {
  47. }
  48. },
  49. onLoad() {
  50. },
  51. methods: {
  52. goBack() {
  53. uni.navigateBack();
  54. },
  55. openDetail(){
  56. uni.navigateTo({
  57. url: '/pages/cjx/index/rules'
  58. });
  59. }
  60. }
  61. }
  62. </script>
  63. <style>
  64. @import url('../../../static/scss/common_cjx.css');
  65. .cardTop{
  66. background-image:
  67. url("https://hyscancode.oss-cn-hangzhou.aliyuncs.com/xiaochengxu/cjx/gsje.png");
  68. }
  69. .row-class {
  70. height: 80rpx;
  71. }
  72. .logo-rules{
  73. height: 124rpx;
  74. width: 80rpx;
  75. margin-left: 110rpx;
  76. }
  77. .logo-img {
  78. background-size: cover;
  79. /* 确保背景图片自适应填充整个容器 */
  80. background-position: center;
  81. /* 背景图片居中显示 */
  82. background-repeat: no-repeat;
  83. /* 防止背景图重复 */
  84. height: 100rpx;
  85. width: 62%;
  86. margin-right: 80rpx;
  87. }
  88. .commodity-img {
  89. background-size: cover;
  90. /* 确保背景图片自适应填充整个容器 */
  91. background-position: center;
  92. /* 背景图片居中显示 */
  93. background-repeat: no-repeat;
  94. /* 防止背景图重复 */
  95. height: 72rpx;
  96. width: 100%;
  97. }
  98. .text {
  99. height: 10vh;
  100. text-align: center;
  101. line-height: 13vh;
  102. margin-bottom: 10rpx;
  103. }
  104. .textImage {
  105. height: 80rpx;
  106. width: 400rpx;
  107. }
  108. .content {
  109. height: 69vh;
  110. border-radius: 10rpx;
  111. margin: 0rpx 40rpx;
  112. padding: 10rpx 24rpx;
  113. overflow: auto;
  114. align-items: center;
  115. justify-content: center;
  116. background-image:
  117. url("https://hyscancode.oss-cn-hangzhou.aliyuncs.com/xiaochengxu/cjx/cardBgi.png");
  118. background-size: cover;
  119. background-position: center;
  120. background-repeat: no-repeat;
  121. }
  122. .text-1 {
  123. text-align: center;
  124. font-size: 24rpx;
  125. font-weight: 600;
  126. color: white;
  127. background-color: #9A1712;
  128. width: 160rpx;
  129. border-radius: 4rpx;
  130. height: 40rpx;
  131. line-height: 40rpx;
  132. }
  133. .text-2 {
  134. text-align: center;
  135. font-size: 24rpx;
  136. font-weight: 600;
  137. color: #F9D395;
  138. background-color: #9A1712;
  139. width: 120rpx;
  140. border-radius: 4rpx;
  141. height: 40rpx;
  142. line-height: 40rpx;
  143. margin-left: 80rpx;
  144. }
  145. .cards {
  146. display: grid;
  147. grid-template-columns: repeat(3, 1fr);
  148. gap: 30rpx;
  149. width: 100%;
  150. }
  151. .card {
  152. width: 100%;
  153. height: 250rpx;
  154. position: relative;
  155. background: none;
  156. border-radius: 16rpx;
  157. margin: 0;
  158. perspective: 1000px;
  159. }
  160. .card-inner {
  161. position: relative;
  162. width: 100%;
  163. height: 100%;
  164. transition: transform 0.8s cubic-bezier(0.5, 1.5, 0.5, 1);
  165. transform-style: preserve-3d;
  166. }
  167. .card.flipping .card-inner {
  168. transform: rotateY(180deg);
  169. }
  170. .card.flipped .card-inner {
  171. transform: rotateY(180deg);
  172. }
  173. .card-front,
  174. .card-back {
  175. position: absolute;
  176. width: 100%;
  177. height: 100%;
  178. backface-visibility: hidden;
  179. }
  180. .card-back {
  181. transform: rotateY(180deg);
  182. }
  183. .card-back-text {
  184. position: absolute;
  185. top: 50%;
  186. left: 0;
  187. width: 100%;
  188. text-align: center;
  189. color: #9A1712;
  190. font-weight: bold;
  191. font-size: 28rpx;
  192. transform: translateY(-50%);
  193. z-index: 2;
  194. pointer-events: none;
  195. }
  196. .card-img {
  197. width: 100%;
  198. height: 100%;
  199. display: block;
  200. }
  201. ::v-deep .u-popup__content {
  202. height: 720rpx;
  203. width: 600rpx;
  204. background-color: rgba(0, 0, 0, 0) !important;
  205. background-image:
  206. url("https://hyscancode.oss-cn-hangzhou.aliyuncs.com/xiaochengxu/guzhenganzi/bgiPopup.png");
  207. background-size: cover;
  208. background-position: center;
  209. background-repeat: no-repeat;
  210. }
  211. ::v-deep .u-popup__content__close--top-right {
  212. top: 720rpx !important;
  213. right: 288rpx !important;
  214. }
  215. .winImgClss {
  216. height: 60rpx;
  217. width: 320rpx;
  218. }
  219. .popup-view {
  220. text-align: center;
  221. margin-top: 100rpx;
  222. }
  223. .popup-content {
  224. margin: 15px 54px;
  225. overflow: auto;
  226. }
  227. .popup-text {
  228. font-weight: 400;
  229. font-size: 20rpx;
  230. color: #9B0000;
  231. }
  232. .prize {
  233. height: 130rpx;
  234. width: 130rpx;
  235. }
  236. ::v-deep .u-form-item__body {
  237. padding: 8rpx;
  238. }
  239. ::v-deep uni-view.u-form-item__body__left {
  240. background: #AD7F55;
  241. border-radius: 5px 0px 0px 5px;
  242. border: 2px solid #63462B;
  243. border-right: none;
  244. }
  245. ::v-deep .u-form-item__body__right {
  246. background-color: #fff;
  247. border-radius: 0px 5px 5px 0px;
  248. border: 2px solid #63462B;
  249. }
  250. ::v-deep uni-text.u-form-item__body__left__content__label {
  251. color: #fff !important;
  252. padding-left: 4px;
  253. letter-spacing: 2px;
  254. }
  255. .popup-flex {
  256. display: flex;
  257. flex-direction: column;
  258. height: 100%;
  259. /* 或具体高度如340px,确保撑满弹窗 */
  260. min-width: 600rpx;
  261. }
  262. .popup-content-scroll {
  263. flex: 1;
  264. }
  265. .popup-footer {
  266. flex-shrink: 0;
  267. padding: 0rpx 0 60rpx 0px;
  268. text-align: center;
  269. background: transparent;
  270. /* 可选,确保无背景遮挡 */
  271. }
  272. .save-button {
  273. width: 90rpx;
  274. margin: 0 auto;
  275. background: #b22222;
  276. color: #F9D395;
  277. border-radius: 12rpx;
  278. padding: 18rpx 0;
  279. font-size: 24rpx;
  280. font-weight: bold;
  281. height: 16rpx;
  282. line-height: 16rpx;
  283. letter-spacing: 4rpx;
  284. }
  285. .unWin {
  286. width: 130rpx !important;
  287. }
  288. .productImg {
  289. width: 400rpx;
  290. }
  291. ::v-deep .u-swiper {
  292. background-color: rgba(0, 0, 0, 0) !important;
  293. padding: 0px 20rpx !important;
  294. width: 90%;
  295. }
  296. ::v-deep .u-col-4 {
  297. display: flex !important;
  298. justify-content: center !important;
  299. /* 水平居中 */
  300. align-items: center !important;
  301. /* 垂直居中 */
  302. }
  303. ::v-deep .right-col .u-col-4 {
  304. display: flex !important;
  305. justify-content: flex-end !important;
  306. /* 水平居中 */
  307. align-items: center !important;
  308. /* 垂直居中 */
  309. }
  310. .card-img-f {
  311. height: 100rpx;
  312. width: 100rpx;
  313. }
  314. .card-text {
  315. font-size: 26rpx;
  316. }
  317. .select-tag {
  318. position: absolute;
  319. right: 0px;
  320. font-weight: 400;
  321. font-size: 20rpx;
  322. color: #FFFFFF;
  323. width: 40px;
  324. text-align: center;
  325. background-color: #11BC64;
  326. height: 15px;
  327. border-radius: 3px;
  328. line-height: 15px;
  329. z-index: 5;
  330. }
  331. ::v-deep .u-text__value{
  332. text-indent: 2em !important; /* 首行缩进两个汉字宽度 */
  333. }
  334. </style>