123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- .top{
- height: 3rem;
- margin-top: 2.3rem;
- width: 100%;
- position: relative;
- z-index: 0;
- }
- .top-title{
- line-height: 1.75rem;
- box-sizing: border-box;
- margin-left: 7.3rem;
- /* float: left; */
- font-weight: 600;
- color: #333333;
- font-size: large;
- }
- .main{
- background-color: rgb(223, 222, 222);
- height:36.5rem;
- width: 100%;
- }
- .store-pic{
- width: 100%;
- height: 8rem;
- background-color: white;
- position: relative;
- top: 1rem;
- }
- .store-pic-con{
- position: relative;
- top: 1rem;
- left: 1rem;
- font-weight: 600;
- color: #111111;
- }
- .store-pic-right{
- width: 9rem;
- height: 5rem;
- border: 0.2rem dotted rgb(156, 156, 156);
- float: right;
- position: relative;
- top: 1rem;
- right: 1rem;
- }
- .store-pic-right-img{
- width: 2rem;
- height: 2rem;
- position: relative;
- top: 1rem;
- left: 3.5rem;
- }
- .store-pic-right-go{
- font-size:0.8rem;
- position: relative;
- top: 1.7rem;
- left: 1rem;
- }
- .store-name{
- width: 100%;
- height: 6rem;
- background-color: white;
- position: relative;
- top: 2rem;
- position: relative;
- }
- .line{
- height: 0.1rem;
- width: 22rem;
- background-color: rgb(223, 222, 222);
- position: relative;
- top: 1rem;
- margin: 0.3rem 0.8rem;
- }
- .search{
- margin:1rem -0.5rem;
- }
- .search-text{
- border-radius: 0.3rem;
- line-height: 1.5rem;
- padding-left: 1.5rem;
- height: 3rem;
- }
- .store-price{
- background-color: white;
- width: 100%;
- height: 3rem;
- }
- .store-pri-con{
- position: relative;
- top: 0.8rem;
- left: 1rem;
- font-weight: 600;
- display: inline-block;
- float: left;
- }
- .search-pri-text{
- float: left;
- display: inline-block;
- margin-left: 4rem;
- margin-top: 0.8rem;
- width: 15rem;
- }
- .store-content{
- background-color: white;
- width: 100%;
- height: 10rem;
- position: relative;
- top: 6.5rem;
- }
- .store-pri-content{
- position: relative;
- top: -2.4rem;
- left: 1rem;
- font-weight: 600;
- display: inline-block;
- }
- .theme-content{
- border: 0.05rem solid rgb(134, 134, 134);
- padding: 0.125rem;
- height: 6rem;
- margin: 1rem;
- margin-bottom: 0.5rem;
- border-radius: 0.5rem;
- width: 20rem;
- position: relative;
- left: 1rem;
- top: -2.5rem;
- }
- .btn{
- display: flex;
- justify-content: space-around;
- margin-top: 270rpx;
- }
- .return{
- width: 1.4rem;
- height: 1.4rem;
- margin-left: 1rem;
- float: left;
- }
|