"```html
哆啦A梦头像 .face { width: 200px; height: 200px; border-radius: 50%; background-color: #1294f6; position: relative; } .eye { width: 50px; height: 70px; background-color: #ffffff; border-radius: 50%; position: absolute; top: 50px; } .eye.left { left: 50px; } .eye.right { right: 50px; } .eye::before { content: \"\"; display: block; width: 20px; height: 20px; background-color: #000000; border-radius: 50%; position: absolute; top: 25px; left: 15px; } .nose { width: 20px; height: 20px; background-color: #ffffff; border-radius: 50%; position: absolute; top: 90px; left: 90px; } .mouth { width: 80px; height: 40px; border: 2px solid #000000; border-top: none; border-radius: 0 0 50% 50%; position: absolute; top: 120px; left: 60px; } </style>