12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- .SearchInputBox {
- width: 100%;
- background-color: #ffffff;
- padding: 20rpx 0rpx;
- box-sizing: border-box;
- }
- /* 展示区域title image */
- .display-title_image {
- width: 32rpx;
- height: 32rpx;
- margin: 0 6rpx;
- }
- /* 相关商家信息 */
- .company-data {
- display: flex;
- width: 100%;
- height: 114rpx;
- padding-bottom: 20rpx;
- border-bottom: 2rpx solid rgba(151, 151, 151, .1);
- margin-bottom: 20rpx;
- z-index: 99;
- }
- .company-data-image {
- width: 114rpx;
- height: 114rpx;
- border-radius: 10rpx;
- margin-right: 20rpx;
- z-index: 99;
- }
- .company-data-brandName {
- width: 300rpx;
- display: flex;
- align-items: center;
- font-size: 28rpx;
- color: #000000;
- z-index: 99;
- }
- .company-data-but {
- display: flex;
- align-items: center;
- height: 100%;
- }
- .custom-class-company-data {
- width: 88rpx;
- height: 46rpx !important;
- background: linear-gradient(180deg, #84E3EC 0%, #4DC2D4 100%) !important;
- box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1) !important;
- border-radius: 10rpx !important;
- padding: 0 !important;
- color: #ffffff !important;
- font-weight: 500;
- font-size: 24rpx;
- text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
- }
- .jujue {
- background: linear-gradient(180deg, #D3D3D3 0%, #A7A8A8 100%) !important;
- }
|