| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .u-countdown.data-v-7ebf7480 {
- display: inline-flex;
- align-items: center;
- }
- .u-countdown-item.data-v-7ebf7480 {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- padding: 2rpx;
- border-radius: 6rpx;
- white-space: nowrap;
- -webkit-transform: translateZ(0);
- transform: translateZ(0);
- }
- .u-countdown-time.data-v-7ebf7480 {
- margin: 0;
- padding: 0;
- line-height: 1;
- }
- .u-countdown-colon.data-v-7ebf7480 {
- display: flex;
- flex-direction: row;
- justify-content: center;
- padding: 0 5rpx;
- line-height: 1;
- align-items: center;
- padding-bottom: 4rpx;
- }
- .u-countdown-scale.data-v-7ebf7480 {
- -webkit-transform: scale(0.9);
- transform: scale(0.9);
- -webkit-transform-origin: center center;
- transform-origin: center center;
- }
|