/*每个页面公共css */ view, text, button { font-size: 28rpx; } button::after { border: none; } .article_title { color: #333333; font-size: 38rpx; text-align: center; margin: 20rpx 0; } .article_text { color: #999999; font-size: 32rpx; line-height: 45rpx; text-indent: 64rpx; } .loading_text { text-align: center; color: #4B597D; line-height: 60rpx; } .main_btn { background: linear-gradient(90deg, #26daad 0%, #68d7c4 100%); color: white; line-height: 90rpx; text-align: center; border-radius: 15rpx; } .main_btn_m { background: linear-gradient(90deg, #00bdc2 0%, #01c8b3 100%); color: white; line-height: 90rpx; text-align: center; border-radius: 15rpx; } .main_width { width: 710rpx; margin-left: 20rpx; } .nowrap { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .text_in_width { width: 94%; margin-left: 3%; } .top_bg_detail { width: 750rpx; height: 325rpx; background-size: 750rpx 325rpx; background-position: 0 0; } view { color: #1e2130; } .main_text { color: #666666; line-height: 40rpx; } .main_text_view text { color: #666666; } .main_text { color: #666666; } .bot_fixed { height: 110rpx; width: 100%; background-color: #4CD964; position: fixed; bottom: 0; left: 0; display: flex; flex-direction: row; } .bot_fixed_con { text-align: center; height: 100%; display: flex; align-items: center; justify-content: center; } .bot_fixed_con .text { color: white; margin-left: 20rpx; } .page_title { font-size: 36rpx; line-height: 40rpx; padding: 30rpx 0; } .page_title_price { font-size: 36rpx; color: #ee5023; } .line_grey { height: 10rpx; width: 100%; background-color: #F6f6f6; } .page_title2 { font-size: 36rpx; line-height: 70rpx; } .main_text_area { height: 200rpx; color: #8f8f91 !important; line-height: 50rpx; width: 94%; margin: 20rpx auto; overflow: auto; /* background-color: #f5f5f5; */ } .form_item { display: flex; flex-direction: row; justify-content: space-between; border-bottom: 1px solid #D2D2D2; padding-top: 40rpx; padding-bottom: 40rpx; align-items: center; } .form_item input { text-align: right; margin-right: 30rpx; color: #8f8f91; } .form_item .rht { color: #262626; margin-left: 20rpx; font-size: 30rpx; } .modal_box { background-color: #ffffff; width: 90%; margin-left: 5%; margin-top: 80rpx; border-radius: 15rpx; } .modal_btn { display: flex; width: 90%; margin-left: 5%; height: 120rpx; align-items: center; justify-content: space-between; padding-bottom: 10rpx; } .modal_btn view { width: 48%; height: 70rpx; line-height: 70rpx; text-align: center; border-radius: 8rpx; } .modal_box textarea { padding: 20rpx 0; width: 90%; margin-left: 5%; height: 225rpx; background-color: #f7f7f7; } .modal_btn_cancel { background-color: #dadada; color: #666666; } .modal_btn_confirm { background-color: #01bcc3; color: #ffffff; } .danger { text-align: center; color: white; background: linear-gradient(90deg, #ff121a 0%, #cc0f12 100%); padding: 10rpx 15rpx; border-radius: 10rpx; border: 1rpx solid #d61013; } .confirm { text-align: center; color: white; background: #01bcc3; padding: 10rpx 15rpx; border-radius: 10rpx; border: 1rpx solid #01bcc3; } .cancel { text-align: center; color: #7A849D; background: #EDEFF5; padding: 10rpx 15rpx; border-radius: 10rpx; border: 1rpx solid #C5CBD9; } .bot_btn view { text-align: center; line-height: 90rpx; width: 250rpx; height: 90rpx; border-radius: 45rpx; box-sizing: border-box; } .bot_btn { display: flex; justify-content: space-evenly; padding: 30rpx 0; } .type_child { color: #797d86; } .type_child_focus { color: #01bcc3; border-bottom: 4rpx solid #01bcc3; padding-bottom: 8rpx; font-weight: bold; } .type_child2 { color: #797d86; text-align: center; } .type_child_focus2 { color: #01bcc3; padding-bottom: 2rpx; font-weight: bold; text-align: center; } .type_child_box { display: flex; justify-content: space-around; padding: 20rpx 0; } .type_child_box view { font-size: 24rpx !important; } .order_box { background-color: #FFFFFF; width: 92%; padding: 2%; } .order_btn_box { display: flex; justify-content: space-around; padding: 20rpx 0 10rpx; } .tab_status_box { display: flex; justify-content: space-around; align-items: center; line-height: 60rpx; } .tab_status_box_focus { color: #00c7b2; font-weight: bold; border-bottom: 6rpx solid #00c7b2; } .tab_status_box_no_focus { color: #999999; } .to_login { margin-top: 200rpx; width: 90%; margin-left: 5%; } .share_style { display: flex; align-items: center; justify-content: center; width: 160rpx; height: 70rpx; background-color: #fff2dc; border-radius: 70rpx 0 0 70rpx; /* border-color: #fff2dc; */ outline: none; } .gpt { width: 100%; height: 40rpx; background-color: transparent; outline: none; border: none; color: #ffffff; line-height: 40rpx; padding: 0; } .bar_view { font-size: 30rpx; color: #B7BECF; text-align: center; position: relative; } .bar_view_num { position: absolute; width: 40rpx; height: 40rpx; background: #FF0000; border-radius: 50%; color: #ffffff; text-align: center; line-height: 40rpx; font-size: 22rpx !important; right: 0rpx; top: -10rpx; } .mention { width: 90%; margin-left: 5%; color: #9c9c9c; } .mention view { padding-bottom: 20rpx; display: flex; } .mention view navigator { color: #01bcc3; } .choose_add { background-color: #01bcc3; color: #ffffff; width: 130rpx !important; border-radius: 8rpx !important; text-align: center; line-height: 50rpx; } .choose_add_break { background-color: #01bcc3; color: #ffffff; width: 190rpx !important; border-radius: 8rpx !important; text-align: center; line-height: 50rpx; } .has_signed{ margin-left: 4rpx; } .has_signed image { width: 45rpx; height: 45rpx; margin-left: -15rpx; margin-right: 0 !important; border-radius: 50%; border: 4rpx solid #ffffff; }