css布局手机端移动端每日签到做任务页面效果代码
代码语言:html
所属分类:布局界面
代码描述:css布局手机端移动端每日签到做任务页面效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>签到页面</title> <meta name="description" content="Neat"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" user-scalable="no"> <style> html, body { min-height: 100%; } * { margin: 0; padding: 0; font-size: 12px; } ul { list-style: none; } .hide { display: none; } .lf { float: left; } .lr { float: right; } .red, .red a,.red a h5, .red a p { color: #FF0000 !important; } .h20 { height: 20px } html { background: url('//repo.bfw.wiki/bfwrepo/image/60dc6f7da82f7.png') no-repeat; background-size: 100% 100%; } .main-group { width: 100%; min-height: 100%; } .main-top { margin-top: 40px; } .integral-icon-group { margin: 0 auto; width: 160px; height: 160px; border: 10px solid rgba(255,255,255,0.7); border-radius: 50%; box-shadow: 0 0 20px 16px rgba(255,255,255,0.6); text-align: center; } .integral-icon-group .title { font-size: 14px; color: #fff; margin-top: 30px; } .integral-icon-group .day { font-weight: bold; color: #fff; font-size: 44px; text-shadow: #a53608 4px 4px 5px; } .integral-icon-group .day span { margin-left: 6px; font-size: 16px } .integral-icon-group .button-group { margin-top: 15px; } .integral-icon-group .button-g.........完整代码请登录后点击上方下载按钮下载查看
网友评论0