1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .content {
- line-height: 1;
- }
- .content .Search-box {
- z-index: 999;
- height: 80rpx;
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- padding-top: 10rpx;
- padding-right: 24rpx;
- padding-left: 24rpx;
- }
- .content .Search-box .Search-box-sort {
- float: left;
- margin-left: 32rpx;
- margin-right: 19rpx;
- }
- .content .Search-box .Search-box-sort .sort-text {
- width: 57rpx;
- height: 29rpx;
- font-size: 30rpx;
- font-weight: 500;
- color: #333333;
- line-height: 58rpx;
- margin-right: 19rpx;
- }
- .content .Search-box .Search-box-sort .sort-img {
- width: 21rpx;
- height: 11rpx;
- margin-bottom: 4rpx;
- }
- .content .Search-box .Search-box-size {
- height: 58rpx;
- border-radius: 32rpx;
- background-color: #f1f1f1;
- padding-left: 36rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .content .Search-box .Search-box-size .box-img {
- height: 32rpx;
- width: 32rpx;
- margin-right: 16rpx;
- }
- .content .Search-box .Search-box-size .box-word {
- width: 100%;
- font-size: 26rpx;
- font-weight: 500;
- color: #cdcbcb;
- line-height: 55rpx;
- }
- .content .select-box {
- margin-top: 100rpx;
- }
|