html+css 热茶效果

2023-10-09 07:45
文章标签 css html 效果 frontend 热茶

本文主要是介绍html+css 热茶效果,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

<!DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>热茶特效</title><style>* {margin: 0;padding: 0;box-sizing: border-box;}body {display: flex;align-items: center;justify-content: center;min-height: 100vh;background: #607d8b;}.container {position: relative;top: 50px;}.cup {position: relative;width: 280px;height: 300px;background: linear-gradient(to right, #f9f9f9, #f9f9f9);border-bottom-left-radius: 45%;border-bottom-right-radius: 45%;}.top {position: absolute;top: -30px;left: 0;width: 100%;height: 60px;background: linear-gradient(to right, #f9f9f9, #f9f9f9);border-radius: 50%;}.circle {position: absolute;top: 5px;left: 10px;width: calc(100% - 20px);height: 50px;background: linear-gradient(to left, #f9f9f9, #f9f9f9);border-radius: 50%;overflow: hidden;}.tea {position: absolute;top: 20px;left: 0;width: 100%;height: 100%;background: linear-gradient(#c57e65, #e28462);border-radius: 50%;}.handle {position: absolute;right: -70px;top: 40px;width: 160px;height: 180px;border: 25px solid #dcdcdc;border-left: 25px solid transparent;border-bottom: 25px solid transparent;border-radius: 50%;transform: rotate(42deg);}.plate {position: absolute;bottom: -50px;left: 50%;transform: translateX(-50%);width: 500px;height: 200px;background: linear-gradient(to right, #f9f9f9, #e7e7e7);border-radius: 50%;box-shadow: 0 35px 35px rgba(0, 0, 0, 0.2);}.plate::before {content: '';position: absolute;top: 10px;left: 10px;right: 10px;bottom: 10px;border-radius: 50%;background: linear-gradient(to left, #f9f9f9, #e7e7e7);}.plate::after {content: '';position: absolute;top: 30px;left: 30px;right: 30px;bottom: 30px;border-radius: 50%;background: linear-gradient(rgba(0, 0, 0, 0.2) 25%, transparent, transparent);}.vapour {position: relative;display: flex;z-index: 1;padding: 0 20px;}.vapour>div {position: relative;bottom: 50px;margin: 0 2px 50px;min-width: 8px;height: 120px;border-radius: 50%;background: #fff;animation: vapours 5s linear infinite;opacity: 0;filter: blur(8px);animation-delay: calc(var(--i)*-0.5s);}@keyframes vapours {0% {transform: translateY(0) scaleX(1);opacity: 0;}15% {opacity: 1;}50% {transform: translateY(-150px) scaleX(5);}95% {opacity: 0;}100% {transform: translateY(-300px) scaleX(10);}}</style>
</head><body><div class="container"><div class="plate"></div><div class="cup"><div class="top"><div class="vapour"><div style="--i: 1"></div><div style="--i: 2"></div><div style="--i: 3"></div><div style="--i: 4"></div><div style="--i: 5"></div><div style="--i: 6"></div><div style="--i: 7"></div><div style="--i: 8"></div><div style="--i: 9"></div><div style="--i: 10"></div><div style="--i: 11"></div><div style="--i: 12"></div><div style="--i: 13"></div><div style="--i: 14"></div><div style="--i: 15"></div><div style="--i: 16"></div><div style="--i: 17"></div><div style="--i: 18"></div><div style="--i: 19"></div><div style="--i: 20"></div></div><div class="circle"><div class="tea"></div></div></div><div class="handle"></div></div></div>
</body></html>

在这里插入图片描述

这篇关于html+css 热茶效果的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/171377

相关文章

vue解决子组件样式覆盖问题scoped deep

《vue解决子组件样式覆盖问题scopeddeep》文章主要介绍了在Vue项目中处理全局样式和局部样式的方法,包括使用scoped属性和深度选择器(/deep/)来覆盖子组件的样式,作者建议所有组件... 目录前言scoped分析deep分析使用总结所有组件必须加scoped父组件覆盖子组件使用deep前言

VUE动态绑定class类的三种常用方式及适用场景详解

《VUE动态绑定class类的三种常用方式及适用场景详解》文章介绍了在实际开发中动态绑定class的三种常见情况及其解决方案,包括根据不同的返回值渲染不同的class样式、给模块添加基础样式以及根据设... 目录前言1.动态选择class样式(对象添加:情景一)2.动态添加一个class样式(字符串添加:情

基于Python实现PDF动画翻页效果的阅读器

《基于Python实现PDF动画翻页效果的阅读器》在这篇博客中,我们将深入分析一个基于wxPython实现的PDF阅读器程序,该程序支持加载PDF文件并显示页面内容,同时支持页面切换动画效果,文中有详... 目录全部代码代码结构初始化 UI 界面加载 PDF 文件显示 PDF 页面页面切换动画运行效果总结主

React实现原生APP切换效果

《React实现原生APP切换效果》最近需要使用Hybrid的方式开发一个APP,交互和原生APP相似并且需要IM通信,本文给大家介绍了使用React实现原生APP切换效果,文中通过代码示例讲解的非常... 目录背景需求概览技术栈实现步骤根据 react-router-dom 文档配置好路由添加过渡动画使用

使用Python实现生命之轮Wheel of life效果

《使用Python实现生命之轮Wheeloflife效果》生命之轮Wheeloflife这一概念最初由SuccessMotivation®Institute,Inc.的创始人PaulJ.Meyer... 最近看一个生命之轮的视频,让我们珍惜时间,因为一生是有限的。使用python创建生命倒计时图表,珍惜时间

使用Vue.js报错:ReferenceError: “Vue is not defined“ 的原因与解决方案

《使用Vue.js报错:ReferenceError:“Vueisnotdefined“的原因与解决方案》在前端开发中,ReferenceError:Vueisnotdefined是一个常见... 目录一、错误描述二、错误成因分析三、解决方案1. 检查 vue.js 的引入方式2. 验证 npm 安装3.

vue如何监听对象或者数组某个属性的变化详解

《vue如何监听对象或者数组某个属性的变化详解》这篇文章主要给大家介绍了关于vue如何监听对象或者数组某个属性的变化,在Vue.js中可以通过watch监听属性变化并动态修改其他属性的值,watch通... 目录前言用watch监听深度监听使用计算属性watch和计算属性的区别在vue 3中使用watchE

python解析HTML并提取span标签中的文本

《python解析HTML并提取span标签中的文本》在网页开发和数据抓取过程中,我们经常需要从HTML页面中提取信息,尤其是span元素中的文本,span标签是一个行内元素,通常用于包装一小段文本或... 目录一、安装相关依赖二、html 页面结构三、使用 BeautifulSoup javascript

Vue3 的 shallowRef 和 shallowReactive:优化性能

大家对 Vue3 的 ref 和 reactive 都很熟悉,那么对 shallowRef 和 shallowReactive 是否了解呢? 在编程和数据结构中,“shallow”(浅层)通常指对数据结构的最外层进行操作,而不递归地处理其内部或嵌套的数据。这种处理方式关注的是数据结构的第一层属性或元素,而忽略更深层次的嵌套内容。 1. 浅层与深层的对比 1.1 浅层(Shallow) 定义

这15个Vue指令,让你的项目开发爽到爆

1. V-Hotkey 仓库地址: github.com/Dafrok/v-ho… Demo: 戳这里 https://dafrok.github.io/v-hotkey 安装: npm install --save v-hotkey 这个指令可以给组件绑定一个或多个快捷键。你想要通过按下 Escape 键后隐藏某个组件,按住 Control 和回车键再显示它吗?小菜一碟: <template