| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193 |
- .uni-main.data-v-920cb2b0 {
- width: 100%;
- height: 100%;
- background-color: #fff;
- font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
- }
- .sticky-nav.data-v-920cb2b0 {
- position: -webkit-sticky;
- position: sticky;
- width: 100%;
- top: 0;
- z-index: 1;
- border-bottom: 1rpx solid #e5e5e5;
- }
- .nav-box.data-v-920cb2b0 {
- width: 100%;
- padding-top: 50rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- background: #fff;
- height: 100rpx;
- padding-bottom: 50rpx;
- }
- .nav-box.data-v-920cb2b0 .u-icon {
- margin-left: 20rpx!important;
- }
- .nav-box .title.data-v-920cb2b0 {
- font-size: 38rpx;
- color: #000;
- width: 100%;
- text-align: center;
- }
- .nav-box .right-icon.data-v-920cb2b0 {
- float: right;
- margin-right: 20rpx;
- }
- .uni-header_title.data-v-920cb2b0 {
- padding: 10rpx 0rpx;
- text-align: center;
- font-size: 36rpx;
- }
- .uni-banner .uin-banner_thumb.data-v-920cb2b0 {
- width: 80%;
- height: 300rpx;
- margin: 0 auto;
- display: block;
- }
- .uni-info .uni-text.data-v-920cb2b0 {
- font-size: 32rpx;
- margin-bottom: 10rpx;
- padding: 0rpx 10rpx;
- }
- .uni-info .uni-info_time.data-v-920cb2b0 {
- padding-top: 20rpx;
- }
- .uni-info .uni-info_price.data-v-920cb2b0 {
- padding-bottom: 20rpx;
- border-bottom: 8rpx solid #f1f1f1;
- }
- .uni-info .uni-info_price .price.data-v-920cb2b0 {
- color: #ff7a55;
- }
- .uni-info .uni-info_stock .kefu.data-v-920cb2b0 {
- float: right;
- margin-right: 10rpx;
- }
- .uni-content .header.data-v-920cb2b0 {
- padding: 20rpx 10px;
- font-size: 36rpx;
- font-weight: bold;
- text-align: center;
- color: #ff7a55;
- }
- .uni-content .content.data-v-920cb2b0 {
- border-top: 8rpx solid #f1f1f1;
- }
- .uni-content .content.data-v-920cb2b0 {
- padding: 10rpx;
- }
- .uni-buy.data-v-920cb2b0 {
- text-align: center;
- width: 100%;
- position: fixed;
- bottom: 0;
- background-color: #ccad51;
- }
- .uni-buy .uni-buy_btn.data-v-920cb2b0 {
- font-size: 40rpx;
- padding: 20rpx 0rpx;
- color: #fff;
- }
- /* 弹窗 */
- .mask.data-v-920cb2b0 {
- z-index: 99;
- background: rgba(0, 0, 0, 0.6);
- position: fixed;
- bottom: 0;
- right: 0;
- left: 0;
- top: 0;
- }
- .tip.data-v-920cb2b0 {
- z-index: 999;
- min-width: 600rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- font-size: 36rpx;
- text-align: center;
- background: #FFFFFF;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-border-radius: 8rpx;
- border-radius: 8rpx;
- position: fixed;
- left: 50%;
- top: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- }
- .tip .main.data-v-920cb2b0 {
- padding: 50rpx 35rpx 20rpx;
- }
- .tip .count.data-v-920cb2b0 {
- width: 100%;
- text-align: left;
- }
- .tip .count .input-box.data-v-920cb2b0 {
- color: #666;
- background-color: #ccc;
- padding: 6rpx 10rpx;
- font-weight: bold;
- -webkit-border-radius: 4rpx;
- border-radius: 4rpx;
- }
- .tip .count .tip-input.data-v-920cb2b0 {
- display: inline-block;
- width: 120rpx;
- vertical-align: middle;
- }
- .tip .options.data-v-920cb2b0 {
- margin-top: 30rpx;
- text-align: center;
- }
- .tip .options .option.data-v-920cb2b0 {
- -webkit-border-radius: 4rpx;
- border-radius: 4rpx;
- background-color: #ccc;
- padding: 6rpx 10rpx;
- width: 26%;
- margin: 10rpx 3%;
- text-align: center;
- font-weight: bold;
- color: #666;
- display: inline-block;
- }
- .tip .options .option.active.data-v-920cb2b0 {
- background-color: #ccad51;
- }
- .tip .bottom.data-v-920cb2b0 {
- width: 100%;
- position: relative;
- bottom: 0;
- }
- .tip .bottom .btn.data-v-920cb2b0 {
- width: 50%;
- display: inline-block;
- border: 1px solid #ccc;
- padding: 10rpx 0rpx;
- font-weight: bold;
- }
- .tip .bottom .btn.cancel.data-v-920cb2b0 {
- -webkit-border-bottom-left-radius: 8rpx;
- border-bottom-left-radius: 8rpx;
- }
- .tip .bottom .btn.confirm.data-v-920cb2b0 {
- color: red;
- -webkit-border-bottom-right-radius: 8rpx;
- border-bottom-right-radius: 8rpx;
- }
|