From: nael Date: Tue, 6 Aug 2019 16:06:56 +0000 (+0200) Subject: wip #2934 @7 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=64013f6849220465384fa4c1b8b3c65de473c4b8;p=pmi.git wip #2934 @7 --- diff --git a/package.json b/package.json index 10caffd..45196e7 100644 --- a/package.json +++ b/package.json @@ -32,5 +32,8 @@ "vue": "^2.6.10", "vue-slide-up-down": "^1.7.2", "vue-template-compiler": "^2.6.10" + }, + "dependencies": { + "tooltip.js": "^1.3.2" } } diff --git a/public/_modules/product-detail-page/index.html b/public/_modules/product-detail-page/index.html new file mode 100644 index 0000000..aa7274a --- /dev/null +++ b/public/_modules/product-detail-page/index.html @@ -0,0 +1,468 @@ + + + + + + + + + + + pmi + + +
+ +
+ +
+
+
+

Capteur de force 3 axes de + 50 N à 5kN

+
+
+
+
+
+
+
+
+
+
+
+
+
    +
  • type: 3-axis-force sensor; +
  • +
  • nominal force: ±50N, ±100N, ±200N, ±500N, ±1kN, ±2kN, ±5kN; +
  • +
  • accuracy class: 0.5 %; +
  • +
  • dimensions: 120 mm x 120 mm x 30 mm; +
  • +
  • force transmission: 4 x female thread M6x1; +
  • +
  • connection: 3 m Unitronic FD CP (TP) Plus 6 x 2 x 0,14; +
  • +
  • material: aluminium/ stainless steel; +
  • +
  • weight: 0.65 / 1.95 kg; +
  • +
+
+ + + + + + + + + + + +
+
+
+
+
    + + + + +
+
+ +
+
+
+
Type de capteur
+
Capteur galette
+
+
+
Direction de mesure
+
Traction
+
+
+
Signal de sortie
+
0-10 VDC
+
+
+
Température de fonctionnement
+
à °C
+
+
+
Gamme de compensation en température
+
à °C
+
+
+
Tension d'alimentation
+
à V
+
+
+
Classe de Protection
+
IP40
+
+
+
Boitier
+
Plastique
+
+
+
+ + +
+
+
+
+ + +
+
+ + + + + + diff --git a/public/_modules/product-detail-page/main.js b/public/_modules/product-detail-page/main.js new file mode 100644 index 0000000..da7f218 --- /dev/null +++ b/public/_modules/product-detail-page/main.js @@ -0,0 +1,9 @@ +// jshint ignore: start + +var ref = $('.question-tooltip'); +var popup = $('#popup'); +// popup.hide(); +// ref.on('click',function(){ +// popup.show(); +// }); + diff --git a/public/_modules/product-detail-page/style.styl b/public/_modules/product-detail-page/style.styl new file mode 100644 index 0000000..5661370 --- /dev/null +++ b/public/_modules/product-detail-page/style.styl @@ -0,0 +1,38 @@ + +.question-tooltip + align-self center + border-radius 50% + border 1.5px solid #6B7287 + width 25px + height 25px + display flex + justify-content center + align-items center + color: #6B7287 + font-weight: 600 + cursor: pointer + +//.tooltip +// margin-top: 55px; +// position relative +// &-arrow +// width 20px +// height 20px +// background #6B7287 +// position absolute +// bottom -5px +// transform rotate(45deg) +// &-inner +// background #6B7287 +// padding 1.5rem +// border-radius 3px +// color white + //margin-top: -35px + //position: relative + //top: 5px +#popup + background #6B7287 + padding 1.5rem + color: white + border-radius 3px + max-width: 388px \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 0f907d0..bc46435 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5228,7 +5228,7 @@ pkg-dir@^3.0.0: dependencies: find-up "^3.0.0" -popper.js@^1.12: +popper.js@^1.0.2, popper.js@^1.12: version "1.15.0" resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.15.0.tgz#5560b99bbad7647e9faa475c6b8056621f5a4ff2" integrity sha512-w010cY1oCUmI+9KwwlWki+r5jxKfTFDVoadl7MSrIujHU5MJ5OR6HTDj6Xo8aoR/QsA56x8jKjA59qGH4ELtrA== @@ -6999,6 +6999,13 @@ toidentifier@1.0.0: resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553" integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== +tooltip.js@^1.3.2: + version "1.3.2" + resolved "https://registry.yarnpkg.com/tooltip.js/-/tooltip.js-1.3.2.tgz#ccfe450ffd7332ce5f254033778649526c1db542" + integrity sha512-DeDr9JxYx/lSvQ53ZCRFLxXrmrSyU3fLz6k+ITUTw69AIYtpWij/NmOJQscJ7BwY5lcEwWJWSfqqQWVvTMYZiw== + dependencies: + popper.js "^1.0.2" + trim-right@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"