zachary

zachary pushed to master at zachary/bbh-mobile

  • 0d7ce2523d 导入海报图片,完成部分”传统文化“

4 years ago

zachary pushed to master at zachary/bbh-mobile

4 years ago

zachary pushed to master at zachary/bbh-pc

4 years ago

zachary pushed to master at chenzhiguang/wanwuqinag

4 years ago

zachary pushed to master at zachary/bbh-pc

4 years ago

zachary created new branch master at zachary/bbh-pc

4 years ago

zachary created repository zachary/bbh-pc

4 years ago

zachary pushed to master at zachary/bbh-mobile

4 years ago

zachary created new branch master at zachary/bbh-mobile

4 years ago

zachary created repository zachary/bbh-mobile

4 years ago

zachary pushed to branch1 at zachary/macaoApplets

4 years ago

zachary pushed to master at chenzhiguang/wanwuqinag

  • 5912f3683c 为组件增加key值以在屏幕尺寸变化时强制更新组件

4 years ago

zachary pushed to master at chenzhiguang/wanwuqinag

  • f42d7e5615 解决从其他页面切换回来轮播速度加快问题;解决点击两侧遮罩时文物会粘着鼠标的问题;修改错误文物图片

4 years ago

zachary pushed to master at chenzhiguang/wanwuqinag

4 years ago

zachary pushed to master at chenzhiguang/wanwuqinag

4 years ago

zachary commented on issue zachary/expo-museums#4

考虑absolute定位

absolute定位的元素必须添加top/left/bottom/right中的任一值,一般写上

4 years ago

zachary pushed to master at zachary/expo-museums

4 years ago

zachary commented on issue zachary/expo-museums#4

考虑absolute定位

absolute定位,基点是它的第一个非static定位的祖先元素的border左上角内顶点,最终的基点只能是html根元素。

4 years ago

zachary closed issue zachary/expo-museums#2

使用img标签不懂如何限制在一定的尺寸内

4 years ago

zachary commented on issue zachary/expo-museums#2

使用img标签不懂如何限制在一定的尺寸内

<img> 是一个可替换元素。它的 display 属性的默认值是 inline,但是它的默认分辨率是由被嵌入的图片的原始宽高来确定的,使得它就像 inline-block 一样。你可以为 <img> 设置 border/border-radius、padding/margin、width、height 等等的 CSS 属性。

4 years ago