Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
start [2021/10/26 23:21] admin |
start [2021/10/27 11:06] (current) admin |
||
---|---|---|---|
Line 50: | Line 50: | ||
<div class = " | <div class = " | ||
<div class=" | <div class=" | ||
- | <input type=" | + | <input type=" |
</ | </ | ||
<div class=" | <div class=" | ||
Line 137: | Line 137: | ||
type: ' | type: ' | ||
poster : "/ | poster : "/ | ||
- | media : "/ | + | media : "/ |
title : " | title : " | ||
}, | }, | ||
Line 267: | Line 267: | ||
cursor : pointer; | cursor : pointer; | ||
} | } | ||
- | | + | |
+ | .uop-picker .lark-carousel .desc, .lark-carousel .ground { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .uop-picker .lark-carousel.rotate .desc, .lark-carousel.rotate .ground { | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | .uop-picker .lark-carousel .items-container { | ||
+ | height: 100%; | ||
+ | } | ||
+ | |||
+ | .uop-picker .lark-carousel | ||
+ | max-width: 90%; | ||
+ | max-height: 90%; | ||
+ | display: block; | ||
+ | margin: auto; | ||
+ | cursor : pointer; | ||
+ | } | ||
+ | |||
+ | .uop-picker .lark-carousel.rotate .items-container { | ||
+ | width: 120px; | ||
+ | height: 170px; | ||
+ | } | ||
+ | |||
+ | .uop-picker .lark-carousel.rotate .item img { | ||
+ | display: block; | ||
+ | height : 220px; | ||
+ | width: 220px; | ||
+ | } | ||
+ | |||
+ | .uop-picker .lark-carousel.coverflow .item { | ||
+ | height : 360px; | ||
+ | width : 360px; | ||
+ | } | ||
+ | |||
+ | .uop-picker .lark-carousel.coverflow .item img { | ||
+ | display: block; | ||
+ | height : 360px; | ||
+ | width : 360px; | ||
+ | } | ||
+ | |||
+ | | ||
+ | display: block; | ||
+ | height : 420px; | ||
+ | width : 840px | ||
+ | } | ||
</ | </ | ||