page { width: 100%; border-top: 2rpx solid #dedede; background: #f4f4f4; } .box { width: 100%; height: 100%; } .box .title { font-size: 40rpx; font-family: PingFang-SC-Regular; font-weight: 400; color: rgba(24, 213, 185, 1); display: flex; flex-direction: column; padding-top: 75rpx; padding-left: 123rpx; } .box .img { width: 392rpx; height: 392rpx; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto; margin-top: 100rpx; } .bottom { width: 600rpx; display: flex; flex-direction: column; margin: 0 auto; padding-top: 86rpx; } .bottom .btm_top { display: flex; flex-direction: column; } .bottom .btm_top view { font-size: 24rpx; font-family: PingFang-SC-Regular; font-weight: 400; color: rgba(42, 42, 42, 1); } .btm_center { width: 100%; /* border: 1px solid #ff0; */ margin-top: 50rpx; } .btm_center .query_num_block { display: -webkit-flex; display: flex; justify-content: space-between; } .btm_center .num_item_block { /* height: 55rpx; width: 100rpx; */ padding:5rpx 7rpx; border: 1px solid #000; margin-left: 15rpx; font-family: PingFangSC-Regular; border-radius: 8rpx; line-height: 116rpx; text-align: center; font-size: 34rpx; color: #25252b; } .hidden_ipt { height: 0rpx; width: 0rpx; border: none; margin: 0; } /* .bottom .btm_center { width: 600rpx; margin:0 auto; height: 76rpx; display:flex; justify-content:space-between; align-items: center; } .bottom .btm_center input { height: 50rpx; width: 50rpx; border: 1px solid #000; text-align: center; } */ .bottom .btm_btm { height: 76rpx; background: rgba(24, 213, 185, 1); border-radius: 43rpx; font-size: 32rpx; font-family: PingFang-SC-Medium; font-weight: 500; color: rgba(255, 254, 254, 1); margin-top: 40rpx; }