123456789101112131415161718192021222324 |
-
- .mine{
-
- }
- .mine .tab{
- padding: 48rpx 40rpx 0 40rpx;
- height: 324rpx;
- width: 100%;
- }
-
- .button {
- margin-top: 20px;
- width: 90%;
- background-color: #54bec2;
- color: white;
- border-radius: 98rpx;
- background: bg_red;
- }
-
- /* 按下变颜色 */
- .hover {
- background: #DCDCDC;
- }
|