123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248 |
- /* http://meyerweb.com/eric/tools/css/reset/
- v2.0 | 20110126
- License: none (public domain)
- */
- html, body, div, span, applet, object, iframe,
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
- a, abbr, acronym, address, big, cite, code,
- del, dfn, em, img, ins, kbd, q, s, samp,
- small, strike, strong, sub, sup, tt, var,
- b, u, i, center,
- dl, dt, dd, ol, ul, li,
- fieldset, form, label, legend,
- table, caption, tbody, tfoot, thead, tr, th, td,
- article, aside, canvas, details, embed,
- figure, figcaption, footer, header, hgroup,
- menu, nav, output, ruby, section, summary,
- time, mark, audio, video {
- margin: 0;
- padding: 0;
- border: 0;
- font-size: 100%;
- font: inherit;
- vertical-align: baseline;
- }
- /* HTML5 display-role reset for older browsers */
- article, aside, details, figcaption, figure,
- footer, header, hgroup, menu, nav, section {
- display: block;
- }
- ol, ul {
- list-style: none;
- }
- blockquote, q {
- quotes: none;
- }
- blockquote:before, blockquote:after,
- q:before, q:after {
- content: '';
- content: none;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- input {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- /* */
- body {
- color: #666666;
- font-size: 0.28rem;
- font-family: PingFangSC-Regular, PingFang SC;
- }
- .overlay {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 9990;
- background-color: rgba(0, 0, 0, 0.3);
- min-height: 6.5rem;
- }
- .section-agr {
- width: 5.68rem;
- position: fixed;
- top: 50%;
- left: 50%;
- background: #ffffff;
- border-radius: 0.16rem;
- transform: translate(-50%, -50%);
- z-index: 9991;
- }
- .issue {
- height: 1.16rem;
- font-family: PingFangSC-Medium;
- font-size: 0.32rem;
- font-weight: 500;
- color: #333333;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-bottom: 0.14rem;
- }
- ul {
- margin-top: -0.03rem;
- }
- ul li {
- display: flex;
- align-items: center;
- margin-bottom: 0.4rem;
- }
- ul li:last-child {
- margin-bottom: 0;
- }
- ul li span {
- color: #666666;
- font-size: 0.28rem;
- font-weight: 400;
- }
- ul li input[type="radio"] {
- -webkit-appearance: none;
- width: 0.28rem;
- height: 0.28rem;
- background-color: #fff;
- border: 0.01rem solid #c9c9c9;
- border-radius: 50%;
- outline: none;
- margin-left: 0.52rem;
- margin-right: 0.13rem;
- margin-top: 0;
- }
- ul li input:checked {
- border: none;
- background: url('./img/checked.png') no-repeat;
- background-size: 100% 100%;
- }
- .cancelmsg-title {
- font-size: 0.28rem;
- margin: 0.35rem 0 0 0.44rem;
- }
- .cancelmsg-box {
- height: 1.62rem;
- margin: 0.08rem 0.44rem 0 0.44rem;
- border: 0.02rem solid #F2F2F2;
- border-radius: 0.04rem;
- position: relative;
- }
- .cancelmsg-box .cancelmsg {
- width: 4.3rem;
- height: 1.3rem;
- color: #999999;
- font-size: 0.28rem;
- font-family: PingFangSC-Regular, PingFang SC;
- background: #FFFFFF;
- margin: 0.13rem auto;
- display: block;
- border: none;
- resize: none;
- }
- textarea::-webkit-input-placeholder {
- color: #999999;
- font-size: 0.28rem;
- }
- .cancelmsg-box .cnt {
- font-size: 0.24rem;
- color: #ccc;
- position: absolute;
- right: 0.26rem;
- bottom: 0.18rem;
- }
- .section-agr .actions {
- display: flex;
- width: 100%;
- justify-content: space-evenly;
- height: 0.88rem;
- margin-top: 0.32rem;
- align-items: center;
- border-top: 0.01rem solid #E6E6E6;
- }
- .section-agr .actions .btn {
- height: 100%;
- flex: 1;
- color: #333;
- font-size: 0.32rem;
- font-weight: 500;
- font-family: PingFangSC-Medium, PingFang SC;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .section-agr .actions .primary {
- color: #3A9DFD;
- border-left: 0.01rem solid #E6E6E6;
- }
- /* 弹窗 */
- .fixed-center {
- display: none;
- position: fixed;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -678%);
- z-index: 9991;
- }
- .login {
- width: 96%;
- height: 1rem;
- border-radius: 0.2rem;
- background: #fdebe7;
- }
- .texts {
- margin: 0 auto;
- display: inline-block;
- color: #333333;
- width: 100%;
- line-height: 1.1rem;
- text-indent: 0.2rem;
- font-size: 0.38rem;
- }
- .feedback {
- text-indent: 0.2rem;
- display: inline-block;
- line-height: 1rem;
- text-align: center;
- width: 100%;
- font-size: 0.28rem;
- color: #cf7169
- }
- .im {
- display: inline-block;
- width: 100%;
- line-height: 0.85rem;
- margin-left: 3.95rem;
- color: #6e6eb7;
- }
|