12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- @charset "UTF-8";
- .text-center.data-v-7a071d28 {
- text-align: center;
- }
- .font-weight.data-v-7a071d28 {
- font-weight: bold;
- }
- .page-width.data-v-7a071d28 {
- width: 100%;
- }
- .goods-hover-class.data-v-7a071d28 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-7a071d28 {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-7a071d28 {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-7a071d28 {
- width: 100%;
- }
- .u-hover-class.data-v-7a071d28 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-7a071d28 {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .address-bottom.data-v-7a071d28 {
- width: 702rpx;
- height: 80rpx;
- line-height: 80rpx;
- border-radius: 40rpx;
- padding: 0;
- text-align: center;
- margin: 40rpx auto;
- color: #fff;
- z-index: 7;
- font-size: 28rpx;
- background-color: #446dfd;
- }
- .input-list.data-v-7a071d28 {
- background-color: #fff;
- padding-left: 30rpx;
- }
- .input-item.data-v-7a071d28 {
- border-bottom: 1rpx solid #eee;
- padding: 24rpx 30rpx 24rpx 0;
- height: 96rpx;
- font-size: 28rpx;
- color: #495060;
- }
- .input-item.data-v-7a071d28:last-of-type {
- border-bottom: 0;
- }
- .input-item .label.data-v-7a071d28 {
- width: 20%;
- height: 48rpx;
- line-height: 48rpx;
- }
- .input-item input.data-v-7a071d28 {
- width: 80%;
- height: 48rpx;
- line-height: 48rpx;
- font-size: 28rpx;
- }
|