.container { background-color: #F0F0F0; justify-content: flex-start; width: 100%; font-weight: 400; } .text1{ margin-top: 460rpx; font-size:48rpx; font-weight: 500; } .text2{ margin-top: 20rpx; font-size:24rpx; text-align: center; } .Panel1{ width: 100%; height:103rpx; justify-content: flex-start; align-items: flex-start; } .Panel1 .title{ color:#787878; font-size:24rpx; margin:40rpx 0 0 30rpx; } .Panel2{ width: 100%; height:101rpx; justify-content: space-between; margin-bottom: 1rpx; background-color: #fff; } .Panel2 .left{ margin-left: 30rpx; font-size:28rpx; } .universalpic_indicator_gray{ width: 16rpx; height:26rpx; margin-right: 30rpx; } .footer{ height:100rpx; } .menuPanel{ position: fixed; top: 0; width: 100%; background-color:rgba(0, 0, 0, 0.6); z-index: 30; } .menu { position: fixed; bottom: 0; width: 100%; background-color: #d2d2d2; z-index: 30; font-weight: 400; } .menu .text1 { font-size: 24rpx; margin: 30rpx; } .menu .panel { font-size: 36rpx; height: 111rpx; width: 100%; background-color: #fff; position: relative; } .menu .line { height: 2rpx; width: 100%; background-color: #e3e3e3; } .menu .line2 { height: 20rpx; width: 100%; background-color: #d2d2d2; }