12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- @charset "UTF-8";
- .text-center.data-v-3ec61a7e {
- text-align: center;
- }
- .font-weight.data-v-3ec61a7e {
- font-weight: bold;
- }
- .page-width.data-v-3ec61a7e {
- width: 100%;
- }
- .goods-hover-class.data-v-3ec61a7e {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-3ec61a7e {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-3ec61a7e {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-3ec61a7e {
- width: 100%;
- }
- .u-hover-class.data-v-3ec61a7e {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-3ec61a7e {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .video.data-v-3ec61a7e {
- padding: 24rpx;
- }
- .title.data-v-3ec61a7e {
- color: #353535;
- margin-top: 24rpx;
- }
- .content.data-v-3ec61a7e {
- font-size: 28rpx;
- color: #999999;
- margin-top: 40rpx;
- }
- .content.active.data-v-3ec61a7e {
- word-break: break-all;
- white-space: pre-wrap;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- }
- .other.data-v-3ec61a7e {
- font-size: 24rpx;
- color: #999999;
- margin-top: 36rpx;
- margin-bottom: 40rpx;
- }
- .img.data-v-3ec61a7e {
- height: 22rpx;
- width: 12rpx;
- margin-right: 16rpx;
- -webkit-transform: rotate(90deg);
- transform: rotate(90deg);
- }
- .img.active.data-v-3ec61a7e {
- -webkit-transform: rotate(-90deg);
- transform: rotate(-90deg);
- }
|