| 123456789101112131415161718192021222324252627282930313233343536 |
- /* mHome/pages/goldPrice/goldPrice.wxss */
- .container {
- display: flex;
- flex-direction: column;
- align-items: center;
- .title {
- font-size: 20px;
- color: #333;
- margin: 20px;
- }
- .scroll-view {
- width: 90%;
- border-radius: 20px;
- height: 700px;
-
- .table_header, .table_content {
- height: 44px;
- display: flex;
- border-bottom: 1px solid #f0f0f0;
- align-items: center;
- }
-
- text {
- font-size: 26rpx;
- color: #333;
- width: 25%;
- text-align: center;
- }
- }
- }
|