这个月的业绩吃零蛋
这个月又是零蛋,真心有点做不下去了赶角真不适合做销售!!
<!doctype html> <html> <head> <meta charset="utf-8"> <title>零蛋</title> <style type="text/css"> #egg { display: block; width: 126px; height: 180px; background-color: red; -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%; } </style> </head> <body> <div id="egg"></div> </body> </html>