123456789101112131415161718192021222324252627282930313233343536373839 |
- ::v-deep .uni-page-body,page {
- height:100%
- }
- .myIndex{
- height: 100%;
- background-color: #F8F9FA;
- .myIndex_header{
- height: 300rpx;
- background: linear-gradient(180deg, rgba(190, 163, 117, 1) 0%, rgba(255, 255, 255, 1) 100%);
- display: flex;
- padding-top: 100rpx;
- .myIndex_header_icon{
- .header_icon{
- height: 140rpx;
- width: 140rpx;
- }
- }
- .myIndex_header_info{
- .myIndex_header_name{
- display: flex;
- .myIndex_header_name_text{
- color: rgba(255, 255, 255, 1);
- font-size: 20px;
- text-align: left;
- }
- .myIndex_header_eyeIcon{
- height: 60rpx;
- width: 60rpx;
- }
- }
- .myIndex_header_address{
- color: rgba(255, 255, 255, 1);
- font-size: 12px;
- text-align: left;
- }
- }
- }
- }
|