我有一個圖像我想旋轉透明,當我的屏幕被阻止。默認情況下有一個白色框作爲消息CSS。不知道如何實現這一點。jquery BlockUI - 透明加載圖像
來源:查看源代碼:http://malsup.com/jquery/block/#demos
本節在這裏創建圖像周圍的白色盒子。
$.blockUI({ message: '<h1><img src="./images/loading.gif" /></h1>'
如果我評論這部分源代碼,整個圖像消失。
css: {
padding: 0,
margin: 0,
width: '30%',
top: '40%',
left: '35%',
textAlign: 'center',
color: '#000',
border: '3px solid #aaa',
backgroundColor: '#fff',
cursor: 'wait'
},
'的backgroundColor:'#fff'' ...? – CBroe
你可以創建一個小提琴來演示這個問題嗎? – AtheistP3ace