vip.page.js 249 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 /** * Created by DELL on 2017.2.10. */ var $ = require('yoho-jquery'); var percentVal = $('.adolesce-val').data('percent') || 0; require('../common'); $('head').append('<style>.progress:before{width:' + percentVal + '% !important;}</style>');