123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294 |
- .vipcard .panel{
- background: #FFFFFF;
- border: 1px solid #E6E6E6;
- box-shadow: 0 0 3px 1px rgba(0,0,0,0.05);
- border-radius: 3px;
- margin: 10px 15px;
- padding: 15px;
- }
- .btnweizhi{
- margin: 10px 15px;
- height: 54px;
- line-height: 54px;
- background-image: linear-gradient(90deg, #7ED0FF 0%, #48A3FE 100%);
- border-radius: 3px;
- color: #fff;
- font-size: 15px;
- padding: 0 15px;
- }
- .btnweizhi .dc_hd{
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- padding: 0 10px;
- }
- .vipcard .vipinfo .pic{
- border: 1px solid #A6C7E7;
- border-radius: 50%;
- width: 52px;
- height: 52px;
- overflow: hidden;
- margin-right: 12px;
- }
- .vipcard .vipinfo .name{
- font-size: 17px;
- color: #333333;
- line-height: 24px;
- }
- .vipcard .vipinfo .other{
- font-size: 13px;
- color: #666666;
- height: 20px;
- line-height: 20px;
- margin-top: 5px;
- }
- .vipcard .vipinfo .other span{
- display: inline-block;
- background: #FFFFFF;
- border: 1px solid #48A3FE;
- border-radius: 10px;
- height: 20px;
- padding: 0 5px;
- font-size: 12px;
- line-height: 18px;
- color: #48A3FE;
- margin-left: 5px;
- }
- .vipcard .vipinfo .other span i{
- font-size: 12px;
-
- }
- .vipcard .vipinfo .txt{
- background: #FCFEFF;
- border: 1px solid #A6C7E7;
- border-radius: 4px;
- padding: 15px;
- font-size: 15px;
- color: #333333;
- line-height: 24px;
- position: relative;
- margin-top: 15px;
- position: relative;
- }
- .vipcard .vipinfo .txt:before{
- position: absolute;
- content: '';
- width: 13px;
- height: 8px;
- background: url(../images/dialog_upicon.png) no-repeat center center / 13px 8px;
- left: 14px;
- top:-8px;
- }
- /*.vipcard .vipinfo .txt .arrow {
- position: absolute;
- width: 0;
- height: 0;
- border-color: transparent;
- border-bottom-color: transparent;
- border-style: solid;
- top: 0;
- left: 50%;
- margin-left: -5px;
- border-width: 0 5px 5px;
- border-bottom-color: #A6C7E7;
- }*/
- .vipcard .panel .Ttitle{
- margin: -15px -15px 0;
- font-size: 15px;
- color: #48A3FE;
- border-bottom: 1px solid #E6E6E6;
- height: 54px;
- line-height: 54px;
- text-align: center;
- }
- .vipcard .panel .Ttitle i{
- display: inline-block;
- width: 21px;
- height: 21px;
- text-align: center;
- line-height: 21px;
- color: #fff;
- font-size: 15px;
- font-style: normal;
- background: url(../images/xh.png) no-repeat center center / 21px 21px;
- margin-right: 5px;
- }
- .vipcard .lineform{
- margin-top: 15px;
- }
- .vipcard .lineform .type{
- font-size: 14px;
- color: #666666;
- margin-right: 18px;
- }
- .vipcard .lineform input,.vipcard .lineform select{
- background-color: #F8F8F8;
- border: 1px solid #CCCCCC !important;
- border-radius: 4px;
- height: 38px;
- padding: 0 10px;
- margin: 0;
- font-size: 14px;
- position: relative;
- }
- .vip2typeselect{
- font-size: 16px;
- color: #CCCCCC;
- margin: 20px auto 15px;
- }
- .vip2typeselect .active{
- color: #48A3FE;
- }
- .vip2typeselect .active .icon-vip-xz {
- background: url(../images/icon-vip-xz1.png) no-repeat center center/0.4rem 0.4rem;
- }
- .vipcard .panelbttom{
- padding: 15px;
- }
- .vipcard .panelbttom .txt-tiaokuan{
- margin-bottom: 10px;
- }
- .locationbox .Ttitle{
- height: 38px;
- line-height: 38px;
- padding: 0 15px;
- font-size: 15px;
- color: #999999;
- }
- .locationbox .Ttitle i.iconfont{
- margin-right: 5px;
- }
- .locationbox .panel{
- background: #fff;
-
- }
- .locationbox .panel .list{
- position: relative;
- padding: 15px;
- }
- .locationbox .panel .list .dc_hd{
- font-size: 15px;
- color: #333333;
- line-height: 21px;
- }
- .locationbox .panel .list .dc_time{
- font-size: 12px;
- color: #999999;
- margin-left: 18px;
- }
- .locationbox .panel .list .addr{
- font-size: 12px;
- color: #999999;
- margin-top: 10px;
- }
- .locationbox .panel .list+.list:after{
- position: absolute;
- content: '';
- left:15px;
- right: 0px;
- top: 0;
- height: 1px;
- background: #e6e6e6;
- -webkit-transform: scaleY(.5);
- transform: scaleY(.5);
- }
- .vipcard .panel .infobox{
- background: #F8F8F8;
- border-radius: 4px;
- padding: 0 10px;
- margin-top: 10px;
- }
- .vipcard .panel .infobox .T{
- font-size: 13px;
- color: #999999;
- padding: 9px 0;
- line-height: 18px;
- border-bottom: 1px solid #E6E6E6;
- }
- .vipcard .panel .infobox .dc_flex{
- padding: 15px 0;
-
- }
- .vipcard .panel .infobox .dc_flex .pic,.vipcard .panel .infobox .dc_flex .pic img{
- height: 54px;
- width: 54px;
- border-radius: 50%;
- overflow: hidden;
- }
- .vipcard .panel .infobox .dc_flex .dc_hd{
- font-size: 14px;
- color: #333333;
- line-height: 25px;
- margin-left: 15px;
- }
- .vipcard .lineform select,.vipcard .lineform input[disabled='disabled']{
- appearance:none;
- -moz-appearance:none;
- -webkit-appearance:none;
- background:#F8F8F8 url(../images/downicon.png) no-repeat center right / 18px 6px;
- padding-right: 18px;
- }
- .viptypeshow .list .mui-numbox{
- display: none;
- }
- .viptypeshow .list.active .mui-numbox{
- display: block;
- width: 100px;
- padding: 0 30px;
- }
- .viptypeshow .list .mui-numbox .mui-input-numbox{
- color: #333;
- }
- .viptypeshow .list .mui-numbox{
- height: 30px;
- }
- .viptypeshow .mui-numbox [class*=btn-numbox]{
- width: 30px;
- }
- .search_c{
- background: #fff;
- border-bottom: 1px solid #e6e6e6;
- }
- .search_c .so_txt{
- margin-left: 10px;
- margin-right: 3px;
- font-size: 17px;
- color: #3399FF;
- display: none;
- }
- .search_c .so_txt span{
- display: inline-block;
- height: 34px;
- line-height: 34px;
- padding: 0 5px;
- }
- .search_c {
- padding: 12px 15px;
- background: #FAFAFA;
- }
- .search_c input {
- height: 34px;
- line-height: 32px;
- border-radius: 17px;
- border: none;
- border: 1px solid #E6E6E6;
- font-size: 13px;
- padding-left: 35px;
- background: #F3F3F3 url(../images/so_icon.png) no-repeat 10px center / 15px 15px;
- margin: 0;
- }
- .read_so_nolsit {
- padding: 120px 0;
- }
- .read_so_nolsit img {
- width: 1.48rem;
- margin: 0 auto;
- }
|