| | |
| | | /* 不允许复制 */
|
| | | -moz-user-select: none;
|
| | | /* Firefox私有属性 */
|
| | | -webkit-user-select: none;
|
| | | /* -webkit-user-select: none; */
|
| | | /* WebKit内核私有属性 */
|
| | | -ms-user-select: none;
|
| | | /* IE私有属性(IE10及以后) */
|
| | | -khtml-user-select: none;
|
| | | /* KHTML内核私有属性 */
|
| | | -o-user-select: none;
|
| | | /* Opera私有属性 */
|
| | | user-select: none;
|
| | | /* CSS3属性 */
|
| | | /* IOS点击阴影 */
|
| | | -webkit-tap-highlight-color: transparent; |
| | | /* 禁止长按图片保存 */ |
| | | -webkit-tap-highlight-color: transparent;
|
| | | /* 禁止长按图片保存 */
|
| | | -webkit-touch-callout: none;
|
| | | }
|
| | |
|
| | | body {
|
| | | background-color: red;
|
| | | background-color: #F3F3F3;
|
| | | font-family: Arial, "Microsoft YaHei";
|
| | | }
|
| | |
|
| | | .imgheader {
|
| | | height: 2.8rem;
|
| | | background-repeat: no-repeat;
|
| | | /**等比例缩放*/
|
| | | background-size: contain;
|
| | | }
|
| | |
|
| | | .div_title_bg {
|
| | | display: -webkit-flex;
|
| | | height: 0.3rem;
|
| | | align-items: center;
|
| | | margin-top: 0.47rem;
|
| | | }
|
| | |
|
| | | .div_title_bg :nth-child(1) {
|
| | | background-color: #CDCDCD;
|
| | | height: 0.02rem;
|
| | | width: 3.01rem;
|
| | | }
|
| | |
|
| | | .div_title_bg :nth-child(2) {
|
| | | color: #333333;
|
| | | font-size: 0.3rem;
|
| | | margin-left: 0.14rem;
|
| | | }
|
| | |
|
| | | .div_title_bg :nth-child(3) {
|
| | | background-color: #CDCDCD;
|
| | | height: 0.02rem;
|
| | | width: 3.01rem;
|
| | | margin-left: 0.14rem;
|
| | | }
|
| | |
|
| | | .div_applycategory_title_bg {
|
| | | color: #888888;
|
| | | font-size: 0.28rem;
|
| | | height: 0.28rem;
|
| | | display: -webkit-flex;
|
| | | align-items: center;
|
| | | padding-left: 0.3rem;
|
| | | margin-top: 0.22rem;
|
| | | }
|
| | |
|
| | | .div_applycategory_conent_bg {
|
| | | display: -webkit-flex;
|
| | | margin-top: 0.28rem;
|
| | | padding-left: 0.3rem;
|
| | | }
|
| | |
|
| | | .div_vip_1 {
|
| | | font-size: 0.28rem;
|
| | | color: #E5005C;
|
| | | width: 2.2rem;
|
| | | height: 0.7rem;
|
| | | background-color: #FFD1E4;
|
| | | display: -webkit-flex;
|
| | | align-items: center;
|
| | | justify-content: center;
|
| | | border-radius: 0.06rem;
|
| | | position: relative;
|
| | | }
|
| | |
|
| | | .img_select_1 {
|
| | | width: 0.38rem;
|
| | | height: 0.39rem;
|
| | | position: absolute;
|
| | | right: 0;
|
| | | top: 0.31rem;
|
| | | }
|
| | |
|
| | | .div_vip_2 {
|
| | | font-size: 0.28rem;
|
| | | color: #000000;
|
| | | width: 2.2rem;
|
| | | height: 0.7rem;
|
| | | background-color: #FFFFFF;
|
| | | display: -webkit-flex;
|
| | | align-items: center;
|
| | | justify-content: center;
|
| | | margin-left: 0.15rem;
|
| | | border-radius: 0.06rem;
|
| | | position: relative;
|
| | | }
|
| | |
|
| | | .img_select_2 {
|
| | | width: 0.38rem;
|
| | | height: 0.39rem;
|
| | | position: absolute;
|
| | | right: 0;
|
| | | top: 0.31rem;
|
| | | }
|
| | |
|
| | | .div_quicksaveid_title_bg {
|
| | | color: #888888;
|
| | | font-size: 0.28rem;
|
| | | height: 0.28rem;
|
| | | display: -webkit-flex;
|
| | | align-items: center;
|
| | | padding-left: 0.3rem;
|
| | | margin-top: 0.46rem;
|
| | | }
|
| | |
|
| | | .div_quicksaveid_content_bg {
|
| | | margin-top: 0.2rem;
|
| | | background-color: white;
|
| | | }
|
| | |
|
| | | .quicksaveid_input {
|
| | | margin-left: 0.15rem;
|
| | | font-size: 0.3rem;
|
| | | height: 0.88rem;
|
| | | border: none;
|
| | | outline: medium;
|
| | | } |
| | | |
| | | .imgheader { |
| | | height: 2.8rem; |
| | | background-repeat: no-repeat; |
| | | /**等比例缩放*/ |
| | | background-size: contain; |
| | | } |
| | | .div_title_bg { |
| | | display: -webkit-flex; |
| | | height: 0.3rem; |
| | | align-items: center; |
| | | margin-top: 0.47rem; |
| | | } |
| | | |
| | | .div_title_bg :nth-child(1) { |
| | | background-color: #CDCDCD; |
| | | height: 0.02rem; |
| | | width: 3.01rem; |
| | | } |
| | | |
| | | .div_title_bg :nth-child(2) { |
| | | color: #333333; |
| | | font-size: 0.3rem; |
| | | margin-left: 0.14rem; |
| | | } |
| | | |
| | | .div_title_bg :nth-child(3) { |
| | | background-color: #CDCDCD; |
| | | height: 0.02rem; |
| | | width: 3.01rem; |
| | | margin-left: 0.14rem; |
| | | } |
| | | |
| | | .div_applycategory_title_bg { |
| | | color: #888888; |
| | | font-size: 0.28rem; |
| | | height: 0.28rem; |
| | | display: -webkit-flex; |
| | | align-items: center; |
| | | padding-left: 0.3rem; |
| | | margin-top: 0.22rem; |
| | | } |
| | | |
| | | .div_applycategory_conent_bg { |
| | | display: -webkit-flex; |
| | | margin-top: 0.28rem; |
| | | padding-left: 0.3rem; |
| | | } |
| | | |
| | | .div_vip_1 { |
| | | font-size: 0.28rem; |
| | | color: #E5005C; |
| | | width: 2.2rem; |
| | | height: 0.7rem; |
| | | background-color: #FFD1E4; |
| | | display: -webkit-flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | border-radius: 0.06rem; |
| | | position: relative; |
| | | } |
| | | |
| | | .img_select_1 { |
| | | width: 0.38rem; |
| | | height: 0.39rem; |
| | | position: absolute; |
| | | right: 0; |
| | | top: 0.31rem; |
| | | } |
| | | |
| | | .div_vip_2 { |
| | | font-size: 0.28rem; |
| | | color: #000000; |
| | | width: 2.2rem; |
| | | height: 0.7rem; |
| | | background-color: #FFFFFF; |
| | | display: -webkit-flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | margin-left: 0.15rem; |
| | | border-radius: 0.06rem; |
| | | position: relative; |
| | | } |
| | | |
| | | .img_select_2 { |
| | | width: 0.38rem; |
| | | height: 0.39rem; |
| | | position: absolute; |
| | | right: 0; |
| | | top: 0.31rem; |
| | | } |
| | | |
| | | .div_quicksaveid_title_bg { |
| | | color: #888888; |
| | | font-size: 0.28rem; |
| | | height: 0.28rem; |
| | | display: -webkit-flex; |
| | | align-items: center; |
| | | padding-left: 0.3rem; |
| | | margin-top: 0.46rem; |
| | | } |
| | | |
| | | .div_quicksaveid_content_bg { |
| | | margin-top: 0.2rem; |
| | | /* background-color: red; */ |
| | | } |
| | | |
| | | .quicksaveid_input { |
| | | font-size: 0.3rem; |
| | | height: 0.88rem; |
| | | } |