12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- /**index.wxss**/
- .scrollarea {
- width: 100%;
- height: 100%;
- }
- .index_main {
- background-image: url("https://cxzx.smcic.net/topic/tool/img/%E5%B0%91%E5%84%BF%E4%B9%A6%E7%94%BB%E5%A4%A7%E8%B5%9B/home_top.jpg");
- background-repeat: no-repeat;
- background-size: 100%;
- padding-top: 955rpx;
- padding-bottom: 45rpx;
- box-sizing: border-box;
- }
- .list {
- padding: 5rpx 51rpx;
- color: #91725D;
- font-size: 30rpx;
- line-height: 2em;
- }
- .btn {
- background-image: url("https://cxzx.smcic.net/topic/tool/img/%E5%B0%91%E5%84%BF%E4%B9%A6%E7%94%BB%E5%A4%A7%E8%B5%9B/btn_border.png");
- background-repeat: no-repeat;
- background-size: 100%;
- text-align: center;
- width: 305rpx;
- height: 72rpx;
- line-height: 72rpx;
- font-size: 34rpx;
- color: #A57044;
- margin: 44rpx auto;
- }
- .list_value {
- font-size: 26rpx;
- text-indent: 15rpx;
- }
- video {
- display: block;
- margin: 0 auto;
- width: 620rpx;
- height: 349rpx;
- margin-bottom: 73rpx;
- }
|