top of page

English     中文     Melayu     தமிழ்

WEB2.png
காந்த கண் விளக்கப்படம்

குளிர்சாதன பெட்டி / உலோகத்தின் மேற்பரப்பில் கண் விளக்கப்படத்தை ஒட்டவும்.

விளக்கப்படத்திலிருந்து 1.25மீ தொலைவில்

கண்ணாடி அணியுங்கள் (ஏதேனும் இருந்தால்)

உங்கள் இடது கண்ணை மூடிக்கொண்டு, நீங்கள் எந்த வரியைப் பார்க்க முடியும் என்பதைக் கவனியுங்கள்.

உங்கள் வலது கண்ணை மூடி, எந்த வரியை நீங்கள் பார்க்க முடியும் என்பதைக் கவனியுங்கள்.

6/6

& Smaller

உங்கள் பார்வை நன்றாக உள்ளது! ஒவ்வொரு மாதமும் உங்கள் கண்களைச் சரிபார்க்க மறக்காதீர்கள்.

6/7.5 to

6/9

பெரும்பாலானவற்றை விட 1 முதல் 2 வரிகள் குறைவாக இருப்பதைப் பார்க்கிறீர்கள். இது உங்கள் லென்ஸில் சில கீறல்கள் அல்லது மருந்துச் சீட்டில் சிறிது அதிகரிப்பு காரணமாக இருக்கலாம். நீங்கள் தெளிவாகப் பார்க்க விரும்பினால், உங்கள் கண்களைச் சரிபார்க்க பரிந்துரைக்கிறோம்.

6/12

&

higher

உங்கள் பார்வை நன்றாக இல்லை. இது மோசமாக கீறப்பட்ட லென்ஸ்கள் அல்லது மருந்துச்சீட்டில் அதிக அதிகரிப்பு காரணமாக இருக்கலாம். உங்கள் கண்களைச் சரிபார்த்து, உங்கள் மருந்துச் சீட்டைத் தெளிவாகப் பார்ப்பதற்குப் புதுப்பிக்குமாறு பரிந்துரைக்கிறோம்

*This page is translated using google translate. We apologies for any inaccuracy in the midst of translation

bottom of page
/* From Uiverse.io by JkHuger */ .wave-menu { border: 4px solid #545FE5; border-radius: 50px; width: 200px; height: 45px; display: flex; justify-content: center; align-items: center; padding: 0; margin: 0; cursor: pointer; transition: ease 0.2s; position: relative; background: #fff; } .wave-menu li { list-style: none; height: 30px; width: 4px; border-radius: 10px; background: #545FE5; margin: 0 6px; padding: 0; animation-name: wave1; animation-duration: 0.3s; animation-iteration-count: infinite; animation-direction: alternate; transition: ease 0.2s; } .wave-menu:hover > li { background: #fff; } .wave-menu:hover { background: #545FE5; } .wave-menu li:nth-child(2) { animation-name: wave2; animation-delay: 0.2s; } .wave-menu li:nth-child(3) { animation-name: wave3; animation-delay: 0.23s; animation-duration: 0.4s; } .wave-menu li:nth-child(4) { animation-name: wave4; animation-delay: 0.1s; animation-duration: 0.3s; } .wave-menu li:nth-child(5) { animation-delay: 0.5s; } .wave-menu li:nth-child(6) { animation-name: wave2; animation-duration: 0.5s; } .wave-menu li:nth-child(8) { animation-name: wave4; animation-delay: 0.4s; animation-duration: 0.25s; } .wave-menu li:nth-child(9) { animation-name: wave3; animation-delay: 0.15s; } @keyframes wave1 { from { transform: scaleY(1); } to { transform: scaleY(0.5); } } @keyframes wave2 { from { transform: scaleY(0.3); } to { transform: scaleY(0.6); } } @keyframes wave3 { from { transform: scaleY(0.6); } to { transform: scaleY(0.8); } } @keyframes wave4 { from { transform: scaleY(0.2); } to { transform: scaleY(0.5); } }