1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- @charset "UTF-8";
- .text-center.data-v-1955db7c {
- text-align: center;
- }
- .font-weight.data-v-1955db7c {
- font-weight: bold;
- }
- .page-width.data-v-1955db7c {
- width: 100%;
- }
- .goods-hover-class.data-v-1955db7c {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-1955db7c {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-1955db7c {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-1955db7c {
- width: 100%;
- }
- .u-hover-class.data-v-1955db7c {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-1955db7c {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .default-back.data-v-1955db7c {
- background: -webkit-linear-gradient(310deg, #ff5427, #ff3d3f, #ff2e4e, #ff2754);
- background: linear-gradient(140deg, #ff5427, #ff3d3f, #ff2e4e, #ff2754);
- }
- .app-pt-time.data-v-1955db7c {
- height: 88rpx;
- width: 750rpx;
- position: relative;
- }
- .app-pt-time .app-image.data-v-1955db7c {
- width: 750rpx;
- height: 88rpx;
- }
- .app-pt-time .app-title.data-v-1955db7c {
- width: 281rpx;
- color: white;
- margin-top: 46rpx;
- font-size: 22rpx;
- }
- .app-pt-time .app-time-content.data-v-1955db7c {
- width: 322rpx;
- height: 88rpx;
- position: absolute;
- right: 0;
- top: 0;
- }
- .app-pt-time .app-time-content .app-name.data-v-1955db7c {
- width: 322rpx;
- height: 30rpx;
- font-size: 20rpx;
- color: white;
- margin: 5rpx 0;
- text-align: center;
- }
- .app-pt-time .app-time-content .app-time-info.data-v-1955db7c {
- height: 48rpx;
- width: 322rpx;
- text-align: center;
- }
- .app-pt-time .app-time-content .app-time-info .app-degree.data-v-1955db7c {
- font-size: 23rpx;
- color: #ffffff;
- margin: 0 6rpx;
- }
- .app-pt-time .app-time-content .app-time-info .app-value.data-v-1955db7c {
- display: inline-block;
- min-width: 40rpx;
- height: 36rpx;
- line-height: 36rpx;
- border-radius: 4rpx;
- background-color: white;
- text-align: center;
- font-size: 19rpx;
- }
|