123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- * {
- margin: 0;
- padding: 0;
- }
- .heads {
- padding: 40px 30px 0px 30px;
- overflow: hidden;
- }
- .heads-left {
- color: #3399FF;
- }
- .heads-right {
- width: 60px;
- height: 60px;
- }
- .heads-right image {
- width: 100%;
- height: 100%;
- }
- .left {
- float: left;
- }
- .right {
- float: right;
- }
- #wine {
- width: 100%;
- height: 100%;
- }
- .newhelp {
- display: flex;
- font-size: 12px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- line-height: 17px;
- align-items: center;
- position: absolute;
- top: 0;
- left: 0;
- margin-top: 10px;
- margin-left: 15px;
- }
- .newhelp .font {
- text-decoration: underline;
- margin-left: 2px;
- }
- .newhelp .helpImg {
- width: 0.875rem;
- height: 0.875rem;
- }
- .newhelp .helpImg img {
- width: 100%;
- height: 100%;
- }
- .buyIcon {
- position: absolute;
- top: 0;
- right: 0;
- /* margin-top: 0.625rem;
- margin-right: 0.625rem;
- */
- }
- .swiper-container {
- width: 100%;
- height: 100%;
- }
- .swiper-slide {
- /* padding: 43px 53px; */
- padding: 12% 14%;
- box-sizing: border-box;
- text-align: center;
- font-size: 18px;
- /* background: #fff; */
- /* height: 667px; */
- height: 100%;
- /* Center slide text vertically */
- display: -webkit-box;
- display: -ms-flexbox;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .swiper-button-next {
- width: 15px;
- height: 15px;
- background: url(../../static/img/xia_icon.png);
- right: 15px;
- }
- .swiper-button-prev {
- width: 15px;
- height: 15px;
- background: url(../../static/img/shang_icon.png);
- left: 15px;
- }
- .swiper-button-next:after,
- .swiper-container-rtl .swiper-button-prev:after {
- content: "" !important;
- }
- .swiper-button-prev:after,
- .swiper-container-rtl .swiper-button-next:after {
- content: "" !important;
- }
- .thl-time {
- text-align: left;
- margin-left: -0.4rem !important;
- }
|