Ä«Å×°í¸®
|
|||||||||||
ÄíÆù¹Þ±â
|
|||||||||||
ÃÖ´ë 0¿ø±îÁö ÇÒÀΰ¡´É
´çÀÏ ¹ÞÀº ÄíÆùÀº ´çÀÏ 23½Ã 59ºÐ±îÁö¸¸ »ç¿ëÀÌ °¡´ÉÇÕ´Ï´Ù
ÄíÆù »ç¿ë ½Ã, ÇÒÀÎÀÌ ¼±Âø¼øÀ¸·Î Á¶±â Á¾·áµÉ ¼ö ÀÖ½À´Ï´Ù
ÄíÆù Àû¿ëµÈ ÁÖ¹®¼´Â ºÎºÐȯºÒÀÌ ºÒ°¡ÇÕ´Ï´Ù
ÄíÆù ¹ß±Þ ¾øÀÌ, °áÁ¦ ½Ã ÀÚµ¿À¸·Î ÇÒÀÎ Àû¿ë
ÇÒÀÎ Àû¿ë ¿©ºÎ´Â »óǰ¿¡ µû¶ó ´Ù¸¦ ¼ö ÀÖ½À´Ï´Ù
Áï½ÃÇÒÀÎ ÈÄ, ÄíÆù Àû¿ë ½Ã Ãß°¡ ÇÒÀÎ
ÄíÆùÀº ÃÖÃÊ ±¸¸Å ½Ã 1ȸ »ç¿ë °¡´É
ÃÖ´ë 0¿ø±îÁö ÇÒÀΰ¡´É
ÇÒÀÎ Àû¿ë ¿©ºÎ´Â »óǰ¿¡ µû¶ó ´Ù¸¦ ¼ö ÀÖ½À´Ï´Ù
´çÀÏ ¹ß±ÞµÈ ÄíÆùÀº ´çÀÏ 23:59±îÁö »ç¿ë °¡´ÉÇÕ´Ï´Ù
ÄíÆù ÇÒÀÎÀº ¼±Âø¼øÀ¸·Î Á¶±â Á¾·áµÉ ¼ö ÀÖ½À´Ï´Ù
ÄíÆùÀÌ Àû¿ëµÈ ÁÖ¹®Àº ºÎºÐ ȯºÒÀÌ ºÒ°¡ÇÕ´Ï´Ù
| °ø±Þ»ç¸í | sosing |
|---|---|
| »ç¾÷ÀÚ±¸ºÐ | ÇØ¿Ü°ø±Þ»ç |
| À̸ÞÀÏ | dcuewj@163.com |
°ø±Þ»ç °øÁö»çÇ×
|
|
?ù¡î÷ãÆ - Øßú¼3??ù¡
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif;
}
body {
background: linear-gradient(135deg, #f5f7fa 0%, #e4edf5 100%);
color: #333;
line-height: 1.6;
padding: 20px;
min-height: 100vh;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
.header {
text-align: center;
margin-bottom: 40px;
padding: 30px;
background: white;
border-radius: 15px;
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
position: relative;
overflow: hidden;
}
.header::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5px;
background: linear-gradient(90deg, #3498db, #2ecc71, #e74c3c);
}
.header h1 {
color: #2c3e50;
margin-bottom: 15px;
font-size: 2.2rem;
font-weight: 700;
}
.header p {
color: #7f8c8d;
font-size: 1.1rem;
max-width: 600px;
margin: 0 auto;
}
.click-banner {
display: block;
max-width: 250px;
margin: 25px auto 10px;
transition: transform 0.4s ease;
border-radius: 8px;
box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.click-banner:hover {
transform: scale(1.05);
box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.product-row {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 30px;
}
.product-item {
flex: 0 0 calc(33.333% - 20px);
background: white;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0,0,0,0.08);
transition: all 0.4s ease;
margin-bottom: 30px;
position: relative;
}
.product-item:hover {
transform: translateY(-10px);
box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}
.product-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, #3498db, #2ecc71);
z-index: 1;
}
.product-link {
display: block;
text-decoration: none;
color: inherit;
}
.product-image {
width: 100%;
height: 220px;
object-fit: cover;
display: block;
transition: transform 0.5s ease;
}
.product-item:hover .product-image {
transform: scale(1.05);
}
.product-info {
padding: 20px;
text-align: center;
}
.product-title {
font-size: 1.2rem;
font-weight: 600;
margin-bottom: 10px;
color: #2c3e50;
}
.product-description {
color: #7f8c8d;
font-size: 0.95rem;
margin-bottom: 15px;
line-height: 1.5;
}
.product-price {
color: #e74c3c;
font-weight: 700;
font-size: 1.4rem;
display: flex;
align-items: center;
justify-content: center;
}
.product-price::before {
content: '?';
font-size: 1rem;
margin-right: 2px;
}
.search-section {
text-align: center;
margin: 50px 0;
padding: 40px;
background: white;
border-radius: 15px;
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
.search-title {
margin-bottom: 25px;
color: #2c3e50;
font-size: 1.5rem;
}
.search-button {
display: inline-block;
padding: 14px 35px;
background: linear-gradient(135deg, #3498db, #2980b9);
color: white;
text-decoration: none;
border-radius: 50px;
font-weight: 600;
font-size: 1.1rem;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}
.search-button:hover {
background: linear-gradient(135deg, #2980b9, #3498db);
transform: translateY(-3px);
box-shadow: 0 7px 20px rgba(52, 152, 219, 0.4);
}
.footer {
text-align: center;
margin-top: 50px;
padding-top: 25px;
border-top: 1px solid #e0e0e0;
color: #7f8c8d;
font-size: 0.95rem;
}
/* ??ãÒ?? */
@media (max-width: 992px) {
.product-item {
flex: 0 0 calc(50% - 15px);
}
}
@media (max-width: 576px) {
.product-item {
flex: 0 0 100%;
}
.header h1 {
font-size: 1.8rem;
}
.header p {
font-size: 1rem;
}
.container {
padding: 10px;
}
}
|
| °ø±Þ»ç¸í | sosing | »óÈ£/´ëÇ¥ÀÚ¸í | °ø±Þ»ç°¡ ÀÔ·ÂÇÏÁö ¾ÊÀº Á¤º¸ÀÔ´Ï´Ù. |
|---|---|---|---|
| »ç¾÷ÀÚ±¸ºÐ | ÇØ¿Ü°ø±Þ»ç | »ç¾÷ÀÚµî·Ï¹øÈ£ | °ø±Þ»ç°¡ ÀÔ·ÂÇÏÁö ¾ÊÀº Á¤º¸ÀÔ´Ï´Ù. |
| »ç¾÷Àå¼ÒÀçÁö | °ø±Þ»ç°¡ ÀÔ·ÂÇÏÁö ¾ÊÀº Á¤º¸ÀÔ´Ï´Ù. | ||
| ¹®ÀǹøÈ£ | °ø±Þ»ç°¡ ÀÔ·ÂÇÏÁö ¾ÊÀº Á¤º¸ÀÔ´Ï´Ù. | À̸ÞÀÏ | dcuewj@163.com |
| ¹Ýǰ/±³È¯ ¿äû°¡´É±â°£ |
±¸¸ÅÀÚ º¯½ÉÀ¸·Î ÀÎÇÑ ¹Ýǰ¿äûÀº [±¸¸ÅÈ®Á¤ ó¸®] ÀÌÀü¿¡ °ø±Þ»ç¿Í ÇùÀÇÇÏ¿© ½ÅûÇÒ ¼ö ÀÖ½À´Ï´Ù. Á÷Á¢ ±¸¸ÅÈ®Á¤À» ÇÏÁö ¾Ê¾Æµµ, »óǰ ¹è¼Û¿Ï·á°¡ È®ÀÎµÈ ½ÃÁ¡ºÎÅÍ 8Àϰ µÇ´Â³¯ ÀÚµ¿ ±¸¸ÅÈ®Á¤ÀÌ ÁøÇàµË´Ï´Ù. |
|---|---|
| ¹Ýǰºñ¿ë |
¹Ýǰ¹è¼Ûºñ : 20,000¿ø (±¸¸ÅÀÚ ´Ü¼ø º¯½ÉÀ¸·Î ÀÎÇÑ ¹Ýǰ¿¡¸¸ ¹Ýǰºñ¿ë ºÎ°ú) Ãʱ⠹è¼Ûºñ°¡ ¹«·á¹è¼ÛÀÌ´ø »óǰÀº ¹Ýǰ¹è¼Ûºñ°¡ ¿Õº¹À¸·Î û±¸µÉ ¼ö ÀÖÀ¸¸ç, ¼ö·®º° ºñ·Ê ¹æ½ÄÀÇ ¹è¼ÛºñÀÎ °æ¿ì ¼ö·®¸¶´Ù ºÎ°úµÇ´Â ºñ¿ëÀÌ »óÀÌÇÏ¿© °ø±Þ»ç¿Í ÇùÀǰ¡ ÇÊ¿äÇÕ´Ï´Ù. Á¦ÁÖ ¹× µµ¼»ê°£ ¹è¼Ûºñ´Â ¹Ýǰ ¹è¼Ûºñ¿¡ Æ÷ÇÔµÇÁö ¾ÊÀ¸´Ï °ø±Þ»ç¿Í ÇùÀǰ¡ ÇÊ¿äÇÕ´Ï´Ù. ±³È¯ ºñ¿ëÀº º¸Åë ¹Ýǰ¹è¼ÛºñÀÇ 2¹è ºÎ°úµÇ³ª, °æ¿ì¿¡ µû¶ó ´Ù¸¦ ¼ö ÀÖÀ¸¹Ç·Î °ø±Þ»ç¿¡ ¹®Àǹٶø´Ï´Ù. |
| ¹Ýǰ/±³È¯ ÀýÂ÷ |
[±¸¸Å°ü¸® ³» ¹è¼ÛÁß] > ¹Ýǰ/±³È¯ÇϰíÀÚ ÇÏ´Â ÁÖ¹®¼ Ŭ¸¯ > ÁÖ¹®¼ ³» [¹Ýǰ¿äû] ¶Ç´Â [±³È¯¿äû] Ŭ¸¯ ¹ÝǰÁöÁÖ¼Ò [15213] °æ±â ¾È»ê½Ã ´Ü¿ø±¸ ¼±»ï·Î6±æ 81 (¼±ºÎµ¿) 1314 |
| ¹Ýǰ/±³È¯ÀÌ ºÒ°¡´ÉÇÑ °æ¿ì |
¡¤ ¹Ýǰ ±³È¯ °¡´É ±â°£ (±¸¸ÅÈ®Á¤ ó¸® ÀÌÀü) ÀÌ °æ°úÇÑ °æ¿ì ¡¤ ºÐ½Ç/ÆÄ¼Õ/°íÀå/¿À¿°À¸·Î »óǰ°¡Ä¡°¡ ÇöÀúÈ÷ »ó½ÇµÇ¾î ÀçÆÇ¸Å°¡ ºÒ°¡´ÉÇÑ °æ¿ì (»óǰÀÇ È®ÀÎÀ» À§ÇÑ ´Ü¼ø Æ÷Àå ÈѼÕÀÇ °æ¿ì ºÒ°¡»çÀ¯¿¡ ÇØ´çÇÏÁö ¾Ê½À´Ï´Ù) ¡¤ »óǰÀÇ »ç¿ë ¶Ç´Â ½Ã°£ÀÇ °æ°ú¿¡ ÀÇÇØ »óǰÀÇ °¡Ä¡°¡ °¨¼ÒÇÑ °æ¿ì ¡¤ °í°´ ÁÖ¹®À¸·Î¼ º°µµ Á¦À۵Ǵ »óǰ (Àμâ / ÁÖ¹®Á¦ÀÛ µî) ÀÇ Á¦ÀÛÀÌ ÀÌ¹Ì ÁøÇàµÈ °æ¿ì ¡¤ ¸ð´ÏÅÍ ÇØ»óµµ Â÷ÀÌ·Î ÀÎÇÏ¿© »ö»ó µî À̹ÌÁö°¡ ½ÇÁ¦¿Í ´Ù¼Ò »óÀÌÇÑ °æ¿ì ¡¤ º¹Á¦°¡ °¡´ÉÇÑ »óǰ (CD / DVD / °ÔÀÓ / µµ¼ µî) ÀÌ °³ºÀµÈ °æ¿ì |
|
´Ü, ¼ö·ÉÇÑ »óǰÀÌ Ç¥±â ±¤°íÀÇ ³»¿ë°ú ´Ù¸£°Å³ª °è¾à ³»¿ë°ú ´Ù¸£°Ô ÀÌÇàµÈ °æ¿ì¿¡´Â ÀüÀÚ»ó°Å·¡µî¿¡¼ÀÇ ¼ÒºñÀÚ º¸È£¿¡ °üÇÑ ¹ý·ü Á¦ 17Á¶Á¦6Ç×Á¦3È£¿¡ µû¶ó ¼ö·ÉÇÑ ³¯·ÎºÎÅÍ 3°³¿ù À̳», ±× »ç½ÇÀ» ¾Ë ¼ö ÀÖ¾ú´ø ³¯·ÎºÎÅÍ 30ÀÏ À̳»¿¡ ¹Ýǰ/±³È¯ ½ÅûÀÌ °¡´ÉÇÕ´Ï´Ù. ½Ã½ºÅÛ»óÀ¸·Î ÀÌ¹Ì Á¤»êÀÌ ¿Ï·áµÈ °æ¿ì¿¡´Â, ½Ã½ºÅÛ³» ¹ÝǰÀýÂ÷°¡ ¾Æ´Ñ º°µµÀÇ ÀýÂ÷°¡ ÇÊ¿äÇÒ ¼ö ÀÖÀ¸´Ï, °í°´¼¾ÅÍ·Î ¿¬¶ô¹Ù¶ø´Ï´Ù. Á¤´çÇÑ »çÀ¯·Î ¹Ýǰ ¿äûÀ» ÇÏ¿´À¸³ª °ø±Þ»ç¿Í ÇùÀǰ¡ µÇÁö ¾Ê´Â °æ¿ì, µµ¸Å²Ú °í°´¼¾ÅÍ·Î ¹®Àǹٶø´Ï´Ù. |
|