123456789101112131415161718192021222324252627282930313233343536373839 |
- @charset "UTF-8";
- /* 需要放到文件最上面 */
- /* 水平间距 */
- /* 水平间距 */
- /*
- 以下变量是默认值,如不需要修改可以不用给下面的变量重新赋值
- */
- /* 水平间距 */
- .lighting-index {
- padding: 60rpx;
- }
- .lighting-index .lighting-box {
- background: #fff;
- width: 560rpx;
- height: 560rpx;
- margin: 0 auto;
- background: linear-gradient(to bottom, #dcdee1, #f2f2f2);
- box-shadow: 0px 5px 10px rgba(3, 3, 3, 0.08);
- display: flex;
- flex-direction: column;
- }
- .lighting-index .lighting-box .lighting-icon {
- flex: 1;
- text-align: center;
- padding-top: 40rpx;
- }
- .lighting-index .lighting-box .lighting-content {
- text-align: center;
- padding-bottom: 30rpx;
- color: #8c8c8c;
- font-weight: 300;
- }
- .lighting-index .lighting-box .lighting-title {
- margin: 30rpx 0 15rpx 0;
- }
- .lighting-index .lighting-box .lighting-space {
- font-size: 12px;
- }
|