uniapp:抖音PK进度条(nvue)

在这里插入图片描述
nvue中,仿抖音PK进度条效果,

<template>
	<view class="index" :style="{width:windowWidth+'px',height:index_windowHeight+'px',paddingTop:windowTop+'px'}">
		
		<view class="pk">
			<text class="pk_jindu_left_val fsz-24 color-f">{
  {pk_left_value}}</text>
			<text class="pk_jindu_right_val fsz-24 color-f">{
  {pk_right_value}}</text>
			<view class="pk_left_bg" :style="{width:pk_left_width+'px'}"></view>
			<view class="pk_right_bg" :style="{width:pk_right_width+'px'}"></view>
			<image src="../../static/zhibo/jindu.png" mode="" class="pk_jindu_top_icon" :style="{left:pk_jindu+'px'}"></image>
		</view>
		

相关推荐

  1. uniapp 打开小程序

    2024-05-10 20:56:02       35 阅读
  2. nvue页面用法uniapp

    2024-05-10 20:56:02       61 阅读
  3. 今日头,西瓜视频你不知道的秘密?

    2024-05-10 20:56:02       96 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-05-10 20:56:02       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-05-10 20:56:02       101 阅读
  3. 在Django里面运行非项目文件

    2024-05-10 20:56:02       82 阅读
  4. Python语言-面向对象

    2024-05-10 20:56:02       91 阅读

热门阅读

  1. easyExcel导出百万数据

    2024-05-10 20:56:02       25 阅读
  2. Vue3实战笔记(05)--- 跨域前后端解决方案

    2024-05-10 20:56:02       28 阅读
  3. 【Leetcode】55- 跳跃游戏

    2024-05-10 20:56:02       38 阅读
  4. LeetCode //C - 81. Search in Rotated Sorted Array II

    2024-05-10 20:56:02       28 阅读
  5. 苹果免签封装的优势和安全风险

    2024-05-10 20:56:02       26 阅读
  6. latex编译参考文献是问号解决办法

    2024-05-10 20:56:02       29 阅读
  7. mybatis 多表查询

    2024-05-10 20:56:02       32 阅读
  8. 华为热题总结(1)

    2024-05-10 20:56:02       35 阅读