12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103 |
- page {
- height: 100%;
- background: #f4f4f4;
- }
- .container{
- padding: 50rpx 28rpx 180rpx ;
- }
- .address-box {
- width: 100%;
- }
- .address-item {
- display: flex;
- /* height: 142rpx; */
- background: #fff;
- padding: 36rpx 16rpx 32rpx;
- border-radius: 10rpx;
- }
- .address-item.address-empty {
- line-height: 75rpx;
- text-align: center;
- }
- .address-item .map-icon{
- width:28rpx;
- height: 28rpx;
- margin:0 18rpx 0 0;
- }
- .address-box .l {
- width: 125rpx;
- height: 100%;
- }
- .address-box .l .name {
- margin-left: 6.25rpx;
- margin-top: -7.25rpx;
- display: block;
- width: 125rpx;
- height: 43rpx;
- line-height: 43rpx;
- font-size: 30rpx;
- color: #333;
- margin-bottom: 5rpx;
- }
- .address-box .l .default {
- margin-left: 6.25rpx;
- display: block;
- width: 62rpx;
- height: 33rpx;
- border-radius: 5rpx;
- border: 1px solid #b4282d;
- font-size: 20.5rpx;
- text-align: center;
- line-height: 29rpx;
- color: #b4282d;
- }
- .address-box .m {
- flex: 1;
- }
- .address-box .mobile {
- display: block;
- height: 29rpx;
- line-height: 29rpx;
- margin-bottom: 6.25rpx;
- font-size: 26rpx;
- }
- .address-box .address {
- display: block;
- /* height: 30rpx; */
- line-height: 30rpx;
- font-size: 26rpx;
- margin:0 0 18rpx 0;
- }
- .address-bottom{
- color: #85868A;
- line-height: 24rpx;
- height: 24rpx;
- font-size: 22rpx;
- }
- .address-bottom .user-name{
- margin:0 32rpx 0 0;
- }
- .address-box .r {
- width: 77rpx;
- height: 77rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .address-box .r image {
- width: 52.078rpx;
- height: 52.078rpx;
- }
- .coupon-box {
- width: 100%;
- height: 210rpx;
- background: #fff;
- border-radius:10rpx;
- margin-top: 20rpx;
- }
- .coupon-box .coupon-item {
- margin: 0 10rpx;
- height: 70rpx;
- overflow: hidden;
- background: #fff;
- display: flex;
- padding:0 20rpx 0 10rpx;
- align-items: center;
- justify-content: space-between;
- border-bottom:2rpx solid #E4E4E4;
- }
- .coupon-box .l {
- flex: 1;
- height: 70rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .coupon-box .l .name {
- font-size: 24rpx;
- }
- .coupon-box .l .txt {
- font-size: 24rpx;
- }
- .coupon-box .r {
- width: 30rpx;
- height: 40rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .coupon-box .r image {
- width: 52.078rpx;
- height: 52.078rpx;
- }
- .message-box {
- margin-top: 20rpx;
- width: 100%;
- height: auto;
- overflow: hidden;
- background: #fff;
- }
- .message-box .message-item {
- height: 86.078rpx;
- overflow: hidden;
- background: #fff;
- display: flex;
- margin-left: 31.25rpx;
- padding-right: 31.25rpx;
- }
- .message-box .message-app {
- height: 74.078rpx;
- overflow: hidden;
- background: #fff;
- display: flex;
- margin-left: 31.25rpx;
- padding-right: 31.25rpx;
- padding-top: 18rpx;border-radius: 20rpx;
- }
- .order-box {
- margin-top: 20rpx;
- width: 100%;
- height: auto;
- overflow: hidden;
- background: #fff;
- }
- .order-box .order-item {
- border-radius: 10rpx;
- height: 70rpx;
- overflow: hidden;
- background: #fff;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding:0 20rpx;
- border-bottom: 1px solid #d9d9d9;
- }
- .order-box .order-item.tip-item{
- padding-bottom:26rpx;
- height: auto;
- display: flex;
- flex-direction: column;
- }
- .order-box .order-item .l {
- width:100rpx;
- height: 70rpx;
- line-height: 70rpx;
- align-items: center;
- }
- .order-box .order-item .l .name{
- font-size: 24rpx;
- }
- .order-box .order-item .r {
- line-height: 70rpx;
- flex:1;
- height: 70rpx;
- line-height: 70rpx;
- align-items: center;
- text-align: right;
- /* overflow: hidden; */
- }
- .order-box .order-item.no-border {
- border-bottom: none;
- }
- .goods-items {
- background: #fff;
- border-radius: 10rpx;
- padding: 20rpx 12rpx;
- }
- .goods-items .item {
- height:210rpx;
- align-items: center;
- }
- .goods-items .item .name{
- font-size: 28rpx;
- line-height: 32rpx;
- color: #2a2a2a;
- }
- .goods-items .item.no-border {
- border-bottom: none;
- }
- .goods-items .item:last-child {
- border-bottom: none;
- }
- .goods-items .img {
- height: 178rpx;
- width: 178rpx;
- /* background-color: #f4f4f4; */
- margin-right: 26rpx;
- border-radius: 10rpx;
- }
- .goods-items .img image {
- height: 178rpx;
- width: 178rpx;
- border-radius:10rpx;
- }
- .goods-items .info {
- flex: 1;
- height: 210rpx;
- padding:14rpx 0 0;
- }
-
- .goods-items .t {
- height: 33rpx;
- line-height: 33rpx;
- margin-bottom: 10rpx;
- overflow: hidden;
- font-size: 30rpx;
- color: #333;
- }
- .goods-items .t .name {
- display: block;
- float: left;
- }
- .goods-items .t .number {
- display: block;
- float: right;
- text-align: right;
- }
- .goods-items .m {
- height: 28rpx;
- overflow: hidden;
- line-height: 28rpx;
- margin-bottom: 16rpx;
- font-size: 24rpx;
- color: #85868A;
- margin-top: 5rpx;
- }
- .goods-items .b {
- height: 28rpx;
- line-height: 28rpx;
- font-size: 24rpx;
- color: #85868A;
- }
- .order-total {
- position: fixed;
- left: 0;
- bottom: 0;
- height: 100rpx;
- width: 100%;
- display: flex;
- }
- .order-total .l {
- flex: 1;
- height: 100rpx;
- line-height: 100rpx;
- color: #b4282d;
- background: #fff;
- font-size: 33rpx;
- padding-left: 31.25rpx;
- border-top: 1rpx solid rgba(0, 0, 0, 0.2);
- border-bottom: 1rpx solid rgba(0, 0, 0, 0.2);
- }
- .order-total .r {
- width: 233rpx;
- height: 100rpx;
- background: #b4282d;
- border: 1px solid #b4282d;
- line-height: 100rpx;
- text-align: center;
- color: #fff;
- font-size: 30rpx;
- }
- .actual-price{
- color: #2a2a2a;
- /* font-weight: bold; */
- font-size: 30rpx;
- text-align: right;
- margin:28rpx 0 0;
- }
- .actual-price text{
- color:#DF1717;
- }
- .go-pay-wrapper{
- position: fixed;
- bottom: 0;
- left:0;
- right:0;
- height: 130rpx;
- padding:20rpx 24rpx;
- /* background:#fff; */
- }
- view.go-pay-wrapper button > view{
- color:#fff;
- }
- .appoint-time-block{
- margin-top:20rpx;
- background:#fff;
- border-radius: 10rpx;
- }
- .appoint-time-block view.appoint-time-operate{
- padding:0 20rpx;
- height: 70rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: 24rpx;
- }
- view.operate-left{
- color:#2a2a2a;
- }
- view.operate-right{
- display: flex;
- align-items:center;
- }
- view.operate-right{
- color:#09AFFF;
- }
- view.operate-right .not-select{
- color:#333;
- }
- .appoint-time-show{
- border-top:2rpx solid #E4E4E4;
- padding:0 24rpx;
- font-size: 24rpx;
- }
- view.one-time{
- height: 70rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- view.one-time text{
- color:#999;
- font-size: 26rpx;
- }
- .multi-times{
- padding:30rpx 0
- }
- .multi-times-item{
- height: 54rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .multi-times-item text{
- font-weight: bold;
- font-size: 24rpx;
- }
- view.appoint-result{
- margin-top:18rpx;
- border:2rpx solid #09AFFF;
- border-radius:20rpx;
- line-height:46rpx;
- font-size: 26rpx;
- padding:10rpx;
- }
- .orange-font{
- color:#FA6400;
- font-weight: bold;
- font-size: 26rpx;
- }
- .order-item .message-item{
- color:#2a2a2a;
- font-size: 24rpx;
- font-weight: normal;
- height: 70rpx;
- }
- /* 支付失败弹框 */
- .overlay-wrapper {
- display: flex;
- align-items: center;
- justify-content: center;
- height: 100%;
- }
- .fail-wrapper {
- width: 588rpx;
- height:502rpx;
- border-radius:10rpx;
- background: #fff;
- padding-bottom:40rpx;
- padding:80rpx 0 0;
- font-size: 24rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .fail-top{
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .fail-top image{
- width:110rpx;
- height: 110rpx;
- }
- .fail-text{
- font-size: 34rpx;
- font-weight: bold;
- margin:66rpx 0 24rpx;
- height: 34rpx;
- }
- .fail-bottom{
- height: 132rpx;
- border-top:2rpx solid #E4E4E4;
- display: flex;
- justify-content: space-around;
- align-items: center;
- }
- .fail-bottom .btn-devide{
- width:2rpx;
- height: 130rpx;
- background: #E4E4E4;
- }
- .cancel-btn{
- width:202rpx;
- height: 72rpx;
- line-height: 72rpx;
- border:2rpx solid #85868A;
- color:#282728;
- border-radius:72rpx;
- text-align: center;
- }
- .repay-btn{
- width:202rpx;
- height: 72rpx;
- line-height: 72rpx;
- background: #09AFFF;
- color:#fff;
- border-radius:72rpx;
- text-align: center;
- }
- .discount-title{
- height:70rpx;
- background: #E0F5FC;
- padding:0 10rpx;
- display: flex;
- align-items: center;
- }
- .discount-title image{
- width:24rpx;
- height: 26rpx;
- margin:0 8rpx 0 0;
- }
- .discount-title text{
- font-size: 28rpx;
- font-weight:bold;
- color: #323232;
- }
- .discount-line{
- padding:0 50rpx 0 20rpx;
- }
- .discount-line .txt{
- color: #DF1717;
- font-size: 24rpx;
- }
- .member-benefit,.buy-member{
- margin:20rpx 0 0;
- height: 70rpx;
- background: #fff;
- border-radius: 10rpx;
- padding:0 20rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .member-benefit .member-tip{
- text-align: right;
- }
- .member-tag{
- width: 142rpx;
- padding:0 10rpx;
- height: 44rpx;
- line-height: 44rpx;
- text-align: center;
- background: #2E3235;
- border-radius: 5rpx;
- }
- .member-tag text{
- font-size: 24rpx;
- color: #2A2A2A;
- background: linear-gradient(177deg, #F1E3C8 0%, #E6C162 100%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- }
- .member-tip{
- flex:1;
- margin:0 0 0 26rpx;
- color:#DF1717;
- font-size: 24rpx;
- }
- .popup-content-special .time-select-left{
- height: 900rpx;
- overflow-y: scroll;
- }
- .stock-text{
- font-size: 20rpx;
- font-weight: normal;
- color:#888
- }
- .zero-stock{
- color:#ccc;
- }
- .order-box.code-module{
- border-radius:10rpx;
- padding:8rpx 0;
- }
- .codeTips{
- height: 52rpx;
- line-height: 40rpx;
- padding-bottom:20rpx;
- color:#09afff;
- font-size: 26rpx;
- text-align: right;
- padding:0 20rpx;
- }
- .codeTips.no-match{
- color: #FA6400;
- }
- .plus-order{
- margin-top:20rpx;
- width:694rpx;
- border-radius: 10rpx;
- height:100rpx;
- display: flex;
- padding:0 20rpx;
- background: #fff;
- align-items: center;
- }
- .plus-order .plus-title{
- color:#999;
- }
- .plus-order .plus-name{
- flex:1;
- margin:0 20rpx;
- font-size: 30rpx;
- color: #333;
- }
- .plus-name .plus-num{
- color: #09afff;
- font-size: 30rpx;
- font-weight: bold;
- }
- .plus-amount{
- color: #09afff;
- font-size: 32rpx;
- font-weight: bold;
- }
- /* 时间弹框相关 */
- view.popup-wrapper{
- color:#333;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- height: 100%;
- z-index:999;
- overflow: hidden;
- }
- .popup-wrapper view{
- color:#888;
- font-size: 30rpx;
- }
-
- .popup-content{
- flex:1;
- }
- .time-select-right{
- flex: 1.6;
- height: 900rpx;
- overflow-y: hidden;
-
- }
- .popup-content-special .time-select-right{
- flex:1;
- }
- .time-select-left-item .date-msg{
- height:36rpx;
- line-height: 36rpx;
- color: #888;
- font-size: 24rpx;
- }
- .popup-wrapper .popup-content .current-date {
- color: #09afff;
- font-weight: bold;
- }
- .current-date2{
- color: #09afff!important;
- }
- .time-select-right-item view{
- color:#6D7278;
- }
- view.popup-btn-wrapper{
- margin:20rpx 0 0;
- padding:0 24rpx 20rpx;
- }
- view.popup-btn-wrapper button > view{
- color:#fff;
- }
- view.popup-wrapper .date-tag{
- color:#09afff;
- height: 44rpx;
- line-height: 42rpx;
- width:76rpx;
- border:2rpx solid #09afff;
- border-radius:44rpx;
- text-align: center;
- font-weight: normal;
- font-size: 22rpx;
- display: inline-block;
- margin-left:8rpx;
-
- }
- view.popup-wrapper .time-select-right-item.invalid-time text{
- color: #999;
- }
- view.popup-wrapper .time-select-right-item.invalid-time{
- background: #eee;
- }
- .time-select-right-item view.time-msg{
- height: 40rpx;
- line-height: 38rpx;
- border-radius: 40rpx;
- padding:0 8rpx;
- font-size: 22rpx;
- border: 2rpx solid #999;
- color: #999;
- font-weight: normal;
- white-space: nowrap;
- }
- view.popup-wrapper .full-time{
- color:#09AFFF;
- font-size: 24rpx;
- margin:0 0 0 20rpx;
- height: 44rpx;
- line-height: 44rpx;
- float: right;
- padding-right:40rpx;
- }
- .first-appoint-date-item{
- height: 108rpx;
- display: flex;
- align-items: center;
- padding:0 0 0 240rpx;
-
- }
- .first-time-selected{
- margin:0 0 0 60rpx;
- }
- .time-select-right-a {
- padding: 10rpx 24rpx;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- align-content: flex-start;
- }
- .week-select-left>view.time-select-left-item .week-str{
- padding:12rpx 0 0 0;
- }
- view.popup-wrapper view.select-num-tag{
- width:28rpx;
- height: 28rpx;
- line-height: 28rpx;
- background:#09AFFF;
- border-radius: 28rpx;
- font-size: 16rpx;
- color:#fff;
- text-align: center;
- margin:0 0 0 6rpx;
-
- }
- .appointment-tips1 {
- position: absolute;
- bottom: 120rpx;
- }
- .selected-time{
- display: inline-block;
- width: 2px;
- height: 10px;
- background-color: #09afff;
- position: relative;
- top: 1px;
- margin: 0 5px;
- }
- .time-select-bottom1 {
- width: 100vw;
- background-color: #EDF8FD;
- height: 54rpx;
- font-size: 22rpx !important;
- color: #09afff !important;
- line-height: 54rpx;
- padding-left: 30rpx;
- position: absolute;
- bottom: 55rpx;
- }
- .popup-content-special{
- position: relative;
- }
- .time-select-right .noon-item{
- flex:1;
- text-align: center;
- line-height: 64rpx;
- color: #979797;
- font-size: 26rpx;
- }
- .time-select-right view.noon-item.active-noon{
- color: #fff;
- background: #09afff;
- }
- view.popup-wrapper .time-select-right-item .date-tag{
- width: 80rpx;
- height: 40rpx;
- line-height: 38rpx;
- margin-left:0;
- }
-
- .popup-title-new view{
- color:#333;
- font-size: 32rpx;
- }
- .time-select-right-item text{
- color:#888;
- }
- .time-select-right .time-item-wrapper{
- height: 836rpx;
- overflow-y: scroll;
- }
- .time-line{
- display: flex;
- align-items: center;
- justify-content: space-between;
- width:100%;
- }
- .time-select-right-item text.extra-tips{
- color: #FF5735;
- font-size: 22rpx;
- }
- .popup-content-special{
- height:900rpx ;
- /* margin-top: 116rpx; */
- }
- .week-select-left {
- display: flex;
- justify-content: space-around;
- text-align: center;
- padding-left: 20rpx;
- }
- .popup-wrapper view {
- color: #888;
- font-size: 30rpx;
- }
- .appointment-tips {
- display: flex;
- justify-content: space-between;
- width: 178px;
- position: absolute;
- bottom: 60rpx;
- left: calc(50% - 89px);
- }
- .appointment-tips1 {
- position: absolute;
- bottom: 120rpx;
- }
- .appointment-tips view span {
- width: 20rpx;
- height: 20rpx;
- border-radius: 20rpx;
- background-color: #EDF8FD;
- display: inline-block;
- margin-right: 10rpx;
- }
- .appointment-tips view .selected {
- background-color: #09AFFF;
- }
- .appointment-tips view .no-appointment {
- background-color: #ccc;
- }
- .appointment-tips view text {
- color: #09AFFF;
- font-size: 24rpx;
- }
- .time-select-right {
- flex: 1;
- display: flex;
- justify-content: space-between;
- }
- .scroll-view_H {
- white-space: nowrap;
- /* 确保子元素在同一行内显示 */
- overflow-x: scroll;
- /* 允许横向滚动 */
- }
- .time-select-left-item {
- height: 84rpx;
- display: flex;
- padding: 4rpx 0;
- width: 20vw;
- align-items: center;
- }
- .date-line-wrapper {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .time-select-left-item .date-msg {
- height: 36rpx;
- line-height: 36rpx;
- color: #292929;
- font-size: 36rpx;
- font-weight: bold;
- }
- .time-select-left-item .date-msg1 {
- /* height: 36rpx; */
- /* line-height: 36rpx; */
- color: #292929;
- font-size: 22rpx;
- margin-top: 10rpx;
- margin-bottom: 5rpx;
- }
- .time-select-left-item .date-msg.avail-date {
- color: #999 !important;
- font-weight: bold;
- }
- .time-select-left-item .date-msg1.avail-date {
- color: #999 !important;
- font-weight: bold;
- }
- view.popup-btn-wrapper view {
- color: #fff;
- }
- .time-select-middle {
- background-color: #FCFCFC;
- padding: 10rpx 0rpx;
- height: 800rpx;
- position: relative;
- }
- .noon-select {
- width: 100%;
- display: flex;
- justify-content: center;
- margin: 30rpx auto;
- }
- .noon-select .divider {
- height: 40rpx;
- width: 2rpx;
- background-color: #e5e5e5;
- }
- .noon-select .noon-item {
- text-align: center;
- color: #979797;
- font-size: 36rpx;
- width: 49%;
- }
- .active-noon {
- text-align: center;
- color: #09AFFF !important;
- font-size: 36rpx !important;
- width: 49%;
- }
- .popup-title-new.popup-title{
- padding-top: 30rpx;
- font-weight: bold;
- padding-left: 30rpx;
- height: 120rpx;
- }
- .popup-title-new view {
- color: #000;
- font-size: 40rpx;
- font-weight: bold;
- }
- .popup-title-new view.fee-tips {
- color: #09AFFF;
- font-size: 22rpx;
- }
- .current-line {
- width: 38rpx;
- height: 6rpx;
- background: #09AFFF;
- border-radius: 6rpx;
- margin: auto;
- opacity: 1;
- }
- .current-line0 {
- width: 38rpx;
- height: 6rpx;
- background: #09AFFF;
- border-radius: 6rpx;
- margin: auto;
- opacity: 0!important;
- }
- .current-time {
- color: #fff !important;
- font-family: AlibabaPuHuiTi_2_65_Medium;
- line-height: 70rpx;
- height: 70rpx;
- background-color: #09AFFF;
- border-radius: 8px;
- font-size: 36rpx;
- }
- .time-item-wrapper {
- display: flex;
- width: 90vw;
- justify-content: flex-start;
- flex-wrap: wrap;
- text-align: center;
- gap: 20px;
- margin: 10px auto;
- }
- .time-item-wrapper .time-msg {
- width: 20%;
- line-height: 70rpx;
- height: 70rpx;
- background-color: #EDF8FD;
- border-radius: 8px;
- font-size: 36rpx;
- font-weight: bold;
- }
- .time-item-wrapper .avail-time {
- width: 20%;
- line-height: 70rpx;
- height: 70rpx;
- background-color: #CCCCCC;
- border-radius: 8px;
- font-size: 36rpx;
- font-weight: bold;
- }
- .first-appoint-date-item {
- height: 108rpx;
- display: flex;
- align-items: center;
- padding: 0 0 0 240rpx;
- font-family: AlibabaPuHuiTi_2_85_Bold;
- }
- .first-appoint-date-item view{
- font-family: AlibabaPuHuiTi_2_85_Bold;
- }
- .first-time-selected {
- margin: 0 0 0 60rpx;
- }
- .week-str {
- font-family: AlibabaPuHuiTi_2_85_Bold;
- font-size: 36rpx !important;
- color: #C2C2C2 ;
- }
- .time-select-right-item {
- width: 45vw;
- background-color: #EDF8FD;
- text-align: center;
- margin-bottom: 28rpx;
- font-family: AlibabaPuHuiTi_2_65_Medium;
- line-height: 70rpx;
- height: 70rpx;
- border-radius: 8px;
- }
- .current-time{
- color: #fff;
- background-color: #09afff;
- }
- .time-select-right-a {
- padding: 20rpx 24rpx 10rpx;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- align-content: flex-start;
- }
- .first-appoint-date-list{
- background-color: #fafafa;
- }
- .time-select-bottom {
- width: 100vw;
- background-color: #EDF8FD;
- height: 54rpx;
- font-size: 22rpx !important;
- color: #00b4fe !important;
- line-height: 54rpx;
- padding-left: 30rpx;
- position: absolute;
- bottom: 0;
- }
- .van-tab--active.van-tab>view.van-ellipsis{
- font-size: 36rpx;
- }
- .van-tab>view.van-ellipsis {
- font-size: 36rpx;
- color: #ABABAB;
- }
|