| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
- .content {
- width: 100%;
- position: fixed;
- top: 0rpx;
- left: 0rpx;
- right: 0rpx;
- bottom: 0rpx;
- }
- .controls-title {
- width: 90%;
- height: 370rpx;
- background: #FFFFFF;
- position: fixed;
- bottom: 0rpx;
- margin: 40rpx;
- border-radius: 26rpx;
- box-shadow: 0rpx 30rpx 40rpx 0rpx rgba(187, 170, 163, 0.20);
- }
- /* tab选项卡 */
- .controls-tabs {
- display: flex;
- font-size: 33rpx;
- overflow-x: auto;
- }
- .atabs_ds {
- flex-grow: 1;
- text-align: center;
- height: 55rpx;
- }
- /* .tabs_box {
- display: none;
- background: #C8C7CC;
- } */
- .btna {
- background: #FF6A04;
- width: 68%;
- height: 8rpx;
- margin: 9rpx 10rpx 10rpx 29rpx;
- border-radius: 35rpx;
- }
- .tabs_box {
- /* display: none; */
- }
- .dis {
- display: block;
- }
- .controls-tabs {
- width: 100%;
- height: 90rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 10rpx;
- }
- .box_bg {
- width: 90%;
- height: 100rpx;
- background: #FFFFFF;
- margin: 0 auto;
- border-radius: 12rpx;
- display: flex;
- margin-top: 20rpx;
- }
- .box {
- width: 90%;
- height: 100rpx;
- background: #F5F5F5;
- margin: 0 auto;
- border-radius: 12rpx;
- display: flex;
- margin-top: 20rpx;
- }
- .box_dian {
- flex: 1;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .box_dian cover-image {
- width: 20rpx;
- height: 20rpx;
- }
- .box_name {
- flex: 5;
- display: flex;
- justify-content: left;
- align-items: center;
- color: #333333;
- font-weight: 700;
- font-size: 34rpx;
- }
- .box_addres {
- flex: 5;
- }
- .add {
- color: #333333;
- font-size: 26rpx;
- letter-spacing: 2rpx;
- font-weight: bold;
- line-height: 50rpx;
- }
- .name {
- display: inline;
- font-size: 24rpx;
- color: #999999;
- }
- .number {
- display: initial;
- color: #999999;
- font-size: 24rpx;
- margin-left: 30rpx;
- }
- .box_image {
- flex: 1;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .icon_you {
- color: #CCCCCC !important;
- }
- /* 同城购买 */
- .pay_tit {
- width: 90%;
- margin: 0 auto;
- height: 200rpx;
- position: relative;
- }
- .pay_name {
- font-size: 31rpx;
- font-weight: bold;
- width: 95%;
- margin: 0 auto;
- letter-spacing: 2rpx;
- }
- .pay_set {
- color: #333333;
- font-size: 28rpx;
- width: 95%;
- margin: 0 auto;
- margin-top: 20rpx;
- }
- .pay_radius {
- width: 100rpx;
- height: 100rpx;
- background: #FF7F00;
- color: white;
- text-align: center;
- line-height: 100rpx;
- border-radius: 68rpx;
- position: absolute;
- right: 20rpx;
- }
- .hongbao {
- width: 100%;
- /* height: 100px; */
- /* background: #007AFF; */
- position: fixed;
- top: 24%;
- /* bottom: 50%; */
- left: 0rpx;
- right: 0rpx;
- /* display: none; */
- }
- .hb_img {
- width: 100%;
- height: 435rpx;
- }
- .hb_btn {
- width: 60%;
- height: 72rpx;
- position: absolute;
- top: 315rpx;
- left: 80rpx;
- }
- .img-map1 {
- width: 80rpx;
- height: 80rpx;
- }
|