12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- @charset "UTF-8";
- .text-center {
- text-align: center;
- }
- .font-weight {
- font-weight: bold;
- }
- .page-width {
- width: 100%;
- }
- .goods-hover-class {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width {
- width: 100%;
- }
- .u-hover-class {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .buttons {
- width: 750rpx;
- height: 110rpx;
- border-top: 1rpx solid #e2e2e2;
- }
- .buttons .app-button {
- width: 100%;
- height: 110rpx;
- text-align: center;
- line-height: 110rpx;
- background-color: #fff;
- }
- .buttons .app-button .app-exhange {
- width: 702rpx;
- color: #fff;
- border-radius: 41rpx;
- height: 82rpx;
- line-height: 82rpx;
- font-size: 28rpx;
- }
- .buttons .app-button .app-over {
- width: 702rpx;
- border-radius: 41rpx;
- height: 82rpx;
- line-height: 82rpx;
- font-size: 28rpx;
- }
- .buttons .app-button .bd-oversell-btn {
- background: #e9e9e9;
- color: #999999;
- }
- .buttons .app-button .btn-finish-sell {
- background: -webkit-linear-gradient(left, #999999, rgba(153, 153, 153, 0.7));
- background: linear-gradient(to right, #999999, rgba(153, 153, 153, 0.7));
- color: #ffffff;
- }
- .u-bottom-height-0 {
- height: 110rpx;
- }
- .u-bottom-height-1 {
- height: 190rpx;
- }
- .u-bottom-fixed {
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- z-index: 1602;
- background-color: #ffffff;
- }
- .u-bottom-height-2 {
- height: 270rpx;
- }
|