加林森 发表于 2021-8-23 20:01

本帖最后由 加林森 于 2022-4-10 21:42 编辑 <br /><br />马黑黑 发表于 2021-8-23 19:52
好,干杯改干瓶
这样喝起来爽快点

<style>
/* 底图 */
.stage {
   top:120px;left:-202px;
   position: relative;
   width: 1024px;
   height: 600px;
   background: #FFF url('https://pic.imgdb.cn/item/6252d13e239250f7c5275237.jpg') no-repeat center/cover;
   box-shadow: 4px 4px 5px #888;
   border-radius:12px;
}
/* 涟漪 */
.lianyi {
   position: absolute;
   background: transparent;
   border: 1px solid #eee;
   border-radius: 50%;
   box-shadow: 0px 0px 6px #fff inset, 0 0 8px #000;
   position: absolute;

   opacity: 0;

}
.lianyi1 {
   width: 60px;
   height: 60px;
   left: 400px;
   top: 650px;
   animation: circle 1.8s 1.8s linear infinite;
}


.lianyi2 {
   width: 60px;
   height: 60px;
   left: 640px;
   top: 620px;
   animation: circle2 2.5s 2.5s linear infinite;
}
.lianyi3 {
   width: 60px;
   height: 60px;
   left: 840px;
   top: 662px;
   animation: circle3 2.0s 1.8s linear infinite;
}
/* 水滴 */
.wdrop {
   position: absolute;

   border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
   transform: rotate(-45deg);
   background-image: linear-gradient(45deg, #8CA2FB 0%, #F0F0FD 100%);

}
.wdrop::after {
      content: '';
      width: 50%;
      height: 50%;
      position: absolute;
      left: 10%; top: 20%;
      border-radius: 50%;
      background: radial-gradient(circle at 50% 0px, #ffffff, rgba(255, 255, 255, 0) 58%);
      filter: blur(5px);
}
.wdrop1 {
   left: 420px;
   top: 260px;
   width: 20px;
   height: 20px;
   animation: drop 1.8s ease-in infinite;
}
.wdrop2 {
   left: 660px;
   top: 400px;
   width: 18px;
   height: 18px;
   animation: drop2 2.5s ease-in infinite;
}
.wdrop3 {
   left: 860px;
   top: 280px;
   width: 18px;
   height: 18px;
   animation: drop3 2.0s ease-in infinite;
}
/* 动画 */
@keyframes drop{
   0%      { top: 260px; }
   100%   { top: 650px; }
}
@keyframes circle {
   0%      { opacity: 0.1; }
   100%   { transform: scale(3, 1.2); opacity: 0; }
}
@keyframes drop2{
   0%      { top: 400px; }
   100%   { top: 620px; }
}
@keyframes circle2 {
   0%      { opacity: 0.1; }
   100%   { transform: scale(3, 1); opacity: 0; }
}
@keyframes drop3{
   0%      { top: 280px; }
   100%   { top: 662px; }
}
@keyframes circle3 {
   0%      { opacity: 0.1; }
   100%   { transform: scale(3, 1); opacity: 0; }
}
/* 音乐控制按钮 */
.picBtn {
       position: absolute;
       width: 100px;
       height: 100px;
       left: 100px;
       top: 580px;
       border: none;
       outline: none;
       border-radius: 8px;
       background: transparent url('https://pic.imgdb.cn/item/624fbfd5239250f7c5c20bdc.gif') no-repeat;
       cursor: pointer;
}
/* 旋转魔方 */
.cude {
      --xyz: 80px;
      --bb: -40px;
      width: var(--xyz);
      height: var(--xyz);
      position: absolute;
      left: 260px; top: 490px;
      transform-style: preserve-3d;
      transform: rotateX(-30deg) rotateY(-80deg);
      transform-origin: 50% 50% 0;
      animation: rot 10s linear infinite;
}
.pae {
      position: absolute;
      left: 0; top: 0;
      width: var(--xyz); height: var(--xyz);
      background: blue;
      opacity: .15;
      font: bold 40px / var(--xyz) Arial;
      color: #fff;
      text-align: center;
      text-shadow: 1px 1px 2px #000;
      border:1px solid #333;
}
.front { transform: rotateY(0) translateZ(calc(var(--xyz) / 2)); }
.back { transform: translateZ(var(--bb)) rotateY(180deg); }
.left { transform: rotateY(-90deg) translateZ(calc(var(--xyz) / 2)); }
.right { transform: rotateY(90deg) translateZ(calc(var(--xyz) / 2)); }
.top { transform: rotateX(90deg) translateZ(calc(var(--xyz) / 2)); }
.bottom { transform: rotateX(90deg) translateZ(var(--bb)); }

@-webkit-keyframes rot {
      from { transform: rotateX(0deg) rotateY(0deg); }
      to { transform: rotateX(360deg) rotateY(360deg); }
}
</style>

<div class="stage">
   <div class="wdrop wdrop1"></div><div class="lianyi lianyi1"></div>
   <div class="wdrop wdrop2"></div><div class="lianyi lianyi2"></div>
   <div class="wdrop wdrop3"></div><div class="lianyi lianyi3"></div>
      <div style="position: absolute; left:540px; top: 60px; width:650px;">
                <img alt="" src="https://pic.imgdb.cn/item/624f9886239250f7c55c810d.gif"/></div>
   <button id="picBtn" class="picBtn"></button>

<div class="cude">
      <div class="pae front">出</div>
      <div class="pae left">水</div>
      <div class="pae right">莲</div>
      <div class="pae bottom">出</div>
      <div class="pae top">水</div>
      <div class="pae back">莲</div>
</div>
</div>
      <audio id="music" src="//music.163.com/outchain/player?type=2&id=5265056&auto=1&height=66" loop="loop"

autoplay="autoplay" ></audio>
</div><br><br><br><br><br>
<script language="javascript">

马黑黑 发表于 2021-8-23 20:11

加林森 发表于 2021-8-23 20:01
这样喝起来爽快点

对对,必须酱紫

朵嫣 发表于 2021-8-23 20:13

隊長
"吃飯"怎麼說?{:5_106:}

顾-念 发表于 2021-8-23 20:17

哈哈哈,也找找锤子

红影 发表于 2021-8-23 20:34

加林森 发表于 2021-8-23 17:18
说到对

等着队长继续添加{:4_173:}

加林森 发表于 2021-8-23 21:08

马黑黑 发表于 2021-8-23 20:11
对对,必须酱紫

好的好的

加林森 发表于 2021-8-23 21:09

朵嫣 发表于 2021-8-23 20:13
隊長
"吃飯"怎麼說?

整饭{:4_189:}

加林森 发表于 2021-8-23 21:09

顾-念 发表于 2021-8-23 20:17
哈哈哈,也找找锤子

{:4_170:}{:4_172:}

加林森 发表于 2021-8-23 21:10

红影 发表于 2021-8-23 20:34
等着队长继续添加

嗯嗯,好玩不?

红影 发表于 2021-8-23 21:42

加林森 发表于 2021-8-23 21:10
嗯嗯,好玩不?

很有地方特色。

辫子哥哥 发表于 2021-8-23 22:14

加林森 发表于 2021-8-23 10:52
父亲:P娃娃,你娃又在搞啥子?(重庆话)
儿子:老汉,问那么多你真是莫得事情干嗦?
父亲:老子问你你 ...

儿子好象不会和老子这么对话,到少最后那一句{:4_173:}

辫子哥哥 发表于 2021-8-23 22:16

加林森 发表于 2021-8-23 10:58
四川方言大全一称谓。大爷----是对男性老人的尊称;婆婆----是对女性老人的尊称;老巴子----是对男性老人不 ...

勾子和我们叫法一样,就是发音不同{:4_189:}

加林森 发表于 2021-8-23 22:16

辫子哥哥 发表于 2021-8-23 22:14
儿子好象不会和老子这么对话,到少最后那一句

重庆仔脾气大{:5_117:}

辫子哥哥 发表于 2021-8-23 22:21

加林森 发表于 2021-8-23 22:16
重庆仔脾气大

我可认识好多重庆的你得小心点儿{:4_172:}

加林森 发表于 2021-8-23 22:26

辫子哥哥 发表于 2021-8-23 22:21
我可认识好多重庆的你得小心点儿

我就是重庆仔{:4_205:}

加林森 发表于 2021-8-23 22:26

辫子哥哥 发表于 2021-8-23 22:16
勾子和我们叫法一样,就是发音不同

大猫咪 发表于 2021-8-24 11:54

加林森 发表于 2021-8-23 17:19
猫猫也会啊

在成都呆过半年,成都人喜欢打麻将,常常听到{:4_173:}

锤子,老子今天输了一大火{:4_189:} 想去那耍嘛,赶猪儿,朗拐子搞, 冒皮皮{:4_170:}

加林森 发表于 2021-8-24 12:03

大猫咪 发表于 2021-8-24 11:54
在成都呆过半年,成都人喜欢打麻将,常常听到

锤子,老子今天输了一大火   想去 ...

哈哈哈哈,就是这样的。

大猫咪 发表于 2021-8-24 12:05

加林森 发表于 2021-8-24 12:03
哈哈哈哈,就是这样的。

{:4_170:} 队长猫象成都人不

加林森 发表于 2021-8-24 12:08

大猫咪 发表于 2021-8-24 12:05
队长猫象成都人不

有点像了{:4_189:}
页: 1 [2] 3
查看完整版本: 【搞笑】四川方言与成都方言!陆续添加中!