123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220 |
- * {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- }
- html,
- body {
- width: 100%;
- height: 100%;
- font-family: PingFang SC-Regular, PingFang SC, Microsoft YaHei;
- color: #333;
- font-size: 0.16rem;
- /* position: relative; */
- }
- a {
- text-decoration: none;
- -webkit-tap-highlight-color: transparent;
- -webkit-focus-ring-color: transparent
- }
- img {
- vertical-align: middle;
- display: block;
- outline: none;
- }
- ul li {
- list-style: none;
- }
- button {
- border: none;
- outline: none;
- margin: 0;
- padding: 0;
- background-color: transparent;
- -webkit-tap-highlight-color: transparent;
- -webkit-focus-ring-color: transparent
- }
- p {
- margin-block-start: 0;
- margin-block-end: 0;
- }
- .flexB {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .flexC {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .clearfix::after {
- content: '';
- display: block;
- height: 0;
- line-height: 0;
- visibility: hidden;
- clear: both;
- }
- .clearfix {
- *zoom: 1;
- }
- .fl {
- float: left;
- }
- .fr {
- float: right;
- }
- .textSpill {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis
- }
- .textSpill2 {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- .textSpill3 {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 3;
- -webkit-box-orient: vertical;
- }
- header {
- width: 100%;
- height: 0.88rem;
- background: #fff;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 1000;
- padding: 0 32px;
- }
- header .logo {
- width: 0.76rem;
- height: 0.76rem;
- }
- header .tabbar,
- header .tabbar_close {
- width: 0.48rem;
- height: 0.48rem;
- }
- footer {
- width: 100%;
- height: 5.34rem;
- background: url('https://cookhome-images-1.oss-cn-hangzhou.aliyuncs.com/guangwangindex/h5/footer.png') no-repeat center;
- background-size: cover;
- padding: 0.48rem 0.32rem 0.32rem;
- color: #fff;
- font-size: 0.24rem;
- }
- footer .top {
- margin-bottom: 0.48rem;
- }
- footer .top .decl {
- display: flex;
- justify-content: space-between;
- align-items: flex-end;
- padding-right: 0.18rem;
- }
- footer .top .decl .wexin img {
- width: 1.44rem;
- height: 1.18rem;
- margin-bottom: 0.54rem;
- }
- footer .top .decl .wexin .phone {
- font-size: 0.24rem;
- color: #CCCCCC;
- margin-top: 0.1rem;
- }
- footer .top .decl .wexin .phone span {
- font-size: 0.32rem;
- }
- footer .address {
- font-size: 0.24rem;
- margin-top: 0.3rem;
- }
- footer .top .erweima {
- font-size: 0.22rem;
- }
- footer .top .erweima img {
- width: 1.8rem;
- height: 1.8rem;
- margin: 0 auto 0.2rem;
- }
- footer .bom {
- text-align: center;
- border-top: 1px solid #909297;
- padding-top: 0.22rem;
- }
- footer .bom p {
- margin-bottom: 0.1rem;
- }
- .tabbar_model {
- width: 100%;
- height: 100%;
- background-color: #fff;
- position: fixed;
- top: -100rem;
- left: 0;
- z-index: 2000;
- display: none;
- }
- .tabbar_model ul {
- margin-top: 0.84rem;
- padding: 0 0.32rem;
- }
- .tabbar_model ul li {
- font-size: 0.28rem;
- color: #333333;
- font-family: PingFang SC-Regular, PingFang SC;
- border-bottom: 1px solid #E0E1E5;
- padding: 0.8rem 0 0.34rem;
- cursor: pointer;
- -webkit-tap-highlight-color: transparent;
- -webkit-focus-ring-color: transparent
- }
- .tabbar_model ul li:first-child {
- padding: 0.7rem 0 0.34rem;
- }
|