Commit 2f1fcd7ad6b9d4a10776038ef7ffabb07a78c152
1 parent
334431aeba
Exists in
master
update
Showing 3 changed files with 3 additions and 3 deletions Inline Diff
app/index.html
| 1 | <!doctype html> | 1 | <!doctype html> |
| 2 | <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" id="ng-app" ng-app=""> <![endif]--> | 2 | <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" id="ng-app" ng-app=""> <![endif]--> |
| 3 | <!--[if IE 8]> <html class="no-js lt-ie9" id="ng-app" ng-app=""> <![endif]--> | 3 | <!--[if IE 8]> <html class="no-js lt-ie9" id="ng-app" ng-app=""> <![endif]--> |
| 4 | <!--[if gt IE 8]><!--> <html class="no-js" ng-app> <!--<![endif]--> | 4 | <!--[if gt IE 8]><!--> <html class="no-js" ng-app> <!--<![endif]--> |
| 5 | <head> | 5 | <head> |
| 6 | <meta charset="utf-8"> | 6 | <meta charset="utf-8"> |
| 7 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | 7 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 8 | <title></title> | 8 | <title></title> |
| 9 | <meta name="description" content=""> | 9 | <meta name="description" content=""> |
| 10 | <meta name="viewport" content="width=device-width"> | 10 | <meta name="viewport" content="width=device-width"> |
| 11 | <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> | 11 | <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> |
| 12 | <!-- build:css styles/vendor.css --> | 12 | <!-- build:css styles/vendor.css --> |
| 13 | <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" /> | 13 | <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" /> |
| 14 | <link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.min.css" /> | 14 | <link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.min.css" /> |
| 15 | <link rel="stylesheet" href="bower_components/select2/select2.css"> | 15 | <link rel="stylesheet" href="bower_components/select2/select2.css"> |
| 16 | <!-- bower:css --> | 16 | <!-- bower:css --> |
| 17 | <!-- endbower --> | 17 | <!-- endbower --> |
| 18 | <!-- endbuild --> | 18 | <!-- endbuild --> |
| 19 | <!-- build:css({.tmp,app}) styles/main.css --> | 19 | <!-- build:css({.tmp,app}) styles/main.css --> |
| 20 | <link rel="stylesheet" href="styles/main.css"> | 20 | <link rel="stylesheet" href="styles/main.css"> |
| 21 | <!-- endbuild --> | 21 | <!-- endbuild --> |
| 22 | </head> | 22 | </head> |
| 23 | <body ng-app="tshatsApp"> | 23 | <body ng-app="tshatsApp"> |
| 24 | <!--[if lt IE 7]> | 24 | <!--[if lt IE 7]> |
| 25 | <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> | 25 | <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> |
| 26 | <![endif]--> | 26 | <![endif]--> |
| 27 | 27 | ||
| 28 | <!-- Add your site or application content here --> | 28 | <!-- Add your site or application content here --> |
| 29 | <div class="container" ng-view></div> | 29 | <div class="container" ng-view></div> |
| 30 | 30 | ||
| 31 | <!-- Google Analytics: change UA-XXXXX-X to be your site's ID --> | 31 | <!-- Google Analytics: change UA-XXXXX-X to be your site's ID --> |
| 32 | <script> | 32 | <script> |
| 33 | (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | 33 | (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 34 | (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | 34 | (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 35 | m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | 35 | m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 36 | })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | 36 | })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
| 37 | 37 | ||
| 38 | ga('create', 'UA-XXXXX-X'); | 38 | ga('create', 'UA-XXXXX-X'); |
| 39 | ga('send', 'pageview'); | 39 | ga('send', 'pageview'); |
| 40 | </script> | 40 | </script> |
| 41 | <script type="text/javascript" src="bower_components/jquery/dist/jquery.min.js"></script> | 41 | <script type="text/javascript" src="bower_components/jquery/dist/jquery.min.js"></script> |
| 42 | <script type="text/javascript" src="bower_components/fabric.js/dist/fabric.min.js"></script> | 42 | <script type="text/javascript" src="bower_components/fabric.js/dist/fabric.min.js"></script> |
| 43 | <script type="text/javascript" src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script> | 43 | <script type="text/javascript" src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script> |
| 44 | <script type="text/javascript" src="bower_components/fabric-customise-controls/dist/customiseControls.min.js"></script> | 44 | <script type="text/javascript" src="bower_components/fabric-customise-controls/dist/customiseControls.min.js"></script> |
| 45 | <!--[if lt IE 9]> | 45 | <!--[if lt IE 9]> |
| 46 | <script src="bower_components/es5-shim/es5-shim.js"></script> | 46 | <script src="bower_components/es5-shim/es5-shim.js"></script> |
| 47 | <script src="bower_components/json3/lib/json3.min.js"></script> | 47 | <script src="bower_components/json3/lib/json3.min.js"></script> |
| 48 | <![endif]--> | 48 | <![endif]--> |
| 49 | <script type="text/javascript"> | 49 | <script type="text/javascript"> |
| 50 | var VERSION = '30-11_02'; | 50 | var VERSION = '30-11_03'; |
| 51 | var require = { | 51 | var require = { |
| 52 | urlArgs: "ver="+VERSION, | 52 | urlArgs: "ver="+VERSION, |
| 53 | }; | 53 | }; |
| 54 | </script> | 54 | </script> |
| 55 | <script src="bower_components/requirejs/require.js" data-main="scripts/main"></script> | 55 | <script src="bower_components/requirejs/require.js" data-main="scripts/main"></script> |
| 56 | </body> | 56 | </body> |
| 57 | </html> | 57 | </html> |
| 58 | 58 |
app/styles/main.css
| 1 | /* Space out content a bit */ | 1 | /* Space out content a bit */ |
| 2 | @import "../fonts/font.css"; | 2 | @import "../fonts/font.css"; |
| 3 | @import "../fonts/font_canvas/font-canvas.css"; | 3 | @import "../fonts/font_canvas/font-canvas.css"; |
| 4 | @import "placedesign.css"; | 4 | @import "placedesign.css"; |
| 5 | html{ | 5 | html{ |
| 6 | height:100%; | 6 | height:100%; |
| 7 | width:100%; | 7 | width:100%; |
| 8 | } | 8 | } |
| 9 | body { | 9 | body { |
| 10 | font-family: 'Hiragino Kaku Gothic Pro', sans-serif; | 10 | font-family: 'Hiragino Kaku Gothic Pro', sans-serif; |
| 11 | height:100%; | 11 | height:100%; |
| 12 | width:100%; | 12 | width:100%; |
| 13 | } | 13 | } |
| 14 | /*Scroll bar style*/ | 14 | /*Scroll bar style*/ |
| 15 | ::-webkit-scrollbar { | 15 | ::-webkit-scrollbar { |
| 16 | -webkit-appearance: none; | 16 | -webkit-appearance: none; |
| 17 | width: 7px; | 17 | width: 7px; |
| 18 | } | 18 | } |
| 19 | ::-webkit-scrollbar-track { | 19 | ::-webkit-scrollbar-track { |
| 20 | -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); | 20 | -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); |
| 21 | } | 21 | } |
| 22 | 22 | ||
| 23 | ::-webkit-scrollbar-thumb { | 23 | ::-webkit-scrollbar-thumb { |
| 24 | border-radius: 4px; | 24 | border-radius: 4px; |
| 25 | background-color: rgba(0,0,0,.5); | 25 | background-color: rgba(0,0,0,.5); |
| 26 | -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5); | 26 | -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5); |
| 27 | } | 27 | } |
| 28 | /*End scroll bar style*/ | 28 | /*End scroll bar style*/ |
| 29 | .padding-right-0{ | 29 | .padding-right-0{ |
| 30 | padding-right: 0!important; | 30 | padding-right: 0!important; |
| 31 | } | 31 | } |
| 32 | .padding-left-0{ | 32 | .padding-left-0{ |
| 33 | padding-left: 0!important; | 33 | padding-left: 0!important; |
| 34 | } | 34 | } |
| 35 | button.red{ | 35 | button.red{ |
| 36 | color: #ffffff; | 36 | color: #ffffff; |
| 37 | background-color: #ff0000; | 37 | background-color: #ff0000; |
| 38 | border: 1px solid #ff0000; | 38 | border: 1px solid #ff0000; |
| 39 | } | 39 | } |
| 40 | button.yellow1{ | 40 | button.yellow1{ |
| 41 | background:url("../images/bgbutton1.png") repeat #ff801d; | 41 | background:url("../images/bgbutton1.png") repeat #ff801d; |
| 42 | color: #ffffff; | 42 | color: #ffffff; |
| 43 | border: 1px solid #ff801d; | 43 | border: 1px solid #ff801d; |
| 44 | } | 44 | } |
| 45 | button.yellow2{ | 45 | button.yellow2{ |
| 46 | background:url("../images/bgbutton2.png") repeat #ff801d; | 46 | background:url("../images/bgbutton2.png") repeat #ff801d; |
| 47 | color: #ffffff; | 47 | color: #ffffff; |
| 48 | border: 1px solid #ff801d; | 48 | border: 1px solid #ff801d; |
| 49 | } | 49 | } |
| 50 | button.white{ | 50 | button.white{ |
| 51 | border: 1px solid #ff801d; | 51 | border: 1px solid #ff801d; |
| 52 | color: #ff801d; | 52 | color: #ff801d; |
| 53 | background-color: #ffffff; | 53 | background-color: #ffffff; |
| 54 | } | 54 | } |
| 55 | button.brown{ | 55 | button.brown{ |
| 56 | background-color: #666666; | 56 | background-color: #666666; |
| 57 | border: 1px solid #666666; | 57 | border: 1px solid #666666; |
| 58 | color: #ffffff; | 58 | color: #ffffff; |
| 59 | border-radius: 5px; | 59 | border-radius: 5px; |
| 60 | } | 60 | } |
| 61 | button.black{ | 61 | button.black{ |
| 62 | border: 1px solid #c9c9c9; | 62 | border: 1px solid #c9c9c9; |
| 63 | background-color: #343434; | 63 | background-color: #343434; |
| 64 | color: #ffffff; | 64 | color: #ffffff; |
| 65 | padding: 1px 6px; | 65 | padding: 1px 6px; |
| 66 | } | 66 | } |
| 67 | button.none{ | 67 | button.none{ |
| 68 | border: 0; | 68 | border: 0; |
| 69 | background-color: transparent; | 69 | background-color: transparent; |
| 70 | } | 70 | } |
| 71 | #tshirt-container{ | 71 | #tshirt-container{ |
| 72 | border-left: 1px solid #dcdcdc; | 72 | border-left: 1px solid #dcdcdc; |
| 73 | border-right: 1px solid #dcdcdc; | 73 | border-right: 1px solid #dcdcdc; |
| 74 | } | 74 | } |
| 75 | /*HEADER*/ | 75 | /*HEADER*/ |
| 76 | header{ | 76 | header{ |
| 77 | border-bottom: 1px solid #dcdcdc; | 77 | border-bottom: 1px solid #dcdcdc; |
| 78 | } | 78 | } |
| 79 | header .logo{ | 79 | header .logo{ |
| 80 | padding-left: 0!important; | 80 | padding-left: 0!important; |
| 81 | } | 81 | } |
| 82 | header .logo img{ | 82 | header .logo img{ |
| 83 | height: 60px; | 83 | height: 60px; |
| 84 | } | 84 | } |
| 85 | header .social-share{ | 85 | header .social-share{ |
| 86 | list-style: none; | 86 | list-style: none; |
| 87 | background-color: #eeeeee; | 87 | background-color: #eeeeee; |
| 88 | display: table; | 88 | display: table; |
| 89 | padding-left: 0; | 89 | padding-left: 0; |
| 90 | margin-bottom: 0; | 90 | margin-bottom: 0; |
| 91 | } | 91 | } |
| 92 | header .social-share li{ | 92 | header .social-share li{ |
| 93 | float: left; | 93 | float: left; |
| 94 | margin: 15px 15px; | 94 | margin: 15px 15px; |
| 95 | background-color: #c5c5c5; | 95 | background-color: #c5c5c5; |
| 96 | width: 30px; | 96 | width: 30px; |
| 97 | height: 30px; | 97 | height: 30px; |
| 98 | -moz-border-radius: 15px; | 98 | -moz-border-radius: 15px; |
| 99 | -webkit-border-radius: 15px; | 99 | -webkit-border-radius: 15px; |
| 100 | border-radius: 15px; | 100 | border-radius: 15px; |
| 101 | text-align: center; | 101 | text-align: center; |
| 102 | padding: 6px 0; | 102 | padding: 6px 0; |
| 103 | } | 103 | } |
| 104 | header .social-share li i{ | 104 | header .social-share li i{ |
| 105 | font-size: 20px; | 105 | font-size: 20px; |
| 106 | color: #ffffff; | 106 | color: #ffffff; |
| 107 | } | 107 | } |
| 108 | header .top-menu{ | 108 | header .top-menu{ |
| 109 | list-style: none; | 109 | list-style: none; |
| 110 | padding-left: 0; | 110 | padding-left: 0; |
| 111 | margin-bottom: 5px; | 111 | margin-bottom: 5px; |
| 112 | } | 112 | } |
| 113 | header .top-menu li{ | 113 | header .top-menu li{ |
| 114 | float: left; | 114 | float: left; |
| 115 | padding: 6px 0; | 115 | padding: 6px 0; |
| 116 | 116 | ||
| 117 | } | 117 | } |
| 118 | header .top-menu li a{ | 118 | header .top-menu li a{ |
| 119 | color: #000000; | 119 | color: #000000; |
| 120 | padding: 0 10px; | 120 | padding: 0 10px; |
| 121 | border-right: 1px solid #000000; | 121 | border-right: 1px solid #000000; |
| 122 | font-size: 12px; | 122 | font-size: 12px; |
| 123 | } | 123 | } |
| 124 | header .top-menu li:last-child a{ | 124 | header .top-menu li:last-child a{ |
| 125 | border-right: 0; | 125 | border-right: 0; |
| 126 | } | 126 | } |
| 127 | header .top-control{ | 127 | header .top-control{ |
| 128 | list-style: none; | 128 | list-style: none; |
| 129 | padding-left: 0; | 129 | padding-left: 0; |
| 130 | margin-bottom: 0; | 130 | margin-bottom: 0; |
| 131 | } | 131 | } |
| 132 | header .top-control li{ | 132 | header .top-control li{ |
| 133 | float: left; | 133 | float: left; |
| 134 | margin: 0 10px; | 134 | margin: 0 10px; |
| 135 | } | 135 | } |
| 136 | header .top-control li .bt-yellow{ | 136 | header .top-control li .bt-yellow{ |
| 137 | background-color: #fe6a00; | 137 | background-color: #fe6a00; |
| 138 | color: #ffffff; | 138 | color: #ffffff; |
| 139 | padding: 3px 10px; | 139 | padding: 3px 10px; |
| 140 | font-size: 12px; | 140 | font-size: 12px; |
| 141 | } | 141 | } |
| 142 | header .user-control{ | 142 | header .user-control{ |
| 143 | background-color: #888888; | 143 | background-color: #888888; |
| 144 | text-align: center; | 144 | text-align: center; |
| 145 | } | 145 | } |
| 146 | header .user-control div{ | 146 | header .user-control div{ |
| 147 | font-size: 12px; | 147 | font-size: 12px; |
| 148 | color: #ffffff; | 148 | color: #ffffff; |
| 149 | } | 149 | } |
| 150 | header .user-control div:first-child{ | 150 | header .user-control div:first-child{ |
| 151 | padding: 10px 10px; | 151 | padding: 10px 10px; |
| 152 | } | 152 | } |
| 153 | header .user-control div:last-child{ | 153 | header .user-control div:last-child{ |
| 154 | background-color: #fe6a00; | 154 | background-color: #fe6a00; |
| 155 | padding: 3px 10px; | 155 | padding: 3px 10px; |
| 156 | } | 156 | } |
| 157 | /*NAVIGATION*/ | 157 | /*NAVIGATION*/ |
| 158 | nav{ | 158 | nav{ |
| 159 | border-bottom: 1px solid #dcdcdc; | 159 | border-bottom: 1px solid #dcdcdc; |
| 160 | padding: 5px 0; | 160 | padding: 5px 0; |
| 161 | } | 161 | } |
| 162 | nav h2{ | 162 | nav h2{ |
| 163 | font-size: 27px; | 163 | font-size: 27px; |
| 164 | margin: 20px 0; | 164 | margin: 20px 0; |
| 165 | 165 | ||
| 166 | } | 166 | } |
| 167 | nav ul{ | 167 | nav ul{ |
| 168 | list-style: none; | 168 | list-style: none; |
| 169 | padding-left: 0; | 169 | padding-left: 0; |
| 170 | margin-bottom: 0; | 170 | margin-bottom: 0; |
| 171 | 171 | ||
| 172 | } | 172 | } |
| 173 | nav ul li{ | 173 | nav ul li{ |
| 174 | float: left; | 174 | float: left; |
| 175 | } | 175 | } |
| 176 | nav ul li.line{ | 176 | nav ul li.line{ |
| 177 | border-bottom: 2px dashed #000000; | 177 | border-bottom: 2px dashed #000000; |
| 178 | width: 34px; | 178 | width: 34px; |
| 179 | height: 34px; | 179 | height: 34px; |
| 180 | } | 180 | } |
| 181 | nav ul li.line-action{ | 181 | nav ul li.line-action{ |
| 182 | border-bottom: 2px dashed #fe6a00; | 182 | border-bottom: 2px dashed #fe6a00; |
| 183 | } | 183 | } |
| 184 | nav ul li.circle{ | 184 | nav ul li.circle{ |
| 185 | width: 70px; | 185 | width: 70px; |
| 186 | height: 70px; | 186 | height: 70px; |
| 187 | -moz-border-radius: 35px; | 187 | -moz-border-radius: 35px; |
| 188 | -webkit-border-radius: 35px; | 188 | -webkit-border-radius: 35px; |
| 189 | border-radius: 35px; | 189 | border-radius: 35px; |
| 190 | text-align: center; | 190 | text-align: center; |
| 191 | font-size: 12px; | 191 | font-size: 12px; |
| 192 | /*margin-left: 26px;*/ | 192 | /*margin-left: 26px;*/ |
| 193 | 193 | ||
| 194 | background-color: #999999; | 194 | background-color: #999999; |
| 195 | position: relative; | 195 | position: relative; |
| 196 | display: inline; | 196 | display: inline; |
| 197 | cursor: pointer; | 197 | cursor: pointer; |
| 198 | } | 198 | } |
| 199 | 199 | ||
| 200 | nav ul li.circle a{ | 200 | nav ul li.circle a{ |
| 201 | color: #ffffff; | 201 | color: #ffffff; |
| 202 | position: absolute; | 202 | position: absolute; |
| 203 | top: 50%; | 203 | top: 50%; |
| 204 | left: 50%; | 204 | left: 50%; |
| 205 | transform: translateX(-50%) translateY(-50%); | 205 | transform: translateX(-50%) translateY(-50%); |
| 206 | -webkit-transform: translateX(-50%) translateY(-50%); | 206 | -webkit-transform: translateX(-50%) translateY(-50%); |
| 207 | } | 207 | } |
| 208 | nav ul li:hover a{ | 208 | nav ul li:hover a{ |
| 209 | text-decoration: none; | 209 | text-decoration: none; |
| 210 | color: #ffffff; | 210 | color: #ffffff; |
| 211 | } | 211 | } |
| 212 | nav ul li.action{ | 212 | nav ul li.action{ |
| 213 | background-color: #fe6a00; | 213 | background-color: #fe6a00; |
| 214 | } | 214 | } |
| 215 | /*ASIDE*/ | 215 | /*ASIDE*/ |
| 216 | aside{ | 216 | aside{ |
| 217 | margin: 10px 0; | 217 | margin: 10px 0; |
| 218 | } | 218 | } |
| 219 | aside .break-left{ | 219 | aside .break-left{ |
| 220 | position: absolute; | 220 | position: absolute; |
| 221 | left: 50%; | 221 | left: 50%; |
| 222 | top: 50%; | 222 | top: 50%; |
| 223 | transform: translateX(-50%) translateY(-50%); | 223 | transform: translateX(-50%) translateY(-50%); |
| 224 | -webkit-transform: translateX(-50%) translateY(-50%); | 224 | -webkit-transform: translateX(-50%) translateY(-50%); |
| 225 | } | 225 | } |
| 226 | aside .break-down{ | 226 | aside .break-down{ |
| 227 | padding: 0 0; | 227 | padding: 0 0; |
| 228 | } | 228 | } |
| 229 | aside .break-down i.fa{ | 229 | aside .break-down i.fa{ |
| 230 | font-size: 35px; | 230 | font-size: 35px; |
| 231 | color: #ff0000; | 231 | color: #ff0000; |
| 232 | } | 232 | } |
| 233 | aside .break-line{ | 233 | aside .break-line{ |
| 234 | height: 10px; | 234 | height: 10px; |
| 235 | } | 235 | } |
| 236 | aside .break-line hr{ | 236 | aside .break-line hr{ |
| 237 | border-top: 1px dotted #cccccc; | 237 | border-top: 1px dotted #cccccc; |
| 238 | } | 238 | } |
| 239 | aside .step{ | 239 | aside .step{ |
| 240 | margin: 0 0; | 240 | margin: 0 0; |
| 241 | } | 241 | } |
| 242 | aside .step .title{ | 242 | aside .step .title{ |
| 243 | font-size: 15px; | 243 | font-size: 15px; |
| 244 | line-height: 16px; | 244 | line-height: 16px; |
| 245 | font-weight: bold; | 245 | font-weight: bold; |
| 246 | margin-bottom: 3px; | 246 | margin-bottom: 3px; |
| 247 | } | 247 | } |
| 248 | aside .step .title span:first-child { | 248 | aside .step .title span:first-child { |
| 249 | float: left; | 249 | float: left; |
| 250 | width: 28% | 250 | width: 28% |
| 251 | } | 251 | } |
| 252 | aside .step .title span:last-child{ | 252 | aside .step .title span:last-child{ |
| 253 | float: left; | 253 | float: left; |
| 254 | width: 72%; | 254 | width: 72%; |
| 255 | padding: 6px 0; | 255 | padding: 6px 0; |
| 256 | } | 256 | } |
| 257 | 257 | ||
| 258 | aside .step .title span:last-child { | 258 | aside .step .title span:last-child { |
| 259 | 259 | ||
| 260 | } | 260 | } |
| 261 | aside .step .title-notice{ | 261 | aside .step .title-notice{ |
| 262 | font-size: 13px; | 262 | font-size: 13px; |
| 263 | line-height: 16px; | 263 | line-height: 16px; |
| 264 | margin-bottom: 5px; | 264 | margin-bottom: 5px; |
| 265 | } | 265 | } |
| 266 | aside .step .title-notice .require{ | 266 | aside .step .title-notice .require{ |
| 267 | font-size: 10px; | 267 | font-size: 10px; |
| 268 | } | 268 | } |
| 269 | aside .step .step-box{ | 269 | aside .step .step-box{ |
| 270 | border: 2px solid #dcdcdc; | 270 | border: 2px solid #dcdcdc; |
| 271 | font-size: 12px; | 271 | font-size: 12px; |
| 272 | position: relative; | 272 | position: relative; |
| 273 | } | 273 | } |
| 274 | /*Step 1*/ | 274 | /*Step 1*/ |
| 275 | aside .step .step-box .tshirt-design{ | 275 | aside .step .step-box .tshirt-design{ |
| 276 | margin: 4px 4px; | 276 | margin: 4px 4px; |
| 277 | } | 277 | } |
| 278 | aside .step .step-box .tshirt-design:hover{ | 278 | aside .step .step-box .tshirt-design:hover{ |
| 279 | /*border: 1px solid #ff0000;*/ | 279 | /*border: 1px solid #ff0000;*/ |
| 280 | } | 280 | } |
| 281 | aside .step .step-box .tshirt-design button:hover{ | 281 | aside .step .step-box .tshirt-design button:hover{ |
| 282 | background-color: #fa7b7b; | 282 | background-color: #fa7b7b; |
| 283 | border: 1px solid #fa7b7b; | 283 | border: 1px solid #fa7b7b; |
| 284 | } | 284 | } |
| 285 | aside .step .step-box .tshirt-design div{ | 285 | aside .step .step-box .tshirt-design div{ |
| 286 | /*float: left;*/ | 286 | /*float: left;*/ |
| 287 | } | 287 | } |
| 288 | aside .step .step-box .tshirt-design .icon{ | 288 | aside .step .step-box .tshirt-design .icon{ |
| 289 | padding: 4px 4px; | 289 | padding: 4px 4px; |
| 290 | text-align: center; | 290 | text-align: center; |
| 291 | width: 100%; | 291 | width: 100%; |
| 292 | } | 292 | } |
| 293 | aside .step .step-box .tshirt-design .icon img{ | 293 | aside .step .step-box .tshirt-design .icon img{ |
| 294 | max-width: 100%; | 294 | max-width: 100%; |
| 295 | } | 295 | } |
| 296 | 296 | ||
| 297 | aside .step .step-box .tshirt-design .name{ | 297 | aside .step .step-box .tshirt-design .name{ |
| 298 | padding: 2px 4px; | 298 | padding: 2px 4px; |
| 299 | text-align: center; | 299 | text-align: center; |
| 300 | 300 | ||
| 301 | } | 301 | } |
| 302 | aside .step .step-box .tshirt-design .action{ | 302 | aside .step .step-box .tshirt-design .action{ |
| 303 | /*padding: 10px 10px;*/ | 303 | /*padding: 10px 10px;*/ |
| 304 | /*float: right;*/ | 304 | /*float: right;*/ |
| 305 | 305 | ||
| 306 | } | 306 | } |
| 307 | aside .step .step-box .tshirt-design .action button{ | 307 | aside .step .step-box .tshirt-design .action button{ |
| 308 | padding: 6px 8px; | 308 | padding: 6px 8px; |
| 309 | width: 100%; | 309 | width: 100%; |
| 310 | } | 310 | } |
| 311 | /*Step 2*/ | 311 | /*Step 2*/ |
| 312 | aside .step .step-box .tshirt-color{ | 312 | aside .step .step-box .tshirt-color{ |
| 313 | padding: 6px 6px; | 313 | padding: 6px 6px; |
| 314 | height: 100%; | 314 | height: 100%; |
| 315 | position: relative; | 315 | position: relative; |
| 316 | } | 316 | } |
| 317 | 317 | ||
| 318 | aside .step .step-box .tshirt-color ul.choice-color{ | 318 | aside .step .step-box .tshirt-color ul.choice-color{ |
| 319 | float: left; | 319 | float: left; |
| 320 | list-style: none; | 320 | list-style: none; |
| 321 | padding-left: 0; | 321 | padding-left: 0; |
| 322 | width: 100%; | 322 | width: 100%; |
| 323 | margin-bottom: 3px; | 323 | margin-bottom: 3px; |
| 324 | } | 324 | } |
| 325 | aside .step .step-box .tshirt-color ul.choice-color li{ | 325 | aside .step .step-box .tshirt-color ul.choice-color li{ |
| 326 | margin: 0 6px 6px 0; | 326 | margin: 0 6px 6px 0; |
| 327 | border: 1px solid #cccccc; | 327 | border: 1px solid #cccccc; |
| 328 | padding: 2px 2px; | 328 | padding: 2px 2px; |
| 329 | float: left; | 329 | float: left; |
| 330 | cursor: pointer; | 330 | cursor: pointer; |
| 331 | } | 331 | } |
| 332 | aside .step .step-box .tshirt-color ul.choice-color li.action{ | 332 | aside .step .step-box .tshirt-color ul.choice-color li.action{ |
| 333 | border: 1px solid #ff0000; | 333 | border: 1px solid #ff0000; |
| 334 | } | 334 | } |
| 335 | aside .step .step-box .tshirt-color ul.choice-color li:hover{ | 335 | aside .step .step-box .tshirt-color ul.choice-color li:hover{ |
| 336 | border: 1px solid #ff0000; | 336 | border: 1px solid #ff0000; |
| 337 | } | 337 | } |
| 338 | aside .step .step-box .tshirt-color ul.choice-color li div{ | 338 | aside .step .step-box .tshirt-color ul.choice-color li div{ |
| 339 | height: 26px; | 339 | height: 26px; |
| 340 | width: 26px; | 340 | width: 26px; |
| 341 | margin: 0; | 341 | margin: 0; |
| 342 | } | 342 | } |
| 343 | 343 | ||
| 344 | aside .step .step-box .tshirt-color ul.choice-color li.white div{ | 344 | aside .step .step-box .tshirt-color ul.choice-color li.white div{ |
| 345 | background-color: #ece7e4; | 345 | background-color: #ece7e4; |
| 346 | } | 346 | } |
| 347 | aside .step .step-box .tshirt-color ul.choice-color li.blue div{ | 347 | aside .step .step-box .tshirt-color ul.choice-color li.blue div{ |
| 348 | background-color: #e7dfd0; | 348 | background-color: #e7dfd0; |
| 349 | } | 349 | } |
| 350 | aside .step .step-box .choice-color-bottom{ | 350 | aside .step .step-box .choice-color-bottom{ |
| 351 | position: absolute; | 351 | position: absolute; |
| 352 | bottom: 0; | 352 | bottom: 0; |
| 353 | left: 0; | 353 | left: 0; |
| 354 | width: 80%; | 354 | width: 80%; |
| 355 | margin: 0 10%; | 355 | margin: 0 10%; |
| 356 | } | 356 | } |
| 357 | aside .step .step-box .choice-color-bottom .color-name{ | 357 | aside .step .step-box .choice-color-bottom .color-name{ |
| 358 | width: 100%; | 358 | width: 100%; |
| 359 | font-size: 12px; | 359 | font-size: 12px; |
| 360 | text-align: center; | 360 | text-align: center; |
| 361 | padding: 4px 0; | 361 | padding: 4px 0; |
| 362 | } | 362 | } |
| 363 | aside .step .step-box .choice-color-bottom .view-more{ | 363 | aside .step .step-box .choice-color-bottom .view-more{ |
| 364 | text-align: right; | 364 | text-align: right; |
| 365 | } | 365 | } |
| 366 | /*Step 3*/ | 366 | /*Step 3*/ |
| 367 | aside .step .step-box .tshirt-saveorder{ | 367 | aside .step .step-box .tshirt-saveorder{ |
| 368 | padding: 10px 10px 10px 10px; | 368 | padding: 10px 10px 10px 10px; |
| 369 | } | 369 | } |
| 370 | aside .step .step-box .tshirt-saveorder .action{ | 370 | aside .step .step-box .tshirt-saveorder .action{ |
| 371 | width: 50%; | 371 | width: 50%; |
| 372 | float: left; | 372 | float: left; |
| 373 | } | 373 | } |
| 374 | aside .step .step-box .tshirt-saveorder .action:first-child{ | 374 | aside .step .step-box .tshirt-saveorder .action:first-child{ |
| 375 | padding-right: 5px; | 375 | padding-right: 5px; |
| 376 | } | 376 | } |
| 377 | aside .step .step-box .tshirt-saveorder .action:last-child{ | 377 | aside .step .step-box .tshirt-saveorder .action:last-child{ |
| 378 | padding-left: 5px; | 378 | padding-left: 5px; |
| 379 | } | 379 | } |
| 380 | aside .step .step-box .tshirt-saveorder .action button{ | 380 | aside .step .step-box .tshirt-saveorder .action button{ |
| 381 | padding: 4px 10px; | 381 | padding: 4px 10px; |
| 382 | width: 100%; | 382 | width: 100%; |
| 383 | } | 383 | } |
| 384 | 384 | ||
| 385 | 385 | ||
| 386 | /*Step 4*/ | 386 | /*Step 4*/ |
| 387 | 387 | ||
| 388 | aside .step .step-box .change-design{ | 388 | aside .step .step-box .change-design{ |
| 389 | /*padding: 4px 4px;*/ | 389 | /*padding: 4px 4px;*/ |
| 390 | } | 390 | } |
| 391 | aside .step .step-box .change-design table{ | 391 | aside .step .step-box .change-design table{ |
| 392 | width: 100%; | 392 | width: 100%; |
| 393 | } | 393 | } |
| 394 | aside .step .step-box .change-design table tr{ | 394 | aside .step .step-box .change-design table tr{ |
| 395 | border-bottom: 1px dotted #cccccc; | 395 | border-bottom: 1px dotted #cccccc; |
| 396 | } | 396 | } |
| 397 | aside .step .step-box .change-design table tr td{ | 397 | aside .step .step-box .change-design table tr td{ |
| 398 | padding: 4px 3px; | 398 | padding: 4px 3px; |
| 399 | } | 399 | } |
| 400 | aside .step .step-box .change-design table tr td:first-child{ | 400 | aside .step .step-box .change-design table tr td:first-child{ |
| 401 | background-color: #ededed; | 401 | background-color: #ededed; |
| 402 | } | 402 | } |
| 403 | aside .step .step-box .change-design table tr td:last-child{ | 403 | aside .step .step-box .change-design table tr td:last-child{ |
| 404 | background: url("../images/bgbutton2.png"); | 404 | background: url("../images/bgbutton2.png"); |
| 405 | color: #ffffff; | 405 | color: #ffffff; |
| 406 | font-size: 15px; | 406 | font-size: 15px; |
| 407 | } | 407 | } |
| 408 | aside .step .step-box .change-design table tr:last-child{ | 408 | aside .step .step-box .change-design table tr:last-child{ |
| 409 | border-bottom: 0; | 409 | border-bottom: 0; |
| 410 | } | 410 | } |
| 411 | 411 | ||
| 412 | /*Step 5- finish*/ | 412 | /*Step 5- finish*/ |
| 413 | aside .step .finish-design{ | 413 | aside .step .finish-design{ |
| 414 | padding: 20px 0; | 414 | padding: 20px 0; |
| 415 | } | 415 | } |
| 416 | aside .step .finish-design button{ | 416 | aside .step .finish-design button{ |
| 417 | width: 100%; | 417 | width: 100%; |
| 418 | padding: 8px 10px; | 418 | padding: 8px 10px; |
| 419 | } | 419 | } |
| 420 | 420 | ||
| 421 | /*DESIGN CONTENT*/ | 421 | /*DESIGN CONTENT*/ |
| 422 | #tshirt-content{ | 422 | #tshirt-content{ |
| 423 | position: relative; | 423 | position: relative; |
| 424 | } | 424 | } |
| 425 | #tshirt-content .switch-border-design{ | 425 | #tshirt-content .switch-border-design{ |
| 426 | position: absolute; | 426 | position: absolute; |
| 427 | top: 5px; | 427 | top: 5px; |
| 428 | right: 10px; | 428 | right: 10px; |
| 429 | color: red; | 429 | color: red; |
| 430 | font-size: 11px; | 430 | font-size: 11px; |
| 431 | cursor: pointer; | 431 | cursor: pointer; |
| 432 | z-index: 99999; | 432 | z-index: 99; |
| 433 | } | 433 | } |
| 434 | #tshirt-content .tshirt-image{ | 434 | #tshirt-content .tshirt-image{ |
| 435 | padding: 20px 0 0 0; | 435 | padding: 20px 0 0 0; |
| 436 | position: relative; | 436 | position: relative; |
| 437 | height: 100%; | 437 | height: 100%; |
| 438 | width: 100%; | 438 | width: 100%; |
| 439 | } | 439 | } |
| 440 | 440 | ||
| 441 | #tshirt-content .tshirt-image img{ | 441 | #tshirt-content .tshirt-image img{ |
| 442 | width: 100%; | 442 | width: 100%; |
| 443 | } | 443 | } |
| 444 | 444 | ||
| 445 | #tshirt-content .tshirt-choice{ | 445 | #tshirt-content .tshirt-choice{ |
| 446 | 446 | ||
| 447 | } | 447 | } |
| 448 | #tshirt-content .tshirt-choice ul{ | 448 | #tshirt-content .tshirt-choice ul{ |
| 449 | list-style: none; | 449 | list-style: none; |
| 450 | padding-left: 0; | 450 | padding-left: 0; |
| 451 | display: table; | 451 | display: table; |
| 452 | margin: auto; | 452 | margin: auto; |
| 453 | } | 453 | } |
| 454 | #tshirt-content .tshirt-choice ul li{ | 454 | #tshirt-content .tshirt-choice ul li{ |
| 455 | float: left; | 455 | float: left; |
| 456 | margin: 10px 10px; | 456 | margin: 10px 10px; |
| 457 | cursor: pointer; | 457 | cursor: pointer; |
| 458 | } | 458 | } |
| 459 | #tshirt-content .tshirt-choice ul li .image{ | 459 | #tshirt-content .tshirt-choice ul li .image{ |
| 460 | border: 1px solid #cccccc; | 460 | border: 1px solid #cccccc; |
| 461 | padding: 3px 3px; | 461 | padding: 3px 3px; |
| 462 | } | 462 | } |
| 463 | #tshirt-content .tshirt-choice ul li.focus{ | 463 | #tshirt-content .tshirt-choice ul li.focus{ |
| 464 | 464 | ||
| 465 | } | 465 | } |
| 466 | #tshirt-content .tshirt-choice ul li.focus .image{ | 466 | #tshirt-content .tshirt-choice ul li.focus .image{ |
| 467 | border: 1px solid #ff0000; | 467 | border: 1px solid #ff0000; |
| 468 | } | 468 | } |
| 469 | #tshirt-content .tshirt-choice ul li .image img{ | 469 | #tshirt-content .tshirt-choice ul li .image img{ |
| 470 | width: 50px; | 470 | width: 50px; |
| 471 | height: auto; | 471 | height: auto; |
| 472 | } | 472 | } |
| 473 | /*MODAL Design*/ | 473 | /*MODAL Design*/ |
| 474 | #tshirt-design{ | 474 | #tshirt-design{ |
| 475 | background-color: #666666; | 475 | background-color: #666666; |
| 476 | } | 476 | } |
| 477 | #tshirt-design .modal-dialog{ | 477 | #tshirt-design .modal-dialog{ |
| 478 | /*width: 800px!important;*/ | 478 | /*width: 800px!important;*/ |
| 479 | margin: 0 auto; | 479 | margin: 0 auto; |
| 480 | } | 480 | } |
| 481 | #tshirt-design .modal-dialog .modal-content{ | 481 | #tshirt-design .modal-dialog .modal-content{ |
| 482 | background-color: transparent; | 482 | background-color: transparent; |
| 483 | border-radius: 0; | 483 | border-radius: 0; |
| 484 | border: 0; | 484 | border: 0; |
| 485 | -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .5)!important; | 485 | -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .5)!important; |
| 486 | box-shadow: 0 0 0 rgba(0, 0, 0, .5)!important; | 486 | box-shadow: 0 0 0 rgba(0, 0, 0, .5)!important; |
| 487 | } | 487 | } |
| 488 | #tshirt-design .modal-dialog .modal-content .modal-header{ | 488 | #tshirt-design .modal-dialog .modal-content .modal-header{ |
| 489 | padding: 0 0 10px 0; | 489 | padding: 0 0 10px 0; |
| 490 | border-bottom: 0; | 490 | border-bottom: 0; |
| 491 | border-shadow: none!important; | 491 | border-shadow: none!important; |
| 492 | } | 492 | } |
| 493 | #tshirt-design .modal-dialog .modal-content .modal-body{ | 493 | #tshirt-design .modal-dialog .modal-content .modal-body{ |
| 494 | background-color: #f5f5f5; | 494 | background-color: #f5f5f5; |
| 495 | padding: 0 0; | 495 | padding: 0 0; |
| 496 | } | 496 | } |
| 497 | #tshirt-design header{ | 497 | #tshirt-design header{ |
| 498 | border-bottom: 1px solid #cccccc; | 498 | border-bottom: 1px solid #cccccc; |
| 499 | background-color: #dddddd; | 499 | background-color: #dddddd; |
| 500 | } | 500 | } |
| 501 | #tshirt-design header ul.nav{ | 501 | #tshirt-design header ul.nav{ |
| 502 | padding-left: 0; | 502 | padding-left: 0; |
| 503 | list-style: none; | 503 | list-style: none; |
| 504 | } | 504 | } |
| 505 | #tshirt-design header ul.nav li{ | 505 | #tshirt-design header ul.nav li{ |
| 506 | float: left; | 506 | float: left; |
| 507 | padding: 8px 26px; | 507 | padding: 8px 26px; |
| 508 | border-right: 1px solid #cccccc; | 508 | border-right: 1px solid #cccccc; |
| 509 | font-size: 14px; | 509 | font-size: 14px; |
| 510 | cursor: pointer; | 510 | cursor: pointer; |
| 511 | } | 511 | } |
| 512 | #tshirt-design header ul.nav li:hover, #tshirt-design header ul.nav li.active{ | 512 | #tshirt-design header ul.nav li:hover, #tshirt-design header ul.nav li.active{ |
| 513 | background-color: #ff7200; | 513 | background-color: #ff7200; |
| 514 | color: #ffffff; | 514 | color: #ffffff; |
| 515 | } | 515 | } |
| 516 | #tshirt-design header ul.nav li:hover i.fa, #tshirt-design header ul.nav li.active i.fa{ | 516 | #tshirt-design header ul.nav li:hover i.fa, #tshirt-design header ul.nav li.active i.fa{ |
| 517 | color: #ffffff; | 517 | color: #ffffff; |
| 518 | } | 518 | } |
| 519 | #tshirt-design header ul.nav li i.fa{ | 519 | #tshirt-design header ul.nav li i.fa{ |
| 520 | color: #fc7500; | 520 | color: #fc7500; |
| 521 | font-size: 20px; | 521 | font-size: 20px; |
| 522 | margin-right: 10px; | 522 | margin-right: 10px; |
| 523 | } | 523 | } |
| 524 | #tshirt-design header .action{ | 524 | #tshirt-design header .action{ |
| 525 | 525 | ||
| 526 | } | 526 | } |
| 527 | #tshirt-design header .action button{ | 527 | #tshirt-design header .action button{ |
| 528 | padding: 2px 10px; | 528 | padding: 2px 10px; |
| 529 | margin: 6px 10px; | 529 | margin: 6px 10px; |
| 530 | } | 530 | } |
| 531 | #tshirt-design header .action button:hover{ | 531 | #tshirt-design header .action button:hover{ |
| 532 | background-color: red; | 532 | background-color: red; |
| 533 | color: #ffffff; | 533 | color: #ffffff; |
| 534 | } | 534 | } |
| 535 | 535 | ||
| 536 | /*Aside modal*/ | 536 | /*Aside modal*/ |
| 537 | .aside{ | 537 | .aside{ |
| 538 | } | 538 | } |
| 539 | 539 | ||
| 540 | .aside .box-design-option{ | 540 | .aside .box-design-option{ |
| 541 | list-style: none; | 541 | list-style: none; |
| 542 | padding-left: 0; | 542 | padding-left: 0; |
| 543 | margin-top: 10px; | 543 | margin-top: 10px; |
| 544 | } | 544 | } |
| 545 | 545 | ||
| 546 | .aside .box-design-option li{ | 546 | .aside .box-design-option li{ |
| 547 | border: 1px solid #cdcdcd; | 547 | border: 1px solid #cdcdcd; |
| 548 | position: relative; | 548 | position: relative; |
| 549 | /*cursor: pointer;*/ | 549 | /*cursor: pointer;*/ |
| 550 | margin-bottom: 10px; | 550 | margin-bottom: 10px; |
| 551 | } | 551 | } |
| 552 | .aside .box-design-option li .hover{ | 552 | .aside .box-design-option li .hover{ |
| 553 | background-color: #fddad4; | 553 | background-color: #fddad4; |
| 554 | opacity: 0.6; | 554 | opacity: 0.6; |
| 555 | position: absolute; | 555 | position: absolute; |
| 556 | width: 100%; | 556 | width: 100%; |
| 557 | height: 100%; | 557 | height: 100%; |
| 558 | display: none; | 558 | display: none; |
| 559 | } | 559 | } |
| 560 | .aside .box-design-option li:hover .hover{ | 560 | .aside .box-design-option li:hover .hover{ |
| 561 | display: block; | 561 | display: block; |
| 562 | } | 562 | } |
| 563 | 563 | ||
| 564 | .aside .box-design-option li .title{ | 564 | .aside .box-design-option li .title{ |
| 565 | background: url("../images/bg1.png") repeat #cdcdcd; | 565 | background: url("../images/bg1.png") repeat #cdcdcd; |
| 566 | padding: 3px 10px; | 566 | padding: 3px 10px; |
| 567 | } | 567 | } |
| 568 | .aside .box-design-option li .title i.fa{ | 568 | .aside .box-design-option li .title i.fa{ |
| 569 | color: #000000; | 569 | color: #000000; |
| 570 | } | 570 | } |
| 571 | 571 | ||
| 572 | .aside .box-design-option li .content{ | 572 | .aside .box-design-option li .content{ |
| 573 | 573 | ||
| 574 | } | 574 | } |
| 575 | .aside .box-design-option li .content i.fa{ | 575 | .aside .box-design-option li .content i.fa{ |
| 576 | font-size: 30px; | 576 | font-size: 30px; |
| 577 | color: #ff7200; | 577 | color: #ff7200; |
| 578 | margin: 8px 0; | 578 | margin: 8px 0; |
| 579 | } | 579 | } |
| 580 | .aside .box-design-option li .content .des{ | 580 | .aside .box-design-option li .content .des{ |
| 581 | padding: 3px 10px 3px 0; | 581 | padding: 3px 10px 3px 0; |
| 582 | } | 582 | } |
| 583 | .aside .box-design-option li .content .color-patterns { | 583 | .aside .box-design-option li .content .color-patterns { |
| 584 | width: 100%; | 584 | width: 100%; |
| 585 | border: #bbb solid 1px; | 585 | border: #bbb solid 1px; |
| 586 | background: #FFF; | 586 | background: #FFF; |
| 587 | margin-top: 5px; | 587 | margin-top: 5px; |
| 588 | min-height: 65px; | 588 | min-height: 65px; |
| 589 | } | 589 | } |
| 590 | 590 | ||
| 591 | .aside .box-design-option li .content .color-patterns .color-pattern-item{ | 591 | .aside .box-design-option li .content .color-patterns .color-pattern-item{ |
| 592 | height: 20px; | 592 | height: 20px; |
| 593 | float: left; | 593 | float: left; |
| 594 | margin-left: 4px; | 594 | margin-left: 4px; |
| 595 | margin-top: 2px; | 595 | margin-top: 2px; |
| 596 | width: 20px; | 596 | width: 20px; |
| 597 | cursor: pointer; | 597 | cursor: pointer; |
| 598 | border: 1px solid #ddd; | 598 | border: 1px solid #ddd; |
| 599 | } | 599 | } |
| 600 | 600 | ||
| 601 | .aside .box-design-option li .content .color-patterns .color-pattern-item:hover { | 601 | .aside .box-design-option li .content .color-patterns .color-pattern-item:hover { |
| 602 | outline: 1px solid #ed1d24; | 602 | outline: 1px solid #ed1d24; |
| 603 | } | 603 | } |
| 604 | 604 | ||
| 605 | .aside .box-design-option li .title .reset-color-patterns { | 605 | .aside .box-design-option li .title .reset-color-patterns { |
| 606 | cursor: pointer; | 606 | cursor: pointer; |
| 607 | } | 607 | } |
| 608 | 608 | ||
| 609 | .aside .box-design-option li .title .reset-color-patterns:hover { | 609 | .aside .box-design-option li .title .reset-color-patterns:hover { |
| 610 | opacity: 0.6; | 610 | opacity: 0.6; |
| 611 | } | 611 | } |
| 612 | 612 | ||
| 613 | .aside .box-design-option li .content .layer-item { | 613 | .aside .box-design-option li .content .layer-item { |
| 614 | text-align: center; | 614 | text-align: center; |
| 615 | border: 1px #ddd solid; | 615 | border: 1px #ddd solid; |
| 616 | background: #FFF; | 616 | background: #FFF; |
| 617 | padding: 5px; | 617 | padding: 5px; |
| 618 | font-size: 12px; | 618 | font-size: 12px; |
| 619 | cursor: pointer; | 619 | cursor: pointer; |
| 620 | } | 620 | } |
| 621 | 621 | ||
| 622 | .aside .box-design-option li .content .layer-item:hover { | 622 | .aside .box-design-option li .content .layer-item:hover { |
| 623 | background: #ffcccc; | 623 | background: #ffcccc; |
| 624 | } | 624 | } |
| 625 | 625 | ||
| 626 | 626 | ||
| 627 | /*Design Text*/ | 627 | /*Design Text*/ |
| 628 | .aside #choice-text{ | 628 | .aside #choice-text{ |
| 629 | 629 | ||
| 630 | } | 630 | } |
| 631 | .aside #choice-text .content{ | 631 | .aside #choice-text .content{ |
| 632 | padding: 10px 10px; | 632 | padding: 10px 10px; |
| 633 | } | 633 | } |
| 634 | .aside #choice-text .content ul.font-family-box{ | 634 | .aside #choice-text .content ul.font-family-box{ |
| 635 | list-style: none; | 635 | list-style: none; |
| 636 | margin: 10px 0; | 636 | margin: 10px 0; |
| 637 | padding-left: 0; | 637 | padding-left: 0; |
| 638 | height: 180px; | 638 | height: 180px; |
| 639 | width: 100%; | 639 | width: 100%; |
| 640 | overflow-y: scroll; | 640 | overflow-y: scroll; |
| 641 | border: 1px solid #c0c0c0; | 641 | border: 1px solid #c0c0c0; |
| 642 | } | 642 | } |
| 643 | 643 | ||
| 644 | .aside #choice-text .content .font-family-box li{ | 644 | .aside #choice-text .content .font-family-box li{ |
| 645 | cursor: pointer; | 645 | cursor: pointer; |
| 646 | padding: 4px 8px; | 646 | padding: 4px 8px; |
| 647 | border: 0; | 647 | border: 0; |
| 648 | border-bottom: 1px solid #c0c0c0; | 648 | border-bottom: 1px solid #c0c0c0; |
| 649 | border-right: 1px solid #c0c0c0; | 649 | border-right: 1px solid #c0c0c0; |
| 650 | font-size: 16px; | 650 | font-size: 16px; |
| 651 | margin-bottom: 0; | 651 | margin-bottom: 0; |
| 652 | } | 652 | } |
| 653 | .aside #choice-text .content .font-family-box li.active{ | 653 | .aside #choice-text .content .font-family-box li.active{ |
| 654 | border: 1px solid #fe070f; | 654 | border: 1px solid #fe070f; |
| 655 | } | 655 | } |
| 656 | .aside #choice-text .content .spacing-letter{ | 656 | .aside #choice-text .content .spacing-letter{ |
| 657 | 657 | ||
| 658 | } | 658 | } |
| 659 | .aside #choice-text .content .spacing-letter .text-label{ | 659 | .aside #choice-text .content .spacing-letter .text-label{ |
| 660 | font-size: 16px; | 660 | font-size: 16px; |
| 661 | padding: 4px 0; | 661 | padding: 4px 0; |
| 662 | } | 662 | } |
| 663 | .aside #choice-text .content .spacing-letter .box{ | 663 | .aside #choice-text .content .spacing-letter .box{ |
| 664 | border: 1px solid #8c8c8c; | 664 | border: 1px solid #8c8c8c; |
| 665 | box-shadow: 0 0 5px #888888; | 665 | box-shadow: 0 0 5px #888888; |
| 666 | background-color: #f0f0f0; | 666 | background-color: #f0f0f0; |
| 667 | } | 667 | } |
| 668 | .aside #choice-text .content .spacing-letter .item{ | 668 | .aside #choice-text .content .spacing-letter .item{ |
| 669 | float: left; | 669 | float: left; |
| 670 | } | 670 | } |
| 671 | .aside #choice-text .content .spacing-letter .item:hover{ | 671 | .aside #choice-text .content .spacing-letter .item:hover{ |
| 672 | background-color: #fddad4; | 672 | background-color: #fddad4; |
| 673 | } | 673 | } |
| 674 | 674 | ||
| 675 | .aside #choice-text .content .spacing-letter .item i.fa{ | 675 | .aside #choice-text .content .spacing-letter .item i.fa{ |
| 676 | font-size: 22px; | 676 | font-size: 22px; |
| 677 | margin: 0 0; | 677 | margin: 0 0; |
| 678 | color: #000000; | 678 | color: #000000; |
| 679 | } | 679 | } |
| 680 | .aside #choice-text .content .spacing-letter .item-text{ | 680 | .aside #choice-text .content .spacing-letter .item-text{ |
| 681 | padding: 6px 20px; | 681 | padding: 6px 20px; |
| 682 | font-size: 13px; | 682 | font-size: 13px; |
| 683 | } | 683 | } |
| 684 | .aside #choice-text .content .spacing-letter .item-plus{ | 684 | .aside #choice-text .content .spacing-letter .item-plus{ |
| 685 | border-right: 1px solid #8c8c8c; | 685 | border-right: 1px solid #8c8c8c; |
| 686 | } | 686 | } |
| 687 | .aside #choice-text .content .spacing-letter .item-minus{ | 687 | .aside #choice-text .content .spacing-letter .item-minus{ |
| 688 | border-left: 1px solid #8c8c8c; | 688 | border-left: 1px solid #8c8c8c; |
| 689 | } | 689 | } |
| 690 | .aside #choice-text .content .spacing-letter .item-plus, .aside #choice-text .content .spacing-letter .item-minus { | 690 | .aside #choice-text .content .spacing-letter .item-plus, .aside #choice-text .content .spacing-letter .item-minus { |
| 691 | padding: 5px 6px 1px 6px; | 691 | padding: 5px 6px 1px 6px; |
| 692 | cursor: pointer; | 692 | cursor: pointer; |
| 693 | } | 693 | } |
| 694 | /*Design Choice Illustration*/ | 694 | /*Design Choice Illustration*/ |
| 695 | .aside #choice-illustration li .content { | 695 | .aside #choice-illustration li .content { |
| 696 | padding: 10px 10px; | 696 | padding: 10px 10px; |
| 697 | } | 697 | } |
| 698 | 698 | ||
| 699 | .aside #choice-illustration li .content select{ | 699 | .aside #choice-illustration li .content select{ |
| 700 | width: 100%; | 700 | width: 100%; |
| 701 | } | 701 | } |
| 702 | 702 | ||
| 703 | .aside #choice-illustration li .content .illustration-list { | 703 | .aside #choice-illustration li .content .illustration-list { |
| 704 | width: 100%; | 704 | width: 100%; |
| 705 | border: #bbb solid 1px; | 705 | border: #bbb solid 1px; |
| 706 | background: #FFF; | 706 | background: #FFF; |
| 707 | margin-top: 5px; | 707 | margin-top: 5px; |
| 708 | min-height: 310px; | 708 | min-height: 310px; |
| 709 | padding-bottom: 20px; | 709 | padding-bottom: 20px; |
| 710 | } | 710 | } |
| 711 | 711 | ||
| 712 | .aside #choice-illustration li .content .illustration-list .illstration-item{ | 712 | .aside #choice-illustration li .content .illustration-list .illstration-item{ |
| 713 | height: 60px; | 713 | height: 60px; |
| 714 | overflow: hidden; | 714 | overflow: hidden; |
| 715 | float: left; | 715 | float: left; |
| 716 | margin-left: 6px; | 716 | margin-left: 6px; |
| 717 | margin-top: 5px; | 717 | margin-top: 5px; |
| 718 | margin-bottom: 5px; | 718 | margin-bottom: 5px; |
| 719 | padding: 2px; | 719 | padding: 2px; |
| 720 | background: #e2e2e2; | 720 | background: #e2e2e2; |
| 721 | border: solid 2px #d7d7d7; | 721 | border: solid 2px #d7d7d7; |
| 722 | cursor: pointer; | 722 | cursor: pointer; |
| 723 | } | 723 | } |
| 724 | 724 | ||
| 725 | .aside #choice-illustration li .content .illustration-list .illstration-item:hover { | 725 | .aside #choice-illustration li .content .illustration-list .illstration-item:hover { |
| 726 | outline: 2px solid #ed1d24; | 726 | outline: 2px solid #ed1d24; |
| 727 | } | 727 | } |
| 728 | 728 | ||
| 729 | .aside #choice-illustration li .content .illustration-list .illstration-item img { | 729 | .aside #choice-illustration li .content .illustration-list .illstration-item img { |
| 730 | width: 50px; | 730 | width: 50px; |
| 731 | cursor: pointer; | 731 | cursor: pointer; |
| 732 | } | 732 | } |
| 733 | 733 | ||
| 734 | .illustration-list .footer-bar, .saved-list .footer-bar { | 734 | .illustration-list .footer-bar, .saved-list .footer-bar { |
| 735 | text-align: center; | 735 | text-align: center; |
| 736 | margin-top: 5px; | 736 | margin-top: 5px; |
| 737 | bottom: 10px; | 737 | bottom: 10px; |
| 738 | position: absolute; | 738 | position: absolute; |
| 739 | width: 100%; | 739 | width: 100%; |
| 740 | padding-right: 20px; | 740 | padding-right: 20px; |
| 741 | } | 741 | } |
| 742 | .footer-bar .footer-pagination { | 742 | .footer-bar .footer-pagination { |
| 743 | margin-right: 5px; | 743 | margin-right: 5px; |
| 744 | cursor: pointer; | 744 | cursor: pointer; |
| 745 | font-size: 9px; | 745 | font-size: 9px; |
| 746 | color: #FFF; | 746 | color: #FFF; |
| 747 | background: #666666; | 747 | background: #666666; |
| 748 | text-transform: uppercase; | 748 | text-transform: uppercase; |
| 749 | padding: 2px 5px; | 749 | padding: 2px 5px; |
| 750 | } | 750 | } |
| 751 | 751 | ||
| 752 | .footer-bar .footer-pagination:hover { | 752 | .footer-bar .footer-pagination:hover { |
| 753 | background: #999999; | 753 | background: #999999; |
| 754 | } | 754 | } |
| 755 | .tooltip-arrow, | 755 | .tooltip-arrow, |
| 756 | .red-tooltip + .tooltip > .tooltip-inner { | 756 | .red-tooltip + .tooltip > .tooltip-inner { |
| 757 | background-color: #FFF; | 757 | background-color: #FFF; |
| 758 | margin:0; | 758 | margin:0; |
| 759 | padding:0; | 759 | padding:0; |
| 760 | } | 760 | } |
| 761 | 761 | ||
| 762 | /* Insert image*/ | 762 | /* Insert image*/ |
| 763 | #btn-choose-image { | 763 | #btn-choose-image { |
| 764 | background: #ff0f00; | 764 | background: #ff0f00; |
| 765 | cursor: pointer; | 765 | cursor: pointer; |
| 766 | margin: 10px 0px; | 766 | margin: 10px 0px; |
| 767 | padding: 0 10px; | 767 | padding: 0 10px; |
| 768 | color: #FFF; | 768 | color: #FFF; |
| 769 | font-size: 12px; | 769 | font-size: 12px; |
| 770 | } | 770 | } |
| 771 | 771 | ||
| 772 | #btn-choose-image:hover { | 772 | #btn-choose-image:hover { |
| 773 | background: #f8aeae; | 773 | background: #f8aeae; |
| 774 | } | 774 | } |
| 775 | 775 | ||
| 776 | .aside #choice-image li .content { | 776 | .aside #choice-image li .content { |
| 777 | margin: 0 10px; | 777 | margin: 0 10px; |
| 778 | padding: 10px 0; | 778 | padding: 10px 0; |
| 779 | } | 779 | } |
| 780 | 780 | ||
| 781 | .aside #choice-image li .content .small-text { | 781 | .aside #choice-image li .content .small-text { |
| 782 | font-size:10px; | 782 | font-size:10px; |
| 783 | margin-bottom: 10px; | 783 | margin-bottom: 10px; |
| 784 | } | 784 | } |
| 785 | 785 | ||
| 786 | .aside #choice-image { | 786 | .aside #choice-image { |
| 787 | font-size: 13px; | 787 | font-size: 13px; |
| 788 | } | 788 | } |
| 789 | 789 | ||
| 790 | .aside #imgLoader{ | 790 | .aside #imgLoader{ |
| 791 | display: none; | 791 | display: none; |
| 792 | } | 792 | } |
| 793 | 793 | ||
| 794 | .aside #choice-image li .content .list-images { | 794 | .aside #choice-image li .content .list-images { |
| 795 | height: 300px; | 795 | height: 300px; |
| 796 | background: #FFF; | 796 | background: #FFF; |
| 797 | border: 1px solid #DDD; | 797 | border: 1px solid #DDD; |
| 798 | } | 798 | } |
| 799 | 799 | ||
| 800 | .aside #choice-image li .content .list-images .recent-img{ | 800 | .aside #choice-image li .content .list-images .recent-img{ |
| 801 | height: 60px; | 801 | height: 60px; |
| 802 | overflow: hidden; | 802 | overflow: hidden; |
| 803 | float: left; | 803 | float: left; |
| 804 | margin-left: 6px; | 804 | margin-left: 6px; |
| 805 | margin-top: 5px; | 805 | margin-top: 5px; |
| 806 | margin-bottom: 5px; | 806 | margin-bottom: 5px; |
| 807 | padding: 2px; | 807 | padding: 2px; |
| 808 | background: #e2e2e2; | 808 | background: #e2e2e2; |
| 809 | border: solid 2px #d7d7d7; | 809 | border: solid 2px #d7d7d7; |
| 810 | cursor: pointer; | 810 | cursor: pointer; |
| 811 | } | 811 | } |
| 812 | 812 | ||
| 813 | .aside #choice-image li .content .list-images .recent-img:hover { | 813 | .aside #choice-image li .content .list-images .recent-img:hover { |
| 814 | outline: 2px solid #ed1d24; | 814 | outline: 2px solid #ed1d24; |
| 815 | } | 815 | } |
| 816 | 816 | ||
| 817 | .aside #choice-image li .content .list-images .recent-img img { | 817 | .aside #choice-image li .content .list-images .recent-img img { |
| 818 | width: 50px; | 818 | width: 50px; |
| 819 | cursor: pointer; | 819 | cursor: pointer; |
| 820 | } | 820 | } |
| 821 | 821 | ||
| 822 | /*Design content*/ | 822 | /*Design content*/ |
| 823 | .tshirt-design-container{ | 823 | .tshirt-design-container{ |
| 824 | 824 | ||
| 825 | } | 825 | } |
| 826 | .tshirt-design-container .design-content{ | 826 | .tshirt-design-container .design-content{ |
| 827 | padding: 10px 0; | 827 | padding: 10px 0; |
| 828 | } | 828 | } |
| 829 | .tshirt-design-container .design-content .content{ | 829 | .tshirt-design-container .design-content .content{ |
| 830 | width: 100%; | 830 | width: 100%; |
| 831 | height: 100%; | 831 | height: 100%; |
| 832 | min-height: 600px; | 832 | min-height: 600px; |
| 833 | position: relative; | 833 | position: relative; |
| 834 | padding: 40px 40px; | 834 | padding: 40px 40px; |
| 835 | } | 835 | } |
| 836 | .tshirt-design-container .design-content .content .selection-design{ | 836 | .tshirt-design-container .design-content .content .selection-design{ |
| 837 | border: 1px solid #ff0000; | 837 | border: 1px solid #ff0000; |
| 838 | } | 838 | } |
| 839 | .tshirt-design-container .agree-design{ | 839 | .tshirt-design-container .agree-design{ |
| 840 | position: absolute; | 840 | position: absolute; |
| 841 | right: -16px; | 841 | right: -16px; |
| 842 | top: 40%; | 842 | top: 40%; |
| 843 | cursor: pointer; | 843 | cursor: pointer; |
| 844 | } | 844 | } |
| 845 | .tshirt-design-container .agree-design:hover{ | 845 | .tshirt-design-container .agree-design:hover{ |
| 846 | opacity: 0.8; | 846 | opacity: 0.8; |
| 847 | } | 847 | } |
| 848 | .tshirt-design-container .trash-design{ | 848 | .tshirt-design-container .trash-design{ |
| 849 | position: absolute; | 849 | position: absolute; |
| 850 | right: 5px; | 850 | right: 5px; |
| 851 | bottom: 0; | 851 | bottom: 0; |
| 852 | } | 852 | } |
| 853 | .tshirt-design-container .trash-design:hover{ | 853 | .tshirt-design-container .trash-design:hover{ |
| 854 | opacity: 0.5; | 854 | opacity: 0.5; |
| 855 | } | 855 | } |
| 856 | 856 | ||
| 857 | .object-border{ | 857 | .object-border{ |
| 858 | position: absolute; | 858 | position: absolute; |
| 859 | background-color: rgb(0, 108, 255); | 859 | background-color: rgb(0, 108, 255); |
| 860 | border: 0; | 860 | border: 0; |
| 861 | display:none; | 861 | display:none; |
| 862 | transform-origin: 0% 0%; | 862 | transform-origin: 0% 0%; |
| 863 | } | 863 | } |
| 864 | #object-border-top, #object-border-bottom{ | 864 | #object-border-top, #object-border-bottom{ |
| 865 | height: 2px; | 865 | height: 2px; |
| 866 | } | 866 | } |
| 867 | #object-border-right, #object-border-left{ | 867 | #object-border-right, #object-border-left{ |
| 868 | width: 2px; | 868 | width: 2px; |
| 869 | } | 869 | } |
| 870 | 870 | ||
| 871 | 871 | ||
| 872 | /*FOOTER*/ | 872 | /*FOOTER*/ |
| 873 | footer{ | 873 | footer{ |
| 874 | background-color: #333333; | 874 | background-color: #333333; |
| 875 | } | 875 | } |
| 876 | footer ul.nav-footer{ | 876 | footer ul.nav-footer{ |
| 877 | padding-left: 0; | 877 | padding-left: 0; |
| 878 | list-style: none; | 878 | list-style: none; |
| 879 | float: left; | 879 | float: left; |
| 880 | width: 80%; | 880 | width: 80%; |
| 881 | margin-bottom: 0 | 881 | margin-bottom: 0 |
| 882 | } | 882 | } |
| 883 | footer ul.nav-footer li{ | 883 | footer ul.nav-footer li{ |
| 884 | float: left; | 884 | float: left; |
| 885 | padding: 3px 10px; | 885 | padding: 3px 10px; |
| 886 | border-right: 1px dotted #ffffff; | 886 | border-right: 1px dotted #ffffff; |
| 887 | 887 | ||
| 888 | } | 888 | } |
| 889 | footer ul.nav-footer li a{ | 889 | footer ul.nav-footer li a{ |
| 890 | color: #ffffff; | 890 | color: #ffffff; |
| 891 | font-size: 11px; | 891 | font-size: 11px; |
| 892 | } | 892 | } |
| 893 | footer .logo-bottom{ | 893 | footer .logo-bottom{ |
| 894 | float: left; | 894 | float: left; |
| 895 | width: 20%; | 895 | width: 20%; |
| 896 | margin-bottom: 0; | 896 | margin-bottom: 0; |
| 897 | text-align: right; | 897 | text-align: right; |
| 898 | } | 898 | } |
| 899 | footer .logo-bottom img{ | 899 | footer .logo-bottom img{ |
| 900 | height: 25px; | 900 | height: 25px; |
| 901 | max-width: 100%; | 901 | max-width: 100%; |
| 902 | } | 902 | } |
| 903 | .footer{ | 903 | .footer{ |
| 904 | padding: 15px 0; | 904 | padding: 15px 0; |
| 905 | text-align: center; | 905 | text-align: center; |
| 906 | } | 906 | } |
| 907 | /* Customize container */ | 907 | /* Customize container */ |
| 908 | @media (min-width: 768px) { | 908 | @media (min-width: 768px) { |
| 909 | .container { | 909 | .container { |
| 910 | /*max-width: 730px;*/ | 910 | /*max-width: 730px;*/ |
| 911 | } | 911 | } |
| 912 | } | 912 | } |
| 913 | 913 | ||
| 914 | /* Responsive: Portrait tablets and up */ | 914 | /* Responsive: Portrait tablets and up */ |
| 915 | @media screen and (min-width: 768px) { | 915 | @media screen and (min-width: 768px) { |
| 916 | /* Remove the padding we set earlier */ | 916 | /* Remove the padding we set earlier */ |
| 917 | 917 | ||
| 918 | } | 918 | } |
| 919 | 919 | ||
| 920 | @media (min-width: 1024px) { | 920 | @media (min-width: 1024px) { |
| 921 | #tshirt-design .modal-dialog{ | 921 | #tshirt-design .modal-dialog{ |
| 922 | min-width: 1000px; | 922 | min-width: 1000px; |
| 923 | width: 1000px; | 923 | width: 1000px; |
| 924 | } | 924 | } |
| 925 | } | 925 | } |
| 926 | /*Mobile responsive*/ | 926 | /*Mobile responsive*/ |
| 927 | @media (max-width: 762px) { | 927 | @media (max-width: 762px) { |
| 928 | .modal-dialog{ | 928 | .modal-dialog{ |
| 929 | margin: 0 0!important; | 929 | margin: 0 0!important; |
| 930 | } | 930 | } |
| 931 | #tshirt-design header .menu-nav{ | 931 | #tshirt-design header .menu-nav{ |
| 932 | overflow-x: scroll!important; | 932 | overflow-x: scroll!important; |
| 933 | -webkit-overflow-scrolling: touch; | 933 | -webkit-overflow-scrolling: touch; |
| 934 | } | 934 | } |
| 935 | 935 | ||
| 936 | #tshirt-design header ul.nav { | 936 | #tshirt-design header ul.nav { |
| 937 | text-align: justify; | 937 | text-align: justify; |
| 938 | width: 680px; | 938 | width: 680px; |
| 939 | } | 939 | } |
| 940 | 940 | ||
| 941 | #tshirt-design header ul.nav li { | 941 | #tshirt-design header ul.nav li { |
| 942 | display: inline-block; /* 6 */ | 942 | display: inline-block; /* 6 */ |
| 943 | } | 943 | } |
| 944 | 944 | ||
| 945 | .tshirt-design-container .design-content .content{ | 945 | .tshirt-design-container .design-content .content{ |
| 946 | padding: 14px 14px; | 946 | padding: 14px 14px; |
| 947 | } | 947 | } |
| 948 | .tshirt-design-container .design-content{ | 948 | .tshirt-design-container .design-content{ |
| 949 | padding: 0 0; | 949 | padding: 0 0; |
| 950 | } | 950 | } |
| 951 | /*Header*/ | 951 | /*Header*/ |
| 952 | header .logo{ | 952 | header .logo{ |
| 953 | text-align: left; | 953 | text-align: left; |
| 954 | } | 954 | } |
| 955 | header .top-control li{ | 955 | header .top-control li{ |
| 956 | margin: 0 4px; | 956 | margin: 0 4px; |
| 957 | } | 957 | } |
| 958 | header .top-menu{ | 958 | header .top-menu{ |
| 959 | display: table; | 959 | display: table; |
| 960 | margin: auto; | 960 | margin: auto; |
| 961 | } | 961 | } |
| 962 | header .social-share{ | 962 | header .social-share{ |
| 963 | display: none; | 963 | display: none; |
| 964 | } | 964 | } |
| 965 | header .col-sm-6{ | 965 | header .col-sm-6{ |
| 966 | padding: 0!important; | 966 | padding: 0!important; |
| 967 | } | 967 | } |
| 968 | header .user-control{ | 968 | header .user-control{ |
| 969 | position: absolute; | 969 | position: absolute; |
| 970 | right: 0; | 970 | right: 0; |
| 971 | top: -120%; | 971 | top: -120%; |
| 972 | } | 972 | } |
| 973 | /*Footer*/ | 973 | /*Footer*/ |
| 974 | footer ul.nav-footer{ | 974 | footer ul.nav-footer{ |
| 975 | width: 100%; | 975 | width: 100%; |
| 976 | } | 976 | } |
| 977 | footer .logo-bottom{ | 977 | footer .logo-bottom{ |
| 978 | display: none; | 978 | display: none; |
| 979 | } | 979 | } |
| 980 | } | 980 | } |
| 981 | 981 | ||
| 982 | 982 | ||
| 983 | 983 | ||
| 984 | #tshirt-design-saved .subframe-design { | 984 | #tshirt-design-saved .subframe-design { |
| 985 | width: 80%; | 985 | width: 80%; |
| 986 | margin: auto; | 986 | margin: auto; |
| 987 | margin-top: 100px; | 987 | margin-top: 100px; |
| 988 | border: 10px solid rgb(0, 0, 0); | 988 | border: 10px solid rgb(0, 0, 0); |
| 989 | border: 20px solid rgba(0, 0, 0, .5); | 989 | border: 20px solid rgba(0, 0, 0, .5); |
| 990 | -webkit-background-clip: padding-box; /* for Safari */ | 990 | -webkit-background-clip: padding-box; /* for Safari */ |
| 991 | background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */ | 991 | background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */ |
| 992 | background: #FFF; | 992 | background: #FFF; |
| 993 | } | 993 | } |
| 994 | 994 | ||
| 995 | #tshirt-design-saved .modal-content button.close { | 995 | #tshirt-design-saved .modal-content button.close { |
| 996 | margin-right: 103px; | 996 | margin-right: 103px; |
| 997 | font-size: 41px; | 997 | font-size: 41px; |
| 998 | margin-top: -8px; | 998 | margin-top: -8px; |
| 999 | } | 999 | } |
| 1000 | 1000 | ||
| 1001 | #tshirt-design-saved .subframe-design .nav-tabs { | 1001 | #tshirt-design-saved .subframe-design .nav-tabs { |
| 1002 | background: rgba(0, 0, 0, .5); | 1002 | background: rgba(0, 0, 0, .5); |
| 1003 | border-bottom: 1px solid #F5F5F5; | 1003 | border-bottom: 1px solid #F5F5F5; |
| 1004 | } | 1004 | } |
| 1005 | 1005 | ||
| 1006 | #tshirt-design-saved .subframe-design .nav-tabs li a { | 1006 | #tshirt-design-saved .subframe-design .nav-tabs li a { |
| 1007 | text-decoration: none; | 1007 | text-decoration: none; |
| 1008 | background-color: #CCC; | 1008 | background-color: #CCC; |
| 1009 | cursor: pointer; | 1009 | cursor: pointer; |
| 1010 | margin-right: 10px; | 1010 | margin-right: 10px; |
| 1011 | padding: 2px 30px; | 1011 | padding: 2px 30px; |
| 1012 | color: #000; | 1012 | color: #000; |
| 1013 | font-weight: 600; | 1013 | font-weight: 600; |
| 1014 | border-bottom: 1px solid #F5F5F5 | 1014 | border-bottom: 1px solid #F5F5F5 |
| 1015 | } | 1015 | } |
| 1016 | 1016 | ||
| 1017 | #tshirt-design-saved .subframe-design .nav-tabs li.active a { | 1017 | #tshirt-design-saved .subframe-design .nav-tabs li.active a { |
| 1018 | background: #F5F5F5; | 1018 | background: #F5F5F5; |
| 1019 | color: #fe070f; | 1019 | color: #fe070f; |
| 1020 | } | 1020 | } |
| 1021 | 1021 | ||
| 1022 | #tshirt-design-saved .subframe-design .tab-content { | 1022 | #tshirt-design-saved .subframe-design .tab-content { |
| 1023 | background: #F5F5F5; | 1023 | background: #F5F5F5; |
| 1024 | width: 100%; | 1024 | width: 100%; |
| 1025 | min-height: 400px; | 1025 | min-height: 400px; |
| 1026 | } | 1026 | } |
| 1027 | 1027 | ||
| 1028 | #tshirt-design-saved .saved-list { | 1028 | #tshirt-design-saved .saved-list { |
| 1029 | width: 100%; | 1029 | width: 100%; |
| 1030 | border: #bbb solid 1px; | 1030 | border: #bbb solid 1px; |
| 1031 | background: #FFF; | 1031 | background: #FFF; |
| 1032 | margin-top: 0px; | 1032 | margin-top: 0px; |
| 1033 | min-height: 400px; | 1033 | min-height: 400px; |
| 1034 | padding: 10px; | 1034 | padding: 10px; |
| 1035 | } | 1035 | } |
| 1036 | 1036 | ||
| 1037 | #tshirt-design-saved .saved-list .saved-item{ | 1037 | #tshirt-design-saved .saved-list .saved-item{ |
| 1038 | width: 100px; | 1038 | width: 100px; |
| 1039 | height: 100px; | 1039 | height: 100px; |
| 1040 | overflow: hidden; | 1040 | overflow: hidden; |
| 1041 | float: left; | 1041 | float: left; |
| 1042 | margin-left: 6px; | 1042 | margin-left: 6px; |
| 1043 | margin-top: 5px; | 1043 | margin-top: 5px; |
| 1044 | margin-bottom: 5px; | 1044 | margin-bottom: 5px; |
| 1045 | padding: 2px; | 1045 | padding: 2px; |
| 1046 | background: #e2e2e2; | 1046 | background: #e2e2e2; |
| 1047 | border: solid 2px #d7d7d7; | 1047 | border: solid 2px #d7d7d7; |
| 1048 | cursor: pointer; | 1048 | cursor: pointer; |
| 1049 | } | 1049 | } |
| 1050 | 1050 | ||
| 1051 | #tshirt-design-saved .saved-list .saved-item:hover { | 1051 | #tshirt-design-saved .saved-list .saved-item:hover { |
| 1052 | outline: 2px solid #ed1d24; | 1052 | outline: 2px solid #ed1d24; |
| 1053 | } | 1053 | } |
| 1054 | 1054 | ||
| 1055 | #tshirt-design-saved .saved-list .saved-item img { | 1055 | #tshirt-design-saved .saved-list .saved-item img { |
| 1056 | width: 100px; | 1056 | width: 100px; |
| 1057 | cursor: pointer; | 1057 | cursor: pointer; |
| 1058 | } | 1058 | } |
| 1059 | #tshirt-design-saved .saved-list .saved-item button { | 1059 | #tshirt-design-saved .saved-list .saved-item button { |
| 1060 | background: #ff0f00; | 1060 | background: #ff0f00; |
| 1061 | color: #FFF; | 1061 | color: #FFF; |
| 1062 | border: 0; | 1062 | border: 0; |
| 1063 | position: absolute; | 1063 | position: absolute; |
| 1064 | margin-left: -5px; | 1064 | margin-left: -5px; |
| 1065 | margin-top: -5px; | 1065 | margin-top: -5px; |
| 1066 | padding: 0 5px; | 1066 | padding: 0 5px; |
| 1067 | } | 1067 | } |
| 1068 | #tshirt-design-saved .saved-list .saved-item button:hover { | 1068 | #tshirt-design-saved .saved-list .saved-item button:hover { |
| 1069 | background: #ffcccc; | 1069 | background: #ffcccc; |
| 1070 | } | 1070 | } |
| 1071 | 1071 | ||
| 1072 | #tshirt-design-saved .saved-list .footer-bar { | 1072 | #tshirt-design-saved .saved-list .footer-bar { |
| 1073 | bottom: 20px; | 1073 | bottom: 20px; |
| 1074 | width: 75%; | 1074 | width: 75%; |
| 1075 | } | 1075 | } |
app/views/main.html
| 1 | <div ng-controller="MainCtrl" class="col-sm-10 col-sm-offset-1" id="tshirt-container"> | 1 | <div ng-controller="MainCtrl" class="col-sm-10 col-sm-offset-1" id="tshirt-container"> |
| 2 | <div class="row"> | 2 | <div class="row"> |
| 3 | <header class="clearfix"> | 3 | <header class="clearfix"> |
| 4 | <div class="col-sm-4 logo"> | 4 | <div class="col-sm-4 logo"> |
| 5 | <img src="images/logo.png" alt="Logo Mobile World" /> | 5 | <img src="images/logo.png" alt="Logo Mobile World" /> |
| 6 | </div> | 6 | </div> |
| 7 | <div class="col-sm-2"> | 7 | <div class="col-sm-2"> |
| 8 | <ul class="social-share clearfix"> | 8 | <ul class="social-share clearfix"> |
| 9 | <li> | 9 | <li> |
| 10 | <a href="#"> | 10 | <a href="#"> |
| 11 | <i class="fa fa-facebook"></i> | 11 | <i class="fa fa-facebook"></i> |
| 12 | </a> | 12 | </a> |
| 13 | </li> | 13 | </li> |
| 14 | <li> | 14 | <li> |
| 15 | <a href="#"> | 15 | <a href="#"> |
| 16 | <i class="fa fa-twitter"></i> | 16 | <i class="fa fa-twitter"></i> |
| 17 | </a> | 17 | </a> |
| 18 | </li> | 18 | </li> |
| 19 | </ul> | 19 | </ul> |
| 20 | </div> | 20 | </div> |
| 21 | <div class="col-sm-6 clearfix" style="padding-right: 0"> | 21 | <div class="col-sm-6 clearfix" style="padding-right: 0"> |
| 22 | <div class="pull-left"> | 22 | <div class="pull-left"> |
| 23 | <ul class="top-menu clearfix"> | 23 | <ul class="top-menu clearfix"> |
| 24 | <li> | 24 | <li> |
| 25 | <a href="#">はじめての方へ</a> | 25 | <a href="#">はじめての方へ</a> |
| 26 | </li> | 26 | </li> |
| 27 | <li> | 27 | <li> |
| 28 | <a href="#">料金表</a> | 28 | <a href="#">料金表</a> |
| 29 | </li> | 29 | </li> |
| 30 | <li> | 30 | <li> |
| 31 | <a href="#">新規会員登録</a> | 31 | <a href="#">新規会員登録</a> |
| 32 | </li> | 32 | </li> |
| 33 | </ul> | 33 | </ul> |
| 34 | <ul class="top-control clearfix"> | 34 | <ul class="top-control clearfix"> |
| 35 | <li> | 35 | <li> |
| 36 | <div class="bt-yellow"> | 36 | <div class="bt-yellow"> |
| 37 | <i class="fa fa-shirtsinbulk" aria-hidden="true"></i> DESIGN デザイン作成 | 37 | <i class="fa fa-shirtsinbulk" aria-hidden="true"></i> DESIGN デザイン作成 |
| 38 | </div> | 38 | </div> |
| 39 | </li> | 39 | </li> |
| 40 | <li> | 40 | <li> |
| 41 | <div class="bt-yellow"> | 41 | <div class="bt-yellow"> |
| 42 | <i class="fa fa-shopping-cart" aria-hidden="true"></i> ショッピングカート | 42 | <i class="fa fa-shopping-cart" aria-hidden="true"></i> ショッピングカート |
| 43 | </div> | 43 | </div> |
| 44 | </li> | 44 | </li> |
| 45 | </ul> | 45 | </ul> |
| 46 | </div> | 46 | </div> |
| 47 | <div class="pull-right"> | 47 | <div class="pull-right"> |
| 48 | <div class="user-control"> | 48 | <div class="user-control"> |
| 49 | <div> | 49 | <div> |
| 50 | マイページ | 50 | マイページ |
| 51 | </div> | 51 | </div> |
| 52 | <div class="login"> | 52 | <div class="login"> |
| 53 | <i class="fa fa-lock" aria-hidden="true"></i> ログイン | 53 | <i class="fa fa-lock" aria-hidden="true"></i> ログイン |
| 54 | </div> | 54 | </div> |
| 55 | </div> | 55 | </div> |
| 56 | </div> | 56 | </div> |
| 57 | </div> | 57 | </div> |
| 58 | </header> | 58 | </header> |
| 59 | <nav class="clearfix"> | 59 | <nav class="clearfix"> |
| 60 | <div class="col-sm-12"> | 60 | <div class="col-sm-12"> |
| 61 | <h2 class="pull-left">加工箇所を選択してデザインしてください。</h2> | 61 | <h2 class="pull-left">加工箇所を選択してデザインしてください。</h2> |
| 62 | <ul class="pull-right"> | 62 | <ul class="pull-right"> |
| 63 | <li class="circle"><a href="#">商品に戻る</a></li> | 63 | <li class="circle"><a href="#">商品に戻る</a></li> |
| 64 | <li class="line"></li> | 64 | <li class="line"></li> |
| 65 | <li class="circle"><a href="#">加工方法に戻る</a></li> | 65 | <li class="circle"><a href="#">加工方法に戻る</a></li> |
| 66 | <li class="line line-action"></li> | 66 | <li class="line line-action"></li> |
| 67 | <li class="circle action"><a href="#">デザインする</a></li> | 67 | <li class="circle action"><a href="#">デザインする</a></li> |
| 68 | </ul> | 68 | </ul> |
| 69 | </div> | 69 | </div> |
| 70 | </nav> | 70 | </nav> |
| 71 | <div style="height: 29px; width: 100%; background: url('images/linebg.png') repeat-x"> | 71 | <div style="height: 29px; width: 100%; background: url('images/linebg.png') repeat-x"> |
| 72 | 72 | ||
| 73 | </div> | 73 | </div> |
| 74 | <article class="clearfix"> | 74 | <article class="clearfix"> |
| 75 | <aside class="col-sm-5"> | 75 | <aside class="col-sm-5"> |
| 76 | <div class="clearfix row" style="position: relative"> | 76 | <div class="clearfix row" style="position: relative"> |
| 77 | <div class="step col-xs-6"> | 77 | <div class="step col-xs-6"> |
| 78 | <div class="title clearfix"> | 78 | <div class="title clearfix"> |
| 79 | <span><img src="images/stepicon1.png" alt="1" /></span> <span>デザインを作る</span> | 79 | <span><img src="images/stepicon1.png" alt="1" /></span> <span>デザインを作る</span> |
| 80 | </div> | 80 | </div> |
| 81 | <div class="step-box"> | 81 | <div class="step-box"> |
| 82 | <div class="tshirt-design clearfix"> | 82 | <div class="tshirt-design clearfix"> |
| 83 | <div class="icon"> | 83 | <div class="icon"> |
| 84 | <img src="images/t-shirt_icon/tshirt1.gif" alt="icon t-shirt" /> | 84 | <img src="images/t-shirt_icon/tshirt1.gif" alt="icon t-shirt" /> |
| 85 | </div> | 85 | </div> |
| 86 | <div class="name"> | 86 | <div class="name"> |
| 87 | 背中背中 (28x22) | 87 | 背中背中 (28x22) |
| 88 | </div> | 88 | </div> |
| 89 | <div class="action"> | 89 | <div class="action"> |
| 90 | <button class="yellow2" ng-click="modalTShirtDesign()"> | 90 | <button class="yellow2" ng-click="modalTShirtDesign()"> |
| 91 | デザインを作る | 91 | デザインを作る |
| 92 | </button> | 92 | </button> |
| 93 | </div> | 93 | </div> |
| 94 | </div> | 94 | </div> |
| 95 | </div> | 95 | </div> |
| 96 | </div> | 96 | </div> |
| 97 | 97 | ||
| 98 | <!--<!– BREAK DOWN–>--> | 98 | <!--<!– BREAK DOWN–>--> |
| 99 | <div class="text-center break-left"> | 99 | <div class="text-center break-left"> |
| 100 | <img src="images/arrow1.png" alt="arrow" /> | 100 | <img src="images/arrow1.png" alt="arrow" /> |
| 101 | </div> | 101 | </div> |
| 102 | 102 | ||
| 103 | <!-- STEP 2--> | 103 | <!-- STEP 2--> |
| 104 | <div class="step col-xs-6"> | 104 | <div class="step col-xs-6"> |
| 105 | <div class="title clearfix"> | 105 | <div class="title clearfix"> |
| 106 | <span><img src="images/stepicon2.png" alt="2" /></span><span> アイテムカラーを変更する</span> | 106 | <span><img src="images/stepicon2.png" alt="2" /></span><span> アイテムカラーを変更する</span> |
| 107 | </div> | 107 | </div> |
| 108 | <div class="step-box clearfix" style="min-height: 150px;"> | 108 | <div class="step-box clearfix" style="min-height: 150px;"> |
| 109 | <div class="tshirt-color"> | 109 | <div class="tshirt-color"> |
| 110 | <ul class="choice-color clearfix"> | 110 | <ul class="choice-color clearfix"> |
| 111 | <li ng-repeat="(key,color) in tShirtColor" ng-click="choiceTShirtColor(key)" ng-class="key == tShirtColorKey ? 'action' : ''"> | 111 | <li ng-repeat="(key,color) in tShirtColor" ng-click="choiceTShirtColor(key)" ng-class="key == tShirtColorKey ? 'action' : ''"> |
| 112 | <div ng-style="{'background-color' : color.code}"></div> | 112 | <div ng-style="{'background-color' : color.code}"></div> |
| 113 | </li> | 113 | </li> |
| 114 | </ul> | 114 | </ul> |
| 115 | </div> | 115 | </div> |
| 116 | <div class="choice-color-bottom"> | 116 | <div class="choice-color-bottom"> |
| 117 | <div class="color-name" ng-bind="tShirtColorName"></div> | 117 | <div class="color-name" ng-bind="tShirtColorName"></div> |
| 118 | <div class="view-more"> | 118 | <div class="view-more"> |
| 119 | 在庫確認 | 119 | 在庫確認 |
| 120 | </div> | 120 | </div> |
| 121 | </div> | 121 | </div> |
| 122 | </div> | 122 | </div> |
| 123 | </div> | 123 | </div> |
| 124 | </div> | 124 | </div> |
| 125 | 125 | ||
| 126 | 126 | ||
| 127 | <!-- BREAK DOWN--> | 127 | <!-- BREAK DOWN--> |
| 128 | <div class="text-center break-down"> | 128 | <div class="text-center break-down"> |
| 129 | <img src="images/arrow2.png" alt="arrow" /> | 129 | <img src="images/arrow2.png" alt="arrow" /> |
| 130 | </div> | 130 | </div> |
| 131 | 131 | ||
| 132 | <!-- STEP 3--> | 132 | <!-- STEP 3--> |
| 133 | <div class="step"> | 133 | <div class="step"> |
| 134 | <div class="step-box clearfix"> | 134 | <div class="step-box clearfix"> |
| 135 | <div class="tshirt-saveorder"> | 135 | <div class="tshirt-saveorder"> |
| 136 | <div class="clearfix"> | 136 | <div class="clearfix"> |
| 137 | <div class="action"> | 137 | <div class="action"> |
| 138 | <button class="white"> | 138 | <button class="white"> |
| 139 | このデザインを保存する | 139 | このデザインを保存する |
| 140 | </button> | 140 | </button> |
| 141 | </div> | 141 | </div> |
| 142 | <div class="action"> | 142 | <div class="action"> |
| 143 | <button class="yellow1"> | 143 | <button class="yellow1"> |
| 144 | このデザインで注文する | 144 | このデザインで注文する |
| 145 | </button> | 145 | </button> |
| 146 | </div> | 146 | </div> |
| 147 | </div> | 147 | </div> |
| 148 | 148 | ||
| 149 | </div> | 149 | </div> |
| 150 | </div> | 150 | </div> |
| 151 | 151 | ||
| 152 | <!-- BREAL LINE--> | 152 | <!-- BREAL LINE--> |
| 153 | <div class="text-center break-line"> | 153 | <div class="text-center break-line"> |
| 154 | <hr /> | 154 | <hr /> |
| 155 | </div> | 155 | </div> |
| 156 | 156 | ||
| 157 | <!-- STEP 4--> | 157 | <!-- STEP 4--> |
| 158 | <div class="step"> | 158 | <div class="step"> |
| 159 | <div class="title-notice"> | 159 | <div class="title-notice"> |
| 160 | <strong>商品・デザインの変更はこちら</strong> <span class="require">作業中のデザインは破棄されます</span> | 160 | <strong>商品・デザインの変更はこちら</strong> <span class="require">作業中のデザインは破棄されます</span> |
| 161 | </div> | 161 | </div> |
| 162 | <div class="step-box"> | 162 | <div class="step-box"> |
| 163 | <div class="change-design"> | 163 | <div class="change-design"> |
| 164 | <table> | 164 | <table> |
| 165 | <tr> | 165 | <tr> |
| 166 | <td class="text-center">商品</td> | 166 | <td class="text-center">商品</td> |
| 167 | <td>MENドライカノコポロシャツ・ポケツキ半袖(ホワイト)</td> | 167 | <td>MENドライカノコポロシャツ・ポケツキ半袖(ホワイト)</td> |
| 168 | <td class="text-center"> | 168 | <td class="text-center"> |
| 169 | <button class="none"><i class="fa fa-angle-right" aria-hidden="true"></i> 変更</button> | 169 | <button class="none"><i class="fa fa-angle-right" aria-hidden="true"></i> 変更</button> |
| 170 | </td> | 170 | </td> |
| 171 | </tr> | 171 | </tr> |
| 172 | <tr> | 172 | <tr> |
| 173 | <td width="10%" class="text-center">加工方法</td> | 173 | <td width="10%" class="text-center">加工方法</td> |
| 174 | <td width="70%">シルク:胸中央 (27×27)</td> | 174 | <td width="70%">シルク:胸中央 (27×27)</td> |
| 175 | <td width="20%" class="text-center"> | 175 | <td width="20%" class="text-center"> |
| 176 | <button class="none"><i class="fa fa-angle-right" aria-hidden="true"></i> 変更</button> | 176 | <button class="none"><i class="fa fa-angle-right" aria-hidden="true"></i> 変更</button> |
| 177 | </td> | 177 | </td> |
| 178 | </tr> | 178 | </tr> |
| 179 | </table> | 179 | </table> |
| 180 | </div> | 180 | </div> |
| 181 | </div> | 181 | </div> |
| 182 | </div> | 182 | </div> |
| 183 | <!-- STEP 5- finish--> | 183 | <!-- STEP 5- finish--> |
| 184 | <div class="step"> | 184 | <div class="step"> |
| 185 | <div class="finish-design"> | 185 | <div class="finish-design"> |
| 186 | <button class="white"> | 186 | <button class="white"> |
| 187 | 自分で保存したデザインを呼び出す <i class="fa fa-chevron-circle-right" aria-hidden="true"></i> | 187 | 自分で保存したデザインを呼び出す <i class="fa fa-chevron-circle-right" aria-hidden="true"></i> |
| 188 | </button> | 188 | </button> |
| 189 | </div> | 189 | </div> |
| 190 | 190 | ||
| 191 | </div> | 191 | </div> |
| 192 | </div> | 192 | </div> |
| 193 | </aside> | 193 | </aside> |
| 194 | <section id="tshirt-content" class="col-sm-7 text-center"> | 194 | <section id="tshirt-content" class="col-sm-7 text-center"> |
| 195 | <div class="switch-border-design" ng-click="hideShowReviewDesign()"> | 195 | <div class="switch-border-design" ng-click="hideShowReviewDesign()"> |
| 196 | <i class="fa fa-square-o" aria-hidden="true"></i> 枠線を消す | 196 | <i class="fa fa-square-o" aria-hidden="true"></i> 枠線を消す |
| 197 | </div> | 197 | </div> |
| 198 | <div class="tshirt-image"> | 198 | <div class="tshirt-image"> |
| 199 | <img ng-src="{{ tShirtImg }}" alt="" /> | 199 | <img ng-src="{{ tShirtImg }}" alt="" /> |
| 200 | <div ng-class="placeTshirt.place" id="preview-design" ng-style="hideReviewDesign == true ? {border: 0} : {}" ng-show="(placeTshirt.face === tShirtChoiceBackFrontKey)" ng-click="modalTShirtDesign()"> | 200 | <div ng-class="placeTshirt.place" id="preview-design" ng-style="hideReviewDesign == true ? {border: 0} : {}" ng-show="(placeTshirt.face === tShirtChoiceBackFrontKey)" ng-click="modalTShirtDesign()"> |
| 201 | <img ng-src="{{outputImage}}" ng-show="outputImage"/> | 201 | <img ng-src="{{outputImage}}" ng-show="outputImage"/> |
| 202 | </div> | 202 | </div> |
| 203 | </div> | 203 | </div> |
| 204 | <div class="tshirt-choice"> | 204 | <div class="tshirt-choice"> |
| 205 | <ul> | 205 | <ul> |
| 206 | <li ng-class="'front' === tShirtChoiceBackFrontKey ? 'focus' : ''"> | 206 | <li ng-class="'front' === tShirtChoiceBackFrontKey ? 'focus' : ''"> |
| 207 | <div>前</div> | 207 | <div>前</div> |
| 208 | <div class="image" ng-click="choiceTShirtBackFront('front')"> | 208 | <div class="image" ng-click="choiceTShirtBackFront('front')"> |
| 209 | <img ng-src="{{ tShirtImgFront }}" alt="" /> | 209 | <img ng-src="{{ tShirtImgFront }}" alt="" /> |
| 210 | </div> | 210 | </div> |
| 211 | 211 | ||
| 212 | </li> | 212 | </li> |
| 213 | <li ng-class="'back' === tShirtChoiceBackFrontKey ? 'focus' : ''"> | 213 | <li ng-class="'back' === tShirtChoiceBackFrontKey ? 'focus' : ''"> |
| 214 | <div>後</div> | 214 | <div>後</div> |
| 215 | <div class="image" ng-click="choiceTShirtBackFront('back')"> | 215 | <div class="image" ng-click="choiceTShirtBackFront('back')"> |
| 216 | <img ng-src="{{ tShirtImgBack }}" alt="" /> | 216 | <img ng-src="{{ tShirtImgBack }}" alt="" /> |
| 217 | </div> | 217 | </div> |
| 218 | 218 | ||
| 219 | </li> | 219 | </li> |
| 220 | </ul> | 220 | </ul> |
| 221 | </div> | 221 | </div> |
| 222 | </section> | 222 | </section> |
| 223 | </article> | 223 | </article> |
| 224 | <footer class="clearfix"> | 224 | <footer class="clearfix"> |
| 225 | <ul class="nav-footer"> | 225 | <ul class="nav-footer"> |
| 226 | <li><a href="#">店舗検索</a></li> | 226 | <li><a href="#">店舗検索</a></li> |
| 227 | <li><a href="#">お客様窓口</a></li> | 227 | <li><a href="#">お客様窓口</a></li> |
| 228 | <li><a href="#">企業情報</a></li> | 228 | <li><a href="#">企業情報</a></li> |
| 229 | <li><a href="#">採用情報</a></li> | 229 | <li><a href="#">採用情報</a></li> |
| 230 | <li><a href="#">プライバシーポリシー</a></li> | 230 | <li><a href="#">プライバシーポリシー</a></li> |
| 231 | </ul> | 231 | </ul> |
| 232 | <div class="logo-bottom"> | 232 | <div class="logo-bottom"> |
| 233 | <img src="../images/logobottom.png" alt="Logo" /> | 233 | <img src="images/logobottom.png" alt="Logo" /> |
| 234 | </div> | 234 | </div> |
| 235 | </footer> | 235 | </footer> |
| 236 | <div class="footer text-center"> | 236 | <div class="footer text-center"> |
| 237 | Copyright © CREVASSE - All Rights Reserved | 237 | Copyright © CREVASSE - All Rights Reserved |
| 238 | </div> | 238 | </div> |
| 239 | 239 | ||
| 240 | <!--MODAL CONTENT--> | 240 | <!--MODAL CONTENT--> |
| 241 | <div ng-include="designFrameView"></div> | 241 | <div ng-include="designFrameView"></div> |
| 242 | </div> | 242 | </div> |
| 243 | 243 | ||
| 244 | 244 | ||
| 245 | </div> | 245 | </div> |
| 246 | 246 |