diff --git a/sino-act-web/src/main/resources/public/doll/css/iosSelect.css b/sino-act-web/src/main/resources/public/doll/css/iosSelect.css new file mode 100644 index 000000000..db2aa229b --- /dev/null +++ b/sino-act-web/src/main/resources/public/doll/css/iosSelect.css @@ -0,0 +1,285 @@ +div, ul, li { + margin: 0; + padding: 0; +} +ul, li { + list-style: none outside none; +} + +/* layer begin */ +.ios-select-widget-box.olay { + position: fixed; + z-index: 500; + top: 0; + left: 0; + width: 100%; + height: 100%; + opacity: 1; + background: rgba(0, 0, 0, 0.75); +} +.ios-select-widget-box.olay > div { + position: fixed; + z-index: 1000; + width: 100%; + height: 100%; + background-color: #f2f2f2; + bottom: 0; + left: 0; + visibility: visible; +} +.ios-select-widget-box header.iosselect-header { + height: 44px; + line-height: 44px; + background-color: #eee; + width: 100%; + z-index: 9999; + text-align: center; +} +.ios-select-widget-box header.iosselect-header a { + font-size: 16px; + color: #e94643; + text-decoration: none; +} +.ios-select-widget-box header.iosselect-header a.close { + float: left; + padding-left: 15px; + height: 44px; + line-height: 44px; +} +.ios-select-widget-box header.iosselect-header a.sure { + float: right; + padding-right: 15px; + height: 44px; + line-height: 44px; +} +.ios-select-widget-box { + padding-top: 44px; +} +.ios-select-widget-box .one-level-contain, +.ios-select-widget-box .two-level-contain, +.ios-select-widget-box .three-level-contain, +.ios-select-widget-box .four-level-contain, +.ios-select-widget-box .five-level-contain { + height: 100%; + overflow: hidden; +} +.ios-select-widget-box .iosselect-box { + overflow: hidden; +} +.ios-select-widget-box .iosselect-box > div { + display: block; + float: left; +} +.ios-select-widget-box ul { + background-color: #fff; +} +.ios-select-widget-box ul li { + font-size: 13px; + height: 35px; + line-height: 35px; + background-color: #fff; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + text-align: center; + color: #111; + opacity: .3; +} +.ios-select-widget-box ul li.at { + font-size: 16px; + opacity: 1; +} +.ios-select-widget-box ul li.side1 { + font-size: 15px; + opacity: .7; +} +.ios-select-widget-box ul li.side2 { + font-size: 14px; + opacity: .5; +} +.ios-select-widget-box.one-level-box .one-level-contain { + width: 100%; +} +.ios-select-widget-box.one-level-box .two-level-contain, +.ios-select-widget-box.one-level-box .three-level-contain, +.ios-select-widget-box.one-level-box .four-level-contain, +.ios-select-widget-box.one-level-box .five-level-contain, +.ios-select-widget-box.one-level-box .six-level-contain { + width: 0; +} +.ios-select-widget-box.two-level-box .one-level-contain, +.ios-select-widget-box.two-level-box .two-level-contain { + width: 50%; +} +.ios-select-widget-box.two-level-box .three-level-contain, +.ios-select-widget-box.two-level-box .four-level-contain, +.ios-select-widget-box.two-level-box .five-level-contain, +.ios-select-widget-box.two-level-box .six-level-contain { + width: 0; +} +.ios-select-widget-box.three-level-box .one-level-contain, +.ios-select-widget-box.three-level-box .two-level-contain { + width: 30%; +} +.ios-select-widget-box.three-level-box .three-level-contain { + width: 40%; +} +.ios-select-widget-box.three-level-box .four-level-contain +.ios-select-widget-box.three-level-box .five-level-contain, +.ios-select-widget-box.three-level-box .six-level-contain { + width: 0%; +} + +.ios-select-widget-box.four-level-box .one-level-contain, +.ios-select-widget-box.four-level-box .two-level-contain, +.ios-select-widget-box.four-level-box .three-level-contain, +.ios-select-widget-box.four-level-box .four-level-contain { + width: 25%; +} +.ios-select-widget-box.four-level-box .five-level-contain, +.ios-select-widget-box.four-level-box .six-level-contain { + width: 0%; +} + +.ios-select-widget-box.five-level-box .one-level-contain, +.ios-select-widget-box.five-level-box .two-level-contain, +.ios-select-widget-box.five-level-box .three-level-contain, +.ios-select-widget-box.five-level-box .four-level-contain, +.ios-select-widget-box.five-level-box .five-level-contain { + width: 20%; +} +.ios-select-widget-box.five-level-box .six-level-contain { + width: 0%; +} + +.ios-select-widget-box.six-level-box .one-level-contain, +.ios-select-widget-box.six-level-box .two-level-contain, +.ios-select-widget-box.six-level-box .three-level-contain, +.ios-select-widget-box.six-level-box .four-level-contain, +.ios-select-widget-box.six-level-box .five-level-contain { + width: 16%; +} +.ios-select-widget-box.six-level-box .six-level-contain { + width: 20%; +} +.ios-select-widget-box .cover-area1 { + width: 100%; + border: none; + border-top: 1px solid #d9d9d9; + position: absolute; + top: 149px; + margin: 0; + height: 0; +} +.ios-select-widget-box .cover-area2 { + width: 100%; + border: none; + border-top: 1px solid #d9d9d9; + position: absolute; + top: 183px; + margin: 0; + height: 0; +} +.ios-select-widget-box #iosSelectTitle { + margin: 0; + padding: 0; + display: inline-block; + font-size: 16px; + font-weight: normal; + color: #333; +} +.ios-select-body-class { + overflow: hidden; +} +.ios-select-body-class body { + touch-action: none; +} +.ios-select-widget-box.olay > div > .ios-select-loading-box { + width: 100%; + height: 100%; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-color: rgba(0,0,0,.5); + display: none; +} +.ios-select-widget-box.olay > div > .ios-select-loading-box > .ios-select-loading { + width: 50px; + height: 50px; + position: absolute; + left: 50%; + top: 50%; + margin-top: -25px; + margin-left: -25px; + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OEMxMEI3NDI3MEIxMUU2ODVGMzhFNjYyMDIyOUFCMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OEMxMEI3NTI3MEIxMUU2ODVGMzhFNjYyMDIyOUFCMCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU4QzEwQjcyMjcwQjExRTY4NUYzOEU2NjIwMjI5QUIwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU4QzEwQjczMjcwQjExRTY4NUYzOEU2NjIwMjI5QUIwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+GeWqMwAAA+BJREFUeNrMmVlsTGEUx+9cXZQiLZWKklhbQSSlSMUWSxAiJGJ5aSQehOiDF7yI4EFILW99I3iRSJGUPkiILSKp2OuJVtHWkrRVapn2jv+R/ycnn5l27rQz10l+mWlyl/+c833nO+c0FIlEnATMBbPAIn5OBuPAENAKToC74BtoB59AG/D9spBPgaPBdrAFjJH7Fa66TkRuNe8gP8Bb8Ap8j/eFaXFelwv286WZfKG2WL9SX5cFCuntBvAc/OoPD64HJ8EI5Q3tmW7whl4pAl/AUfAEDKZnQ1HuFXGPQGOiAsW7x8A26wUhirgMLnGtfe3hGcO5NApARpRnSchrY0UhlkAJxxmw0npYBzgOKinSj6WDCfRyphWFJnAPdMUjUH71WbDKElcDykGL0zcbCEroVf389+CW7Uk3ygNk/azghYIHDoCN/SDO4W6+A55aAiUrzImWz7StA2WWuF2gIpEc1ovVgQeWyELm06gCc8ARJU44DM45yTPZII8tkXO5DP4RuI8iPYqr4YmQbJN8+E4JlA1abAuUBbtZeU526O4khDWW3QdhK9TZWmAZd6/x3inw0UmdSZJ/pgSKlilGoMvTwoiTw/20k3p7yTyovRgScTNAvgrvFSbkVJuE+LU6GiXEefJHqfKefF5zgrMGVRnJZ4HEerryXjdzU1DWbB2BI10mRuPBej+1WhKsi8vLeDDXZRllwtvoBG8davNmS4gHUZyTQIWSrM1iQpyZptafo4QGabp9+JNmOijMY9MTtGWpEHe5PDHMGsz/DwQOUwI7XVYUZheP1ZVEAJbOFsGswTYR+EKF2NWVRABWwHPYeLDFZWKOKJFLAhRYpMQJjS7rsWYlcjlTT6pNOr5pahfL5m12KaparUPpZTcEILCEjjGniCy9iMk3F9hImzCXcZqQKhOnLFShjbBX/psQP4Aq5UUpdfZEGXEkKzGvZf4zu/exOdV0T1LJCZTx4gK2msm2Uq494z1pS29Ea5ra2RPrrm4HpwvJsplgtTW/kXq0M1ZffF2F2uMNe+nJUD+HVWaLm8AAtXNrOXTqcfQh2fwQmKdST4TTgAp6ui+WTWFTrUpedu15Fs29Do/kuDsIZlsiW7njryZQ2MrAaD5Yqko88+w6zoPCfsdv5VwjnnXayA67zYmUdGM/e0i+E7nWivnDPUWEz6iyPedngLkY7ARDrQeb72GOz5roVY/eylMHvxflXjkpLoKHfZ2wmhJIkvcylUi9BAnTa9U9DD59CzQm/csaZv0cn0JbOeK4ye/xbfcE/w0hYZvElnU8GEXBGRQjeewzi5B6rtP6RGY9vwUYACMHTam1T1ebAAAAAElFTkSuQmCC) no-repeat 0 0; + background-size: contain; + -webkit-animation: loading-keyframe 1s infinite linear; + animation: loading-keyframe 1s infinite linear; +} +.fadeInUp .layer{ + -webkit-animation: fadeInUp .5s; + animation: fadeInUp .5s; +} +.fadeOutDown .layer{ + -webkit-animation: fadeOutDown .5s!important; + animation: fadeOutDown .5s!important; +} +@-webkit-keyframes loading-keyframe { + from { + -webkit-transform: rotate(0deg); + } + to { + -webkit-transform: rotate(360deg); + } +} +@keyframes loading-keyframe { + from { + transform: rotate(0deg); + } + to { + transform: rotate(360deg); + } +} + +@-webkit-keyframes fadeInUp { + from { + opacity: 0; + -webkit-transform: translate3d(0,100%,0); + } + to { + opacity: 1; + -webkit-transform: none; + } +} +@keyframes fadeInUp { + from { + opacity: 0; + transform: translate3d(0,100%,0); + } + to { + opacity: 1; + transform: none; + } +} +@-webkit-keyframes fadeOutDown { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + } +} +@keyframes fadeOutDown { + from { + opacity: 1; + } + + to { + opacity: 0; + transform: translate3d(0, 100%, 0); + } +} diff --git a/sino-act-web/src/main/resources/public/doll/css/main.css b/sino-act-web/src/main/resources/public/doll/css/main.css new file mode 100644 index 000000000..703f02379 --- /dev/null +++ b/sino-act-web/src/main/resources/public/doll/css/main.css @@ -0,0 +1,379 @@ +@charset "GBK"; +body { + background: url(../images/bg_repeat.jpg) repeat-y; + background-size: 15rem 0.1rem; + overflow: hidden; +} + +.lottery { + position: relative; + padding-top: 4.2rem; + width: 15rem; + height: 26.1rem; + background: url(../images/bg.jpg) no-repeat; + background-size: 100% auto; + box-sizing: border-box; +} + +.my_scroll { + margin: 0 auto; + width: 10.2rem; + height: 0.7rem; + overflow: hidden; + font-size: 0.52rem; + line-height: 0.8rem; + color: #ffc6bb; + text-align: center; +} + +.lottery_role { + position: absolute; + right: 0.15rem; + top: 5.85rem; + width: 1rem; + height: 3.25rem; +} + +.lottery_prize { + position: absolute; + right: 0.15rem; + top: 10.45rem; + width: 1rem; + height: 3.25rem; +} + +.lottery_tips { + position: absolute; + top: 15.85rem; + width: 100%; + font-size: 0.48rem; + text-align: center; + color: #fed34c; +} + +.tool_line { + position: absolute; + left: 7.6rem; + top: 5.6rem; + width: 0.12rem; + height: 0.5rem; + background: url(../images/bg_tool_line.png) repeat; + background-size: 0.12rem 0.02rem; +} + +.tool { + position: absolute; + left: 6.4rem; + top: 6rem; + width: 2.48rem; + height: 2.24rem; + background: url(../images/bg_tool.png) no-repeat; + background-size: 100% auto; +} + +.tool img { + margin-top: 1.4rem; +} + +.tool_box { + position: absolute; + left: 50%; + top: 11.3rem; + margin-left: -4.76rem; + width: 9.52rem; + z-index: 3; +} + +.lottery_go { + position: absolute; + left: 3.8rem; + top: 16.5rem; + width: 7.54rem; + height: 2.18rem; + line-height: 1.2rem; + background: url(../images/btn_go.png) no-repeat; + background-size: 100% auto; +} + +.lottery_points { + position: absolute; + left: 1.2rem; + top: 20.75rem; + width: 7.4rem; + height: 1.2rem; + line-height: 1.2rem; + text-align: center; + color: #fdd14a; + font-size: 0.6rem; +} + +.lottery_link { + position: absolute; + left: 9.3rem; + top: 20.75rem; + width: 4.7rem; + height: 1.2rem; + line-height: 1.2rem; +} + + +/* 中奖弹层 */ + +.pop { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-color: rgba(0, 0, 0, .75); + z-index: 100; +} + +.pop_bg { + position: absolute; + top: 1rem; + left: 50%; + margin-left: -6.15rem; + width: 12.3rem; + background-repeat: no-repeat; + background-size: 100% auto; +} + +.contact { + position: relative; + margin: 4.5rem auto 2rem; + width: 11rem; + font-size: 0.84rem; + color: #fff; + line-height: 1.2rem; + text-align: center; +} + +.closed { + position: absolute; + top: 1.2rem; + right: 0rem; + width: 1.12rem; + height: 1.12rem; + background: url(../images/btn_success_closed.png) no-repeat center; + background-size: 100% auto; + z-index: 10; +} + +.btn { + position: absolute; + top: 17rem; + left: 50%; + margin-left: -3.35rem; + width: 6.7rem; + height: 2.46rem; + background: url(../images/btn_receive.png) no-repeat; + background-size: 100% auto; +} + +.pop.pop_success .pop_bg { + height: 15.34rem; + background-image: url(../images/bg_success.png); +} + +.pop.pop_success .contact { + margin-top: 8rem; +} + +.pop.pop_success .contact img { + width: 7.6rem; + height: 4.56rem; +} + +.pop.pop_success .contact span { + display: inline-block; + position: relative; + margin-top: -4.05rem; + width: 8.7rem; + height: 6rem; + background: url(../images/bg_success_decorate.png) no-repeat; + background-size: 100% auto; + z-index: 10; +} + + +/*未中奖弹层*/ + +.pop.pop_fail .pop_bg { + top: 4rem; + height: 11.94rem; + background-image: url(../images/bg_fail.png); +} + +.pop.pop_fail .btn { + top: 14rem; + background-image: url(../images/btn_ok.png); +} + +.pop.pop_fail .closed { + top: -2.1rem; + background-image: url(../images/btn_fail_closed.png); +} + + +/*活动规则*/ + +.pop.pop_role .pop_bg, +.pop.pop_prize .pop_bg { + height: 18.74rem; + background-image: url(../images/bg_alert.png); +} + +.pop.pop_role .title, +.pop.pop_prize .title { + margin: 0.5rem auto; + width: 6.22rem; + height: 1.02rem; + background: url(../images/bg_title_role.png) no-repeat; + background-size: 100% auto; +} + +.pop.pop_role .contact { + margin-top: 1.5rem; + width: 10.4rem; + color: #333; + font-size: 0.56rem; + line-height: 0.8rem; + text-align: left; +} + +.pop.pop_role .contact p { + margin-bottom: 0.8rem; +} + +.pop.pop_role .closed, +.pop.pop_prize .closed, +.pop.pop_fillin .closed { + top: 20rem; + right: 50%; + margin-right: -0.56rem; +} + + +/*我的奖品*/ + +.pop.pop_prize .title { + width: 6.18rem; + background-image: url(../images/bg_title_prize.png); +} + +.pop.pop_prize .contact { + margin-top: 1rem; + width: 10rem; +} + +.pop.pop_prize .content_list { + height: 15rem; + overflow: auto; +} + +.pop.pop_prize .content_list li { + padding: 0.7rem 0; + border-bottom: 1px solid #d1d1d1; + overflow: hidden; +} + +.pop.pop_prize .content_list li:last-child { + border-bottom: none; +} + +.pop.pop_prize .content_list img { + float: left; + margin-right: 0.5rem; + width: 1.72rem; + height: 1.2rem; + vertical-align: middle; +} + +.pop.pop_prize .content_list span { + float: left; + color: #2e2e2e; + font-size: 0.48rem; + vertical-align: middle; +} + +.pop.pop_prize .content_list span.list_date { + float: right; + color: #bcbcbc; +} + + +/*填写信息*/ + +.pop.pop_fillin .pop_bg { + height: 18.74rem; + background-image: url(../images/bg_fillin.png); +} + +.pop.pop_fillin .contact { + margin-top: 2.7rem; +} + +.pop.pop_fillin .contact p { + margin: 0 0.4rem; + margin-bottom: 0.5rem; + background: #fa5838; + /* height:1.36rem; */ + line-height: 1.36rem; + font-size: 0.48rem; + color: #fff; + text-align: left; + border-radius: 0.3rem; + box-shadow: inset 1px 1px 1px #9f5f2e, 1px 1px 1px #f5d16f; +} + +.pop.pop_fillin .contact p span { + display: inline-block; + width: 2.96rem; + text-align: center; +} + +.pop.pop_fillin .contact p input { + padding-left: 0.4rem; + width: 7.1rem; + height: 1.1rem; + line-height: 1.1rem; + font-size: 0.48rem; + background: #fff; + box-sizing: border-box; + border-radius: 0.25rem; +} + +.pop.pop_fillin .contact input.contact_sel { + background: #fff url(../images/icon_pre.png) no-repeat 6.6rem center; + background-size: 0.26rem 0.44rem; +} + +input::placeholder, +textarea::placeholder { + color: #c2c2c2; +} + +.pop.pop_fillin .contact p textarea { + padding-left: 0.3rem; + padding-top: 0.2rem; + margin-left: 0.4rem; + width: 9.4rem; + line-height: 0.8rem; + min-height: 3.2rem; + font-size: 0.48rem; + border: none; + outline: none; + background: #fff; + border-radius: 0.25rem; + box-sizing: border-box; + resize: none; +} + +.pop.pop_fillin .contact p.contact_btn { + margin: 0 auto; + width: 4.68rem; + height: 1.32rem; + background: url(../images/btn_confirm.png) no-repeat; + background-size: 100% auto; +} \ No newline at end of file diff --git a/sino-act-web/src/main/resources/public/doll/css/reset.css b/sino-act-web/src/main/resources/public/doll/css/reset.css new file mode 100644 index 000000000..42f3b5fd4 --- /dev/null +++ b/sino-act-web/src/main/resources/public/doll/css/reset.css @@ -0,0 +1,68 @@ +@charset "GBK"; +/* CSS Document */ +/* +** HTML5移动重置样式表 +*/ +/* ============================ 重置css样式 ============================ */ +/* 清除内外边距 */ +body,html,header,footer,section,span,p,h1,h2,h3,h4,ul,ol,li,select,input,button,textarea,aside,article,dd,dl,dt{ + margin: 0; + padding: 0; +} +/* 设置默认字体 */ +body,button,input,select,textarea{ font:62.5%/1 "微软雅黑", Helvetica, Arial, sans-serif; } +/* 重置列表元素 */ +ul, ol { list-style: none; } +/* 重置文本格式元素 */ +a { text-decoration: none; } +a:focus { outline:none; } +img{ + width:100%; + border:none; + vertical-align:middle; + } +/* 重置表格元素 */ +table { + border-collapse: collapse; + border-spacing: 0; +} +/* ========================= 页面常用样式 CSS样式 =========================== */ +html,body{ + width:100%; + height:100%; + overflow-x:hidden; +} +body{ + -text-size-adjust:none; + -webkit-user-select:none; + user-select:none; + -webkit-tap-highlight-color:rgba(0,0,0,0); +} +/*清除浮动*/ +.clearfix:after{ + display:block; + clear:both; + height:0; + visibility:hidden; + content:" "; +} +h1,h2,h3,h4,h5,h6{font-weight:normal;} +.fl{float:left;} +.fr{float:right;} +input{ border: none; border-radius: 0px; background:none;outline:none;} +input[type="button"],input[type="submit"],input[type="reset"]{ + -webkit-appearance:none; + appearance:none; +} +input[type=text]{ + -webkit-appearance: none; +} +select,button{ -webkit-appearance: none; appearance:none;border:none;background:transparent;outline: none;} +i,em{ font-style:normal;} +/*placeholder文字默认颜色-webkit-input-placeholder*/ +:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #666; } +::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #666;} +input:-ms-input-placeholder, +textarea:-ms-input-placeholder { color: #666;} +input::-webkit-input-placeholder, +textarea::-webkit-input-placeholder { color: #666;} \ No newline at end of file diff --git a/sino-act-web/src/main/resources/public/doll/images/bg.jpg b/sino-act-web/src/main/resources/public/doll/images/bg.jpg new file mode 100644 index 000000000..df5481830 Binary files /dev/null and b/sino-act-web/src/main/resources/public/doll/images/bg.jpg differ diff --git a/sino-act-web/src/main/resources/public/doll/images/bg_alert.png b/sino-act-web/src/main/resources/public/doll/images/bg_alert.png new file mode 100644 index 000000000..1454be2ff Binary files /dev/null and b/sino-act-web/src/main/resources/public/doll/images/bg_alert.png differ diff --git a/sino-act-web/src/main/resources/public/doll/images/bg_fail.png b/sino-act-web/src/main/resources/public/doll/images/bg_fail.png new file mode 100644 index 000000000..1ed5119a0 Binary files /dev/null and b/sino-act-web/src/main/resources/public/doll/images/bg_fail.png differ diff --git a/sino-act-web/src/main/resources/public/doll/images/bg_fillin.png b/sino-act-web/src/main/resources/public/doll/images/bg_fillin.png new file mode 100644 index 000000000..720fdaaf2 Binary files /dev/null and b/sino-act-web/src/main/resources/public/doll/images/bg_fillin.png differ diff --git a/sino-act-web/src/main/resources/public/doll/images/bg_repeat.jpg b/sino-act-web/src/main/resources/public/doll/images/bg_repeat.jpg new file mode 100644 index 000000000..1b611b274 Binary files /dev/null and b/sino-act-web/src/main/resources/public/doll/images/bg_repeat.jpg differ diff --git a/sino-act-web/src/main/resources/public/doll/images/bg_success.png b/sino-act-web/src/main/resources/public/doll/images/bg_success.png new file mode 100644 index 000000000..246034934 Binary files /dev/null and b/sino-act-web/src/main/resources/public/doll/images/bg_success.png differ diff --git a/sino-act-web/src/main/resources/public/doll/images/bg_success_decorate.png b/sino-act-web/src/main/resources/public/doll/images/bg_success_decorate.png new file mode 100644 index 000000000..71d81e69d Binary files /dev/null and b/sino-act-web/src/main/resources/public/doll/images/bg_success_decorate.png differ diff --git a/sino-act-web/src/main/resources/public/doll/images/bg_title_prize.png b/sino-act-web/src/main/resources/public/doll/images/bg_title_prize.png new file mode 100644 index 000000000..3b7be84e5 Binary files /dev/null and b/sino-act-web/src/main/resources/public/doll/images/bg_title_prize.png differ diff --git a/sino-act-web/src/main/resources/public/doll/images/bg_title_role.png b/sino-act-web/src/main/resources/public/doll/images/bg_title_role.png new file mode 100644 index 000000000..973f8e4c4 Binary files /dev/null and b/sino-act-web/src/main/resources/public/doll/images/bg_title_role.png differ diff --git a/sino-act-web/src/main/resources/public/doll/images/bg_tool.png b/sino-act-web/src/main/resources/public/doll/images/bg_tool.png new file mode 100644 index 000000000..0f0ce250b Binary files /dev/null and b/sino-act-web/src/main/resources/public/doll/images/bg_tool.png differ diff --git a/sino-act-web/src/main/resources/public/doll/images/bg_tool_line.png b/sino-act-web/src/main/resources/public/doll/images/bg_tool_line.png new file mode 100644 index 000000000..1002a1bf9 Binary files /dev/null and b/sino-act-web/src/main/resources/public/doll/images/bg_tool_line.png differ diff --git a/sino-act-web/src/main/resources/public/doll/images/btn_confirm.png b/sino-act-web/src/main/resources/public/doll/images/btn_confirm.png new file mode 100644 index 000000000..10852c844 Binary files /dev/null and b/sino-act-web/src/main/resources/public/doll/images/btn_confirm.png differ diff --git a/sino-act-web/src/main/resources/public/doll/images/btn_fail_closed.png b/sino-act-web/src/main/resources/public/doll/images/btn_fail_closed.png new file mode 100644 index 000000000..34c04f8c5 Binary files /dev/null and b/sino-act-web/src/main/resources/public/doll/images/btn_fail_closed.png differ diff --git a/sino-act-web/src/main/resources/public/doll/images/btn_go.png b/sino-act-web/src/main/resources/public/doll/images/btn_go.png new file mode 100644 index 000000000..44c3eac43 Binary files /dev/null and b/sino-act-web/src/main/resources/public/doll/images/btn_go.png differ diff --git a/sino-act-web/src/main/resources/public/doll/images/btn_ok.png b/sino-act-web/src/main/resources/public/doll/images/btn_ok.png new file mode 100644 index 000000000..df33a7835 Binary files /dev/null and b/sino-act-web/src/main/resources/public/doll/images/btn_ok.png differ diff --git a/sino-act-web/src/main/resources/public/doll/images/btn_receive.png b/sino-act-web/src/main/resources/public/doll/images/btn_receive.png new file mode 100644 index 000000000..5806216e3 Binary files /dev/null and b/sino-act-web/src/main/resources/public/doll/images/btn_receive.png differ diff --git a/sino-act-web/src/main/resources/public/doll/images/btn_success_closed.png b/sino-act-web/src/main/resources/public/doll/images/btn_success_closed.png new file mode 100644 index 000000000..8ef2f9f64 Binary files /dev/null and b/sino-act-web/src/main/resources/public/doll/images/btn_success_closed.png differ diff --git a/sino-act-web/src/main/resources/public/doll/images/icon_pre.png b/sino-act-web/src/main/resources/public/doll/images/icon_pre.png new file mode 100644 index 000000000..795b2f27e Binary files /dev/null and b/sino-act-web/src/main/resources/public/doll/images/icon_pre.png differ diff --git a/sino-act-web/src/main/resources/public/doll/images/img_box.png b/sino-act-web/src/main/resources/public/doll/images/img_box.png new file mode 100644 index 000000000..249e8a98e Binary files /dev/null and b/sino-act-web/src/main/resources/public/doll/images/img_box.png differ diff --git a/sino-act-web/src/main/resources/public/doll/images/img_prize.png b/sino-act-web/src/main/resources/public/doll/images/img_prize.png new file mode 100644 index 000000000..950c21c40 Binary files /dev/null and b/sino-act-web/src/main/resources/public/doll/images/img_prize.png differ diff --git a/sino-act-web/src/main/resources/public/doll/images/img_prize01.png b/sino-act-web/src/main/resources/public/doll/images/img_prize01.png new file mode 100644 index 000000000..2fa895472 Binary files /dev/null and b/sino-act-web/src/main/resources/public/doll/images/img_prize01.png differ diff --git a/sino-act-web/src/main/resources/public/doll/images/img_prize02.png b/sino-act-web/src/main/resources/public/doll/images/img_prize02.png new file mode 100644 index 000000000..b93e46272 Binary files /dev/null and b/sino-act-web/src/main/resources/public/doll/images/img_prize02.png differ diff --git a/sino-act-web/src/main/resources/public/doll/images/img_prize03.png b/sino-act-web/src/main/resources/public/doll/images/img_prize03.png new file mode 100644 index 000000000..efd00eb0a Binary files /dev/null and b/sino-act-web/src/main/resources/public/doll/images/img_prize03.png differ diff --git a/sino-act-web/src/main/resources/public/doll/images/img_prize04.png b/sino-act-web/src/main/resources/public/doll/images/img_prize04.png new file mode 100644 index 000000000..268000dbf Binary files /dev/null and b/sino-act-web/src/main/resources/public/doll/images/img_prize04.png differ diff --git a/sino-act-web/src/main/resources/public/doll/images/img_prize05.png b/sino-act-web/src/main/resources/public/doll/images/img_prize05.png new file mode 100644 index 000000000..cfb084cb8 Binary files /dev/null and b/sino-act-web/src/main/resources/public/doll/images/img_prize05.png differ diff --git a/sino-act-web/src/main/resources/public/doll/images/img_prize06.png b/sino-act-web/src/main/resources/public/doll/images/img_prize06.png new file mode 100644 index 000000000..fcfb90250 Binary files /dev/null and b/sino-act-web/src/main/resources/public/doll/images/img_prize06.png differ diff --git a/sino-act-web/src/main/resources/public/doll/images/img_prize07.png b/sino-act-web/src/main/resources/public/doll/images/img_prize07.png new file mode 100644 index 000000000..b12173620 Binary files /dev/null and b/sino-act-web/src/main/resources/public/doll/images/img_prize07.png differ diff --git a/sino-act-web/src/main/resources/public/doll/images/img_prize08.png b/sino-act-web/src/main/resources/public/doll/images/img_prize08.png new file mode 100644 index 000000000..8bdc9c83a Binary files /dev/null and b/sino-act-web/src/main/resources/public/doll/images/img_prize08.png differ diff --git a/sino-act-web/src/main/resources/public/doll/index.html b/sino-act-web/src/main/resources/public/doll/index.html new file mode 100644 index 000000000..967b1e8eb --- /dev/null +++ b/sino-act-web/src/main/resources/public/doll/index.html @@ -0,0 +1,239 @@ + + +
+ +| t |