| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387 |
- <template>
- <view class="common">
- <view class="body">
- <view class="top-class"></view>
- <view class="title">
- 公司简介
- </view>
- <view class="head">
- <u-row class="row-class">
- <u-col span="4">
- <image class="logo-img" src="https://hyscancode.oss-cn-hangzhou.aliyuncs.com/xiaochengxu/cjx/logo.png" mode="aspectFit" />
- </u-col>
- <u-col span="4">
- <image class="commodity-img" src="https://hyscancode.oss-cn-hangzhou.aliyuncs.com/xiaochengxu/cjx/commodity.png" mode="aspectFit" />
- </u-col>
- <u-col span="4">
- <image class="logo-rules" src="https://hyscancode.oss-cn-hangzhou.aliyuncs.com/xiaochengxu/cjx/rules.png" @click="openDetail" />
- </u-col>
- </u-row>
- </view>
- <view class="topImg">
- <image class="img_1" src="https://hyscancode.oss-cn-hangzhou.aliyuncs.com/xiaochengxu/cjx/topImg.png" mode="heightFix" />
- </view>
- <view class="content">
-
- <view class="cardTop" >
-
- </view>
- <view class="content_text">
- <u-text color="#fff" size="12" class="with-indent" text="海南超吉炫大健康科技有限公司,是一家在大健康领域迅速崛起的创新型企业,自成立以来,便以独特的理念和强大的实力,在行业内崭露头角。作为云中楼品牌旗下企业,公司扎根于科学研究和技术服务业,致力于通过科技创新,为人们带来更健康的生活方式。">
- </u-text>
- <u-text color="#fff" size="12" class="with-indent" text="公司运营中心坐落于伟人故里湖南湘潭,这里深厚的文化底蕴和优越的地理位置,为公司的发展提供了得天独厚的条件。超吉炫以黄鹤楼&超吉炫品牌为依托,推出了一系列独具特色的健康型产品,涵盖槟榔、槟榔胶果、运动营养食品等多个品类。其中,公司的槟榔产品尤为引人注目。">
- </u-text>
- <u-text color="#fff" size="12"class="with-indent" text="黄鹤楼&超吉炫新型低纤槟榔,是超吉炫公司的明星产品,也是槟榔产业的创新之作。它以“低纤维、更劲爽”为口号,构建了多口味产品系列,包括精制原味、强劲烟果味、咖啡味、水果味等多种风味 。这款槟榔采用高韧度食用胶基,和槟榔多糖多酚、多种植物精华以一定比例调配在一起,在还原槟榔口感的同时,实现了20分钟超长耐嚼体验,让消费者够嗨有劲,微微上头,达到提神醒脑的效果。其糖衣外壳+特调AQali胶基和精制粉末+经典卤水的独特结构,不仅带来丰富的口感层次,更重要的是,它去除了槟榔碱,摒除了粗糙纤维,规避了磨损牙齿和刺伤口腔黏膜的风险,解决了传统槟榔伤害口腔的问题,引领槟榔产业进入健康升级的新时代 。"></u-text>
- <u-text color="#fff" size="12"class="with-indent" text="超吉炫公司始终秉持“科技向善”的理念,积极推动槟榔健康发展。公司将科技研发作为发展的基石,不断加大在大健康产品研发方面的投入,致力于打造更多高品质、安全健康的产品。目前,公司产品已成功布局到全国31个省市区,凭借卓越的品质和独特的口感,赢得了广大消费者的喜爱和认可 。"></u-text>
- <u-text color="#fff" size="12"class="with-indent" text="展望未来,海南超吉炫大健康科技有限公司将继续坚持创新驱动发展战略,不断加大研发投入,拓展全国市场布局,丰富产品种类,提升产品品质,以不断创新的理念,为人类的健康事业做出更大的贡献。"></u-text>
- </view>
- <view class="return_view">
- <view class="return-button" @click="goBack()">返回</view>
- </view>
- </view>
- </view>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- }
- },
- onLoad() {
- },
- methods: {
- goBack() {
- uni.navigateBack();
- },
- openDetail(){
- uni.navigateTo({
- url: '/pages/cjx/index/rules'
- });
- }
- }
- }
- </script>
- <style>
- @import url('../../../static/scss/common_cjx.css');
- .cardTop{
- background-image:
- url("https://hyscancode.oss-cn-hangzhou.aliyuncs.com/xiaochengxu/cjx/gsje.png");
- }
- .row-class {
- height: 80rpx;
- }
- .logo-rules{
- height: 124rpx;
- width: 80rpx;
- margin-left: 110rpx;
- }
- .logo-img {
- background-size: cover;
- /* 确保背景图片自适应填充整个容器 */
- background-position: center;
- /* 背景图片居中显示 */
- background-repeat: no-repeat;
- /* 防止背景图重复 */
- height: 100rpx;
- width: 62%;
- margin-right: 80rpx;
- }
- .commodity-img {
- background-size: cover;
- /* 确保背景图片自适应填充整个容器 */
- background-position: center;
- /* 背景图片居中显示 */
- background-repeat: no-repeat;
- /* 防止背景图重复 */
- height: 72rpx;
- width: 100%;
- }
- .text {
- height: 10vh;
- text-align: center;
- line-height: 13vh;
- margin-bottom: 10rpx;
- }
- .textImage {
- height: 80rpx;
- width: 400rpx;
- }
- .content {
- height: 69vh;
- border-radius: 10rpx;
- margin: 0rpx 40rpx;
- padding: 10rpx 24rpx;
- overflow: auto;
- align-items: center;
- justify-content: center;
- background-image:
- url("https://hyscancode.oss-cn-hangzhou.aliyuncs.com/xiaochengxu/cjx/cardBgi.png");
- background-size: cover;
- background-position: center;
- background-repeat: no-repeat;
-
- }
- .text-1 {
- text-align: center;
- font-size: 24rpx;
- font-weight: 600;
- color: white;
- background-color: #9A1712;
- width: 160rpx;
- border-radius: 4rpx;
- height: 40rpx;
- line-height: 40rpx;
- }
- .text-2 {
- text-align: center;
- font-size: 24rpx;
- font-weight: 600;
- color: #F9D395;
- background-color: #9A1712;
- width: 120rpx;
- border-radius: 4rpx;
- height: 40rpx;
- line-height: 40rpx;
- margin-left: 80rpx;
- }
- .cards {
- display: grid;
- grid-template-columns: repeat(3, 1fr);
- gap: 30rpx;
- width: 100%;
- }
- .card {
- width: 100%;
- height: 250rpx;
- position: relative;
- background: none;
- border-radius: 16rpx;
- margin: 0;
- perspective: 1000px;
- }
- .card-inner {
- position: relative;
- width: 100%;
- height: 100%;
- transition: transform 0.8s cubic-bezier(0.5, 1.5, 0.5, 1);
- transform-style: preserve-3d;
- }
- .card.flipping .card-inner {
- transform: rotateY(180deg);
- }
- .card.flipped .card-inner {
- transform: rotateY(180deg);
- }
- .card-front,
- .card-back {
- position: absolute;
- width: 100%;
- height: 100%;
- backface-visibility: hidden;
- }
- .card-back {
- transform: rotateY(180deg);
- }
- .card-back-text {
- position: absolute;
- top: 50%;
- left: 0;
- width: 100%;
- text-align: center;
- color: #9A1712;
- font-weight: bold;
- font-size: 28rpx;
- transform: translateY(-50%);
- z-index: 2;
- pointer-events: none;
- }
- .card-img {
- width: 100%;
- height: 100%;
- display: block;
- }
- ::v-deep .u-popup__content {
- height: 720rpx;
- width: 600rpx;
- background-color: rgba(0, 0, 0, 0) !important;
- background-image:
- url("https://hyscancode.oss-cn-hangzhou.aliyuncs.com/xiaochengxu/guzhenganzi/bgiPopup.png");
- background-size: cover;
- background-position: center;
- background-repeat: no-repeat;
- }
- ::v-deep .u-popup__content__close--top-right {
- top: 720rpx !important;
- right: 288rpx !important;
- }
- .winImgClss {
- height: 60rpx;
- width: 320rpx;
- }
- .popup-view {
- text-align: center;
- margin-top: 100rpx;
- }
- .popup-content {
- margin: 15px 54px;
- overflow: auto;
- }
- .popup-text {
- font-weight: 400;
- font-size: 20rpx;
- color: #9B0000;
- }
- .prize {
- height: 130rpx;
- width: 130rpx;
- }
- ::v-deep .u-form-item__body {
- padding: 8rpx;
- }
- ::v-deep uni-view.u-form-item__body__left {
- background: #AD7F55;
- border-radius: 5px 0px 0px 5px;
- border: 2px solid #63462B;
- border-right: none;
- }
- ::v-deep .u-form-item__body__right {
- background-color: #fff;
- border-radius: 0px 5px 5px 0px;
- border: 2px solid #63462B;
- }
- ::v-deep uni-text.u-form-item__body__left__content__label {
- color: #fff !important;
- padding-left: 4px;
- letter-spacing: 2px;
- }
- .popup-flex {
- display: flex;
- flex-direction: column;
- height: 100%;
- /* 或具体高度如340px,确保撑满弹窗 */
- min-width: 600rpx;
- }
- .popup-content-scroll {
- flex: 1;
- }
- .popup-footer {
- flex-shrink: 0;
- padding: 0rpx 0 60rpx 0px;
- text-align: center;
- background: transparent;
- /* 可选,确保无背景遮挡 */
- }
- .save-button {
- width: 90rpx;
- margin: 0 auto;
- background: #b22222;
- color: #F9D395;
- border-radius: 12rpx;
- padding: 18rpx 0;
- font-size: 24rpx;
- font-weight: bold;
- height: 16rpx;
- line-height: 16rpx;
- letter-spacing: 4rpx;
- }
- .unWin {
- width: 130rpx !important;
- }
- .productImg {
- width: 400rpx;
- }
- ::v-deep .u-swiper {
- background-color: rgba(0, 0, 0, 0) !important;
- padding: 0px 20rpx !important;
- width: 90%;
- }
- ::v-deep .u-col-4 {
- display: flex !important;
- justify-content: center !important;
- /* 水平居中 */
- align-items: center !important;
- /* 垂直居中 */
- }
- ::v-deep .right-col .u-col-4 {
- display: flex !important;
- justify-content: flex-end !important;
- /* 水平居中 */
- align-items: center !important;
- /* 垂直居中 */
- }
- .card-img-f {
- height: 100rpx;
- width: 100rpx;
- }
- .card-text {
- font-size: 26rpx;
- }
- .select-tag {
- position: absolute;
- right: 0px;
- font-weight: 400;
- font-size: 20rpx;
- color: #FFFFFF;
- width: 40px;
- text-align: center;
- background-color: #11BC64;
- height: 15px;
- border-radius: 3px;
- line-height: 15px;
- z-index: 5;
- }
- ::v-deep .u-text__value{
- text-indent: 2em !important; /* 首行缩进两个汉字宽度 */
- }
- </style>
|